Team Profile

Update Time: 2024-03-07 14:40

Introduction

• This API endpoint returns team information.

• Returns all teams by default.

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 second/call;
  • Recommend Calls: 1 day/call
  • Parameters:
ParameterValueRequiredDescription
leagueIdstringfalseGet all the team information under the specified leagueId.
teamIdstringfalseGet the team information of the specified teamId.
daystringfalseReturn data that has been added or modified within this period, e.g. day=1or day=2

Response

ParameterValueDescription
teamId string
leagueId string
name stringFull name, e.g. Los Angeles Lakers.
shortName stringShort name, e.g. Lakers.
logo stringTeam logo url.

The picture is saved locally for use, please do not call it directly.
website stringOfficial website
conference stringThe conference in which this team belongs to.
division stringThe division of the team.
city string
venue string
capacity intThe capacity which the gymnasium can hold.
joinYear intWhen to join the League, unix timestamp
championCount intNumber of championships
coach string

Example Request

Example Response

{}
    • This API endpoint returns team information.\n\n • Returns all teams by default.

    Team ProfileiSportsAPI

    Contact