Skip to main content
GET
Fixtures Odds Main

Authorizations

apiKey
string
query
required

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

Query Parameters

tournamentId
integer | null

Single tournamentId. Required if fixtureIds is not provided.

fixtureIds
string | null

Comma/space-separated fixtureIds (fast path). Required if tournamentId is not provided.

bookmakers
string | null

Comma/space-separated bookmaker slugs (default: all).

since
integer | null

changedAt >= since (ms). If provided, returns also inactive odds.

Response

Returns an array of fixtures (fixture meta + odds + bookmaker meta).

fixtureId
string
required

Fixture identifier: {providerSlug}{sportId}{tournamentId}{nativeId} — see Core Concepts → ID structure.

status
object
required

Lifecycle status of the fixture.

sport
object
required

Sport reference.

tournament
object
required

Tournament reference.

season
object
required

Season reference, when resolved.

venue
object
required

Venue reference, when known.

startTime
integer
required

Epoch seconds (UTC).

participants
object
required

Both participants with names, rotation numbers and abbreviations.

scores
object
required

Score rows keyed by period (result, p1, …).

clock
object | null
required

Live match clock, while in play.

externalProviders
object
required

Native identifiers of this fixture at external providers (betradar, pinnacle, …).

odds
object
required
trueStartTime
string | null

Actual start time (ISO 8601), once known — may differ from the scheduled startTime.

trueEndTime
string | null

Actual end time (ISO 8601), once known.

expectedPeriods
integer | null

Number of regular periods expected for this fixture — use it (with periodLength) to interpret period keys per sport/league.

periodLength
integer | null

Length of a regular period in minutes.

bookmakers
object

Per-bookmaker availability and freshness metadata. Contains only bookmakers that currently offer valid realtime odds for this fixture. Present on fixture and odds endpoints; omitted on CLV, historical-odds and settlement responses.