Team Profile
Update Time: 2026-07-09 16:14
Introduction
• This API endpoint returns basketball team profile information. Filter by leagueId or teamId; if both are omitted, returns information for all teams.
• Note that detailed fields such as website, conference, division, city, venue, capacity, joinYear, and coach may return empty or 0 for teams in lower-tier leagues where such information is not tracked.
Related Plans
You can use this api by subscribing plans: Live Data.
Request
- Path: /sport/basketball/team
- Method: GET
- Calls: This interface is limited to 300 seconds/call;
- Recommend Calls: 1 day/call
- Parameters:
| Parameter | Value | Required | Description |
|---|---|---|---|
| leagueId | string | false | Returns team information for all teams under the specified leagueId. |
| teamId | string | false | Returns team information for the specified teamId. |
| day | string | false | Returns team data that has been added or modified within the specified number of days, e.g. day=1 or day=2. |
Response
| Parameter | Value | Description |
|---|---|---|
| teamId | string | Unique ID of the team. |
| leagueId | string | Unique ID of the league or cup the team belongs to. |
| name | string | Full name, e.g. Los Angeles Lakers. |
| shortName | string | Short name, e.g. Lakers. |
| logo | string | Team logo URL. The image is hosted for reference only — please save it locally rather than calling this URL directly in production. |
| website | string | Official team website. Returns empty if not available. |
| conference | string | Conference the team belongs to, e.g. NBA Western. Returns "NO" if not applicable. |
| division | string | Division the team belongs to, e.g. Pacific. Returns empty if not applicable. |
| city | string | City where the team is based. Returns empty if not available. |
| venue | string | Home venue of the team. Returns empty if not available. |
| capacity | int | Seating capacity of the home venue. Returns 0 if not available. |
| joinYear | int | Year the team joined the league, e.g. 1948. Returns 0 if not available. |
| championCount | int | Number of championships won. |
| coach | string | Name of the head coach. Returns empty if not available. |
Example Request

English
Tiếng Việt
ภาษาไทย 