StatsHub Docs
APIEndpoint referenceSeason

/season/{id}

GET
/api/season/{id}

Path Parameters

id*integer
Formatint64

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/season/0"
{  "editor": true,  "id": 0,  "name": "string",  "tournamentId": 0,  "uniqueTournamentId": 0,  "year": "string"}