Endpoint referenceUnique tournament
/unique-tournament/{uniqueTournamentId}/{seasonId}/rounds
Path Parameters
uniqueTournamentId*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/unique-tournament/string/0/rounds"{ "$schema": "https://example.com/schemas/UniqueTournamentRoundsOKBody.json", "data": [ { "id": 0, "slug": "string" } ]}/unique-tournament/{uniqueTournamentId}/{seasonId}/player-stats GET
A season with no appearances is a 404, not an empty list — that is the original's choice and clients branch on it.
/unique-tournament/{uniqueTournamentId}/{seasonId}/standing GET
Rows are bucketed by tournament_id, which is what separates a cup's groups from each other; a league produces exactly one bucket.