StatsHub Docs
APIEndpoint referenceTournament

/tournament/{id}/{seasonId}/{round}/events

GET
/api/tournament/{id}/{seasonId}/{round}/events

Path Parameters

id*string
seasonId*integer
Formatint64
round*integer
Formatint64

Response Body

application/json

application/json

application/json

application/json

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