Skip to main content
GET
/
api
/
v1
/
sports
List all sports
curl --request GET \
  --url https://therundown.io/api/v1/sports \
  --header 'key: <api-key>'
{
  "sports": [
    {
      "sport_id": 1,
      "sport_name": "NCAA Football"
    },
    {
      "sport_id": 2,
      "sport_name": "NFL"
    },
    {
      "sport_id": 3,
      "sport_name": "MLB"
    },
    {
      "sport_id": 4,
      "sport_name": "NBA"
    },
    {
      "sport_id": 5,
      "sport_name": "NCAA Men's Basketball"
    },
    {
      "sport_id": 6,
      "sport_name": "NHL"
    },
    {
      "sport_id": 7,
      "sport_name": "UFC/MMA"
    }
  ]
}

Authorizations

key
string
header
required

Response

200 - application/json

List of sports

sports
object[]