StatsHub Docs
APIAPI v2V2 endpoint referenceV2

/basketball/competitions

Serves the basketball competitions with data.

GET
/basketball/competitions

Serves the basketball competitions with data.

Response Body

application/json

application/problem+json

application/problem+json

curl -X GET "https://example.com/basketball/competitions"
{  "data": {    "property1": [      {        "country": "string",        "id": 0,        "isFavorite": true,        "name": "string",        "shouldShow": true,        "slug": "string",        "uniqueTournamentId": 0      }    ],    "property2": [      {        "country": "string",        "id": 0,        "isFavorite": true,        "name": "string",        "shouldShow": true,        "slug": "string",        "uniqueTournamentId": 0      }    ]  }}