League & Cup Profile (Basic)
Update Time: 2024-03-18 16:58
Introduction
• This API endpoint returns the basic information of the cup and the league. Click here to view all leagues & cups.
• Tips: You have access to all the basketball Common API endpoints with any valid paid basketball plans.
Request
- Path: /sport/basketball/league/basic
- Method: GET
- Calls: This interface is limited to 1800 second/call;
- Recommend Calls: 1 day/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
leagueId | string | false | Get the league information of the specified leagueId. |
Response
Parameter | Value | Description |
---|---|---|
leagueId | string | |
leagueName | string | Full name, e.g. National Basketball Association. |
leagueShortName | string | Short name, e.g. NBA. |
leagueKind | string | 1: League 2: Cup |
Example Request
Example Response
{}