StatsHub Docs
APIEndpoint referenceTournament

/tournament/{id}/{seasonId}/rounds

GET
/api/tournament/{id}/{seasonId}/rounds

Path Parameters

id*string
seasonId*integer
Formatint64

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/tournament/string/0/rounds"
{  "data": [    {      "id": 0,      "slug": "string"    }  ]}