Skip to main content
GET
/
futures
/
live
Futures Live
curl --request GET \
  --url 'https://v5.oddspapi.io/en/futures/live?apiKey='
[
  {
    "futureId": "<string>",
    "status": {
      "live": true,
      "statusId": 123,
      "statusName": "<string>"
    },
    "sport": {
      "sportId": 123,
      "sportName": "<string>"
    },
    "tournament": {
      "tournamentId": 123,
      "tournamentName": "<string>",
      "categoryName": "<string>"
    },
    "season": {
      "seasonId": 123,
      "seasonName": "<string>",
      "seasonRound": 123
    },
    "startTime": 123,
    "endTime": 123,
    "market": {
      "marketId": 123,
      "marketName": "<string>",
      "marketType": "<string>"
    },
    "participants": [
      {
        "participantId": 123,
        "participantName": "<string>"
      }
    ],
    "externalProviders": {},
    "bookmakers": {}
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.oddspapi.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apiKey
string
query
required

Your API key (query-based auth for v5).

Query Parameters

sportId
integer | null
tournamentId
integer | null
bookmakers
string | null

Response

Returns FutureMeta[] (live only)

futureId
string
required
status
object
required
sport
object
required
tournament
object
required
season
object
required
startTime
integer
required
endTime
integer
required
market
object
required
participants
object[]
required

List of participants (teams/players) competing in this futures market.

externalProviders
object
required
bookmakers
object
required