UnifyAPI
← Back to catalog

opendota.match_detail

mock data$0.002 / call

OpenDota Match Detail

Full detail of one Dota 2 match — all 10 players with hero, items, K/D/A, gold/XP per minute, ability picks, team composition, game duration, winner. Heavy parse but rich data.

Games & Entertainmentprovider: Opendota#opendota#games

Input schema

match_idrequired

Dota 2 match ID (64-bit integer from player_matches).

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/opendota.match_detail \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"match_id":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.