get_stats_at_minute
Retrieve player statistics for any Dota 2 match at a specific minute. Provide the match ID and minute to analyze performance at that exact point in the game.
Instructions
Get player stats at a specific minute in a Dota 2 match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minute | Yes | ||
| match_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| minute | No | The minute these stats are for | |
| players | No | ||
| success | Yes | ||
| match_id | Yes |