AltSportsData

Fetch all futures

Fetch all futures

GET
/api/v1/public/futures

Authorization

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

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/public/futures"
[
  {
    "id": "wsl:2127ea10-6110-4ffd-9403-3e33fc0929de",
    "referenceId": 1174117206190029,
    "type": "top5",
    "tourId": "279d1482-aa17-4eea-902a-c49acf0928e2",
    "numericTournamentId": 1174117206190029,
    "tourName": "Men's Championship Tour",
    "startDate": "2022-01-29T13:00:00Z",
    "endDate": "2022-02-10T19:00:00Z",
    "year": 2022,
    "gender": "male",
    "createdAt": "2022-01-29T13:00:00Z",
    "updatedAt": "2022-02-10T19:00:00Z",
    "isMarketOpen": false,
    "tourYearId": "33e7f77-e7e8-4cc1-b9fe-333eb2f25c24"
  }
]