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"
}
]
}Returns all available sports with their IDs. No authentication required.
List of sports
{
"sports": [
{
"sport_id": 4,
"sport_name": "NBA"
}
]
}