๐ŸŽฝ Team

SharpSports provides a unique object for each team that is supported.

{
  "id": "TEAM_9095865374204017a249dceb3b916636",
  "sportsdataioId": "1",
  "sportradarId": null,
  "oddsjamId": null,
  "sportId": "SPRT_americanfootball",
  "locale": "Arizona",
  "name": "Cardinals",
  "fullName": "Arizona Cardinals"
}

Endpoint

team list

team detail

id (string)

A unique identifier representing the TeamID. Each TeamID will start with the unique character set 'TEAM_'.


sportsdataioId (string)

A unique identifier coresponding to the event in the sportsdataio database.


sportradarId (string)

A unique identifier coresponding to the event in the sportradar database.


oddsjamId (string)

A unique identifier coresponding to the team in the oddsjam database.


sportId (string)

The SharpSports Sport ID associated with the team.


locale (string)

The geographic region or school the team represents.


name (string)

The name of the team.


fullName (string)

The full name of the team.