Get A Match
Update Time: 2021-08-05 20:35
Introduction
Get a single match by match_id, more detailed data of the match is provided
Request
- Path: /esport/lol/match/basic_info
- Method: GET
- Calls: Unlimited calls for paid plans, 200 calls per day for free trial.
- Recommend Calls: 15 min/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
match_id | string | true | Use comma to separate each id if you search more than one matchthe number of searched id should be fewer than 50 at one time |
Response
Parameter | Value | Description | |
---|---|---|---|
match_id | long | ||
league_id | long | ||
status | int | 0Upcoming 1Ongoing 2Finished 3Delayed 4Deleted | |
start_time | long | Value in milliseconds | |
bo | int | Best of X (Example: bo 3 = best of 3) | |
league | object | ||
league_id | long | ||
name | string | Full name | |
start_time | long | Value in milliseconds | |
end_time | long | Value in milliseconds | |
logo | string | ||
team_ids | long[] | ||
status | int | 0Upcoming 1Ongoing 2Finished 3Delayed 4Deleted | |
team_a | object | ||
team_id | long | ||
name | string | Full name | |
logo | string | ||
short_name | string | ||
team_b | object | Same as team_a above | |
battle_list | list | List battles | |
battle_id | long | Only in-play match or finished match will return battle id | |
match_id | long | ||
team_a_score | int | Only in-play match or finished match will return the score | |
team_a_id | long | ||
team_b_score | int | Only in-play match or finished match will return the score | |
team_b_id | long |
Example Request
Example Response
{}