UnifyAPI
← Back to catalog

opendota.player_summary

mock data$0.001 / call

OpenDota 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).

Games & Entertainmentprovider: Opendota#opendota#games

Input schema

account_idrequired

Steam account ID (Dota 2 32-bit). Get from /api/search?q=playername. Example: 105248644 (Dendi).

integer

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}'

Try it

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