Get Teams Ranking for A League
Update Time: 2021-08-06 15:46
Introduction
Get the teams ranking data for a league
Request
- Path: /esport/dota/league/board
- 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 |
Response
Parameter | Value | Description |
---|---|---|
league_id | string | |
team_id | long | |
win_count | int | |
lost_count | int | |
score | int | Goal difference |
Example Request
Example Response
{}