Skip to main content
GET
/
sports
Get Sports
curl --request GET \
  --url https://api.odds-api.io/v3/sports
[
  {
    "name": "Football",
    "slug": "football"
  }
]

Response

OK

name
string
Example:

"Football"

slug
string
Example:

"football"

I