Skip to main content
GET
Fixture Odds CLV

Authorizations

apiKey
string
query
required

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

Query Parameters

fixtureId
string
required

Single fixture ID (e.g. id1400003160574219).

bookmakers
string | null

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

oddsIds
string | null

Optional: comma/space-separated oddsIds to restrict the response.

Response

Returns FixtureClvResponse (fixture meta + OLV/CLV pairs)

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.