OpenDota Player Match History
opendota.players.matchesRetrieve recent match history for a Dota 2 player, including hero, kills/deaths/assists, duration, win/loss, and game mode. Limit results up to 100 matches.
Instructions
Recent match history for a Dota 2 player — array of matches with match_id, hero, kills/deaths/assists, duration, win/loss, party_size, game_mode, lobby_type. Sortable by date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Steam account ID (Dota 2 32-bit). Get from /api/search?q=playername. Example: 105248644 (Dendi). | |
| limit | No | Max matches to return (1-100, default 20). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |