| Name | Type | Description | Notes |
|---|---|---|---|
| match_id | int | Used to identify individual matches, e.g. 3703866531 | [optional] |
| duration | int | Length of the match | [optional] |
| start_time | int | Unix timestamp of when the match began | [optional] |
| radiant_team_id | int | The Radiant's team_id | [optional] |
| radiant_name | str | The Radiant's team name | [optional] |
| dire_team_id | int | The Dire's team_id | [optional] |
| dire_name | str | The Dire's team name | [optional] |
| leagueid | int | Identifier for the league the match took place in | [optional] |
| league_name | str | Name of league the match took place in | [optional] |
| series_id | int | Identifier for the series of the match | [optional] |
| series_type | int | Type of series the match was | [optional] |
| radiant_score | int | Number of kills the Radiant team had when the match ended | [optional] |
| dire_score | int | Number of kills the Dire team had when the match ended | [optional] |
| radiant_win | bool | Whether or not the Radiant won the match | [optional] |
| radiant | bool | Whether the team/player/hero was on Radiant | [optional] |