get_snapshot_at_time
Fetch a complete Dota 2 match game state snapshot at any specified time, enabling precise analysis of hero positions, items, and events for coaching.
Instructions
Get game state snapshot at a specific game time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match_id | Yes | ||
| game_time | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tick | No | Game tick | |
| error | No | ||
| heroes | No | ||
| success | Yes | ||
| match_id | Yes | ||
| dire_gold | No | Dire total gold | |
| game_time | No | Game time in seconds | |
| radiant_gold | No | Radiant total gold | |
| game_time_str | No | Game time as M:SS | 0:00 |