StatsHub Docs
Endpoint referenceUnique tournament

/unique-tournament

GET
/api/v2/unique-tournament

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/api/v2/unique-tournament"
{  "$schema": "https://example.com/schemas/UniqueTournamentListOKBody.json",  "data": [    {      "categoryId": 0,      "displayInverseHomeAway": true,      "hasEventPlayerStatistics": true,      "hasPerformanceGraph": true,      "id": 0,      "name": "string",      "onForLiveAlerts": true,      "onForTelegramBot": true,      "primaryColorHex": "string",      "secondaryColorHex": "string",      "slug": "string",      "userCount": 0    }  ]}