StatsHub Docs
APIEndpoint referenceDashboard

/dashboard/basketball/tournaments/{id}/seasons

Both the name and the year are built from the season id, which is all the events table carries.

GET
/api/dashboard/basketball/tournaments/{id}/seasons

Both the name and the year are built from the season id, which is all the events table carries. Newest first.

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/dashboard/basketball/tournaments/string/seasons"
[  {    "property1": null,    "property2": null  }]