get_fight
Retrieve detailed information about a specific fight in a Dota 2 match by providing the match ID and fight ID.
Instructions
Get detailed information about a specific fight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fight_id | Yes | ||
| match_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| deaths | No | ||
| success | Yes | ||
| end_time | No | ||
| fight_id | No | Fight identifier | |
| match_id | Yes | ||
| start_time | No | ||
| end_time_str | No | 0:00 | |
| is_teamfight | No | ||
| participants | No | ||
| total_deaths | No | ||
| start_time_str | No | 0:00 | |
| duration_seconds | No | ||
| end_time_seconds | No | ||
| start_time_seconds | No |