StatsHub Docs
APIEndpoint referenceTeams

/v2/teams/{teamId}

Get a team

GET
/api/v2/teams/{teamId}

Get a team

Path Parameters

teamId*string

Opaque resource ID

Match^[1-9][0-9]*$

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/teams/string"
{  "data": {    "colors": {      "primary": "string",      "secondary": "string",      "text": "string"    },    "country": {      "alpha2": "string",      "name": "string",      "slug": "string"    },    "gender": "string",    "id": "string",    "name": "string",    "national": true,    "shortName": "string",    "slug": "string"  }}