StatsHub Docs
Endpoint referenceTournament

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

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

Path Parameters

id*string
seasonId*integer
Formatint64
round*integer
Formatint64

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/tournament/string/0/0/events"
{  "$schema": "https://example.com/schemas/TournamentRoundEventsOKBody.json",  "data": [    "string"  ]}