Get A League
Update Time: 2021-08-06 10:15
Introduction
Get a single league by league_id, more detailed data of the league is provided
Request
- Path: /esport/dota/league/basic_info
- Method: GET
- Calls: Unlimited calls for paid plans, 200 calls per day for free trial.
- Recommend Calls: 1 day/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
league_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 | |
---|---|---|---|
league_id | string | ||
logo | string | ||
name | string | ||
short_name | string | ||
organizer | string | ||
location | string | ||
prize | string | ||
team_prize | list | ||
rank | string | ||
team_id | long | ||
prize | string | ||
team_ids | list | ||
start_time | long | Value in milliseconds | |
end_time | long | Value in milliseconds | |
status | int | 0Upcoming 1Ongoing 2Finished 3Delayed 4Deleted | |
team_list | |||
team_id | long | ||
name | string | ||
logo | string | ||
short_name | string |
Example Request
Example Response
{}