Team
Represents a team resource.
Unique identifier for the team.
Name of the team.
Possible values: non-empty and <= 100 characters
Short name of the team.
Possible values: non-empty and <= 100 characters
3-letter code identifying the team.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
URL for an image of the team logo.
City where the team are based.
Country where the team are based.
Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$
State, province, or region where the team are based.
Date when the team was founded.
venue object
Information about the venue where the team plays.
Unique identifier for the venue.
Name of the venue.
Possible values: non-empty and <= 100 characters
colors object
Colors associated with the team in hex color code format.
Primary color for the team.
Possible values: Value must match regular expression ^#([A-Fa-f0-9]{6})$
Secondary color for the team.
Possible values: Value must match regular expression ^#([A-Fa-f0-9]{6})$
Tertiary color for the team.
Possible values: Value must match regular expression ^#([A-Fa-f0-9]{6})$
Unique identifier for the team.
rival_teams object[]
List of rival teams for the team.
Unique identifier for the team.
Name of the team.
Possible values: non-empty and <= 100 characters
3-letter code identifying the team.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
URL for an image of the team.
captain object
Represents a compact player resource.
Unique identifier for the player.
First name of the player.
Possible values: non-empty and <= 100 characters
Last name of the player.
Possible values: non-empty and <= 100 characters
Preferred name of the player.
Code for the position that the player plays.
Possible values: [C, LW, RW, LD, RD, G]
Country representing the nationality of the player.
Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$
staff object[]
List of related staff members for the team.
Unique identifier for the player.
First name of the player.
Possible values: non-empty and <= 100 characters
Last name of the player.
Possible values: non-empty and <= 100 characters
Preferred name of the player.
Code for the position that the player plays.
Possible values: [C, LW, RW, LD, RD, G]
Country representing the nationality of the player.
Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$
links object[]
List of related links for the team.
Kind of link.
Possible values: [bluesky, club, facebook, instagram, linkedin, other, personal, prospects, threads, tiktok, twitter, wikipedia, youtube]
URL for the link.
Date and time when the resource was created.
Date and time when the resource was updated.
{
"id": "string",
"name": "string",
"short_name": "string",
"country": "string",
"founded_at": "2024-07-29T15:51:28.071Z",
"venue": {
"id": "string",
"name": "string"
},
"colors": {
"primary": "string",
"secondary": "string",
"tertiary": "string"
},
"primary_rival_team_id": "string",
"rival_teams": [
{
"id": "string",
"name": "string"
}
],
"captain": {
"id": "string",
"first_name": "string",
"last_name": "string",
"position_code": "C",
"nationality": "string"
},
"staff": [
{
"id": "string",
"first_name": "string",
"last_name": "string",
"position_code": "C",
"nationality": "string"
}
],
"links": [
{
"kind": "bluesky",
"url": "string"
}
],
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}