Get Upcoming Leagues
Update Time: 2021-08-10 09:21
Introduction
List upcoming leagues
Request
- Path: /esport/csgo/league/recently
- Method: GET
- Calls: Unlimited calls for paid plans, 200 calls per day for free trial.
- Recommend Calls: 1 day/call
Response
Parameter | Value | Description | |
---|---|---|---|
league_id | long | ||
logo | string | ||
name | string | ||
country | string | Host country | |
location | string | ||
prize_pool | string | ||
prizes | list | Prize winners | |
team_id | long | ||
rank | string | ||
prize_money | string | ||
prize_title | string | ||
start_time | long | Value in milliseconds | |
end_time | long | Value in milliseconds | |
team_ids | long[] | ||
group_stage | string | ||
playoffs | string | ||
map_pool | string[] | ||
status | int | 0Upcoming 1Ongoing 2Finished 3Delayed 4Deleted |
Example Request
Example Response
{}