OpenAPI 3.1.02026-08-096177191.3 KB

6122c314b11a

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"
    }
  ]
}