Team Profile
Update Time: 2022-04-29 17:04
Introduction
• This API endpoint is used to obtain team information.
• Returns all teams by default.
Related Plans
You can use this api by subscribing plans: Live Data.
Request
- Path: /sport/football/team
- Method: GET
- Calls: This interface is limited to 1800 second/call; 200 calls per day for free trial.
- Recommend Calls: 1 day/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
leagueId | string | false | Get all the team information under the specified leagueId. |
teamId | string | false | Get the team information of the specified teamId. |
Response
Parameter | Value | Description |
---|---|---|
teamId | string | |
leagueId | string | |
name | string | |
logo | string | Team logo url. The picture is saved locally for use, please do not call it directly. |
foundingDate | string | e.g. 1984 or 1890-9-6 |
address | string | e.g. Avda. Aristides Maillol s/n,ES-08028 BARCELONA |
area | string | e.g. Barcelona |
venue | string | e.g. Camp Nou |
capacity | int | e.g. 99354 |
coach | string | e.g. Txingurri Valverde |
website | string | Official website |
Example Request
Example Response
{}