StatsHub Docs
APIEndpoint referenceUnique tournament

/unique-tournament/{uniqueTournamentId}/{seasonId}/{round}/events

GET
/api/unique-tournament/{uniqueTournamentId}/{seasonId}/{round}/events

Path Parameters

uniqueTournamentId*string
seasonId*integer
Formatint64
round*integer
Formatint64

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/unique-tournament/string/0/0/events"
{  "data": [    "string"  ]}