APIEndpoint referenceUnique tournament
/unique-tournament/{uniqueTournamentId}/{seasonId}/standing
Rows are bucketed by tournament_id, which is what separates a cup's groups from each other; a league produces exactly one bucket.
Rows are bucketed by tournament_id, which is what separates a cup's groups from each other; a league produces exactly one bucket.
Path Parameters
uniqueTournamentId*string
seasonId*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/unique-tournament/string/string/standing"{ "data": { "property1": null, "property2": null }}