← Back to catalog
opendota.player_summary
mock data$0.001 / callOpenDota Player Summary
Get a Dota 2 player's profile + summary stats by Steam Account ID — name, avatar, MMR estimate, total wins/losses, rank tier, last match time. Profile may be private (returns minimal info).
Input schema
account_idrequired
integerSteam account ID (Dota 2 32-bit). Get from /api/search?q=playername. Example: 105248644 (Dendi).
Call via REST
curl -X POST https://unifyapi.pro/api/call/opendota.player_summary \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"account_id":0}'