StatsHub Docs
APIEndpoint referenceTournament

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

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

Path Parameters

id*string
seasonId*integer
Formatint64

Response Body

application/json

application/json

application/json

application/json

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