Teams
Retrieve a listing of all available teams within a league.
GET https://data.unbated.com/team/{league}
URL Parameters
|
Field |
Type |
Description |
|
|
String |
The league for which to retrieve data. |
|
|
String |
The datetime after which changes or additions occurred to the teams (in UTC time, ISO 8601 format). Will only return those rows. If null/empty, then all teams are returned. |
Response Fields
|
Attribute |
Type |
Description |
|---|---|---|
|
|
String or null |
The name of the team. |
|
|
String or null |
The abbreviation of the team name. |
|
|
String or null |
URL to the logo image of the team. |
|
|
Integer |
The identifier of the league the team belongs to. |
|
|
Integer or null |
The identifier of the division the team belongs to, if any. |
|
|
String or null |
The abbreviation of the division name, if any. |
|
|
String or null |
The abbreviation of the conference name, if any. |
|
|
Object or null |
Partner-specific team data with partner keys and associated team IDs. |
|
|
String or null |
The last modification date and time in ISO 8601 format. |
|
|
Integer |
The unique identifier for the team. |