Get A Match
Update Time: 2021-08-06 11:02
Introduction
Get a single match by match_id, more detailed data of the match is provided
Request
- Path: /esport/dota/match/basic_info
- Method: GET
- Calls: Unlimited calls for paid plans, 200 calls per day for free trial.
- Recommend Calls: 1 hour/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
match_id | string | true | Use comma to separate each id if you search more than one leaguethe number of searched id should be fewer than 50 at one time |
Response
Parameter | Value | Description | |
---|---|---|---|
match_id | string | ||
league_id | string | ||
match_time | long | Value in milliseconds | |
status | int | Status of match 0Upcoming 1Ongoing 2Finished 3Delayed 4Deleted | |
round | string | ||
round_name | string | ||
battle_ids | list | ||
bo | int | ||
team_a_id | object | ||
team_id | long | ||
name | string | ||
logo | string | ||
short_name | string | ||
team_b_id | object | same as above | |
team_a_id | long | ||
team_b_id | long | ||
team_a_score | int | ||
team_b_score | int |
Example Request
Example Response
{}