StatsHub Docs
APIEndpoint referenceCompetitions

/v2/seasons/{seasonId}

Get a competition season

GET
/api/v2/seasons/{seasonId}

Get a competition season

Path Parameters

seasonId*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/seasons/string"
{  "data": {    "competition": {      "id": "string",      "name": "string",      "slug": "string"    },    "id": "string",    "name": "string",    "year": "string"  }}