StatsHub Docs
APIEndpoint referenceTournament

/tournament/{id}/seasons

GET
/api/tournament/{id}/seasons

Path Parameters

id*string

Response Body

application/json

application/json

application/json

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