latestOpenAPI 3.1.02026-08-136177194.5 KB
5aa0aa5c5f66
V2 Sports
List all sports
Returns all available sports with their IDs. No authentication required.
get/api/v2/sports
Response
List of sports
Example response
{
"sports": [
{
"sport_id": 4,
"sport_name": "NBA"
}
]
}