v3

latestOpenAPI 3.1.02026-08-055966167.2 KB
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"
    }
  ]
}