opendota_player_heroes
Discover which heroes a player uses and their performance for each, including wins, with/against stats, and last played, ordered by games.
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. |