AltSportsData

Fetch all sports

Fetch a list of all available sports along with the supported markets.

GET
/api/v1/public/sports

Authorization

X-API-KEY
X-API-KEY<token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/public/sports"
[
  {
    "key": "wsl",
    "referenceId": 1174117206190029,
    "supportedMarkets": [
      "eventWinnerProjections",
      "heatProjections"
    ],
    "name": "Surfing"
  }
]