APIEndpoint referenceTournament
/tournament/{id}/{seasonId}/rounds
Path Parameters
id*string
seasonId*integer
Format
int64Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/v2/tournament/string/0/rounds"{ "$schema": "https://example.com/schemas/TournamentRoundsOKBody.json", "data": [ { "id": 0, "slug": "string" } ]}
