APIEndpoint referenceUnique tournament
/unique-tournament/{uniqueTournamentId}/{seasonId}/events
Path Parameters
uniqueTournamentId*string
seasonId*integer
Format
int64Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/unique-tournament/string/0/events"{ "data": [ "string" ]}/unique-tournament/{uniqueTournamentId}/{seasonId}/cup-tree GET
A season with no bracket is a 200 with `data: null`, not a 404 — the client distinguishes "this competition has no cup tree" from "no such competition".
/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.