opendota_player_heroes
Get a player's hero pool and performance stats, including games played, win rate, and recent activity for each hero, to evaluate strengths and weaknesses across heroes.
Instructions
Which heroes a player uses and how they perform on each.
Returns: [{hero_id, games, win, with_games, with_win, against_games, against_win, last_played}] — ordered by games played; join hero_id via opendota_heroes
Example: Hero pool {"account_id": 88367253}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Restrict to the most recent N matches. | |
| account_id | Yes | Steam 32-bit account id. Required — part of the URL path. |