StatsHub Docs
Endpoint referenceTournament

/tournament/{id}

GET
/api/v2/tournament/{id}

Path Parameters

id*string

Query Parameters

leagueId?integer
Formatint64

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/tournament/string"
{  "$schema": "https://example.com/schemas/TournamentDetailOKBody.json",  "data": {    "property1": null,    "property2": null  }}