← Back to catalog
opendota.match_detail
mock data$0.002 / callOpenDota 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.
Input schema
match_idrequired
integerDota 2 match ID (64-bit integer from player_matches).
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}'