Get A Team
Update Time: 2021-08-06 11:13
Introduction
Get a single team by team_id, more detailed data of the team is provided
Request
- Path: /esport/dota/team/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 |
---|---|---|---|
team_id | string | true | Use comma to separate each id if you search more than one teamthe number of searched id should be fewer than 50 at one time |
Response
Parameter | Value | Description | |
---|---|---|---|
team_id | long | ||
name | string | ||
logo | string | ||
short_name | string | ||
players | object | ||
player_id | long | ||
team_id | long | ||
avatar | string | ||
name | string | ||
position | string | ||
country | string | ||
awards | |||
league_id | long | ||
team_id | long | ||
rank_start | int | ||
rank_end | int |
Example Request
Example Response
{}