Returns a list of sports with name and slug
cURL
curl --request GET \ --url https://api.odds-api.io/v3/sports
[ { "name": "Football", "slug": "football" } ]
OK
"Football"
"football"
Was this page helpful?