opendota_player
Retrieve a Dota 2 player's profile with rank tier and estimated MMR by providing their Steam 32-bit account ID.
Instructions
A player's profile with rank tier and estimated MMR.
Returns: {profile:{account_id, personaname, name, avatarfull, steamid, country_code, is_pro}, rank_tier, leaderboard_rank, competitive_rank} — rank_tier is two digits: tens=medal (1 Herald … 8 Immortal), units=star
Example: One player's profile {"account_id": 88367253}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Steam 32-bit account id (NOT the 64-bit steamid from a Steam URL). Required — part of the URL path. |