Skip to main content
GET
Fixtures Live

Authorizations

apiKey
string
query
required

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

Query Parameters

sportId
integer | null

Single sport ID.

tournamentId
integer | null

Single tournament ID.

bookmakers
string | null

Comma/space-separated bookmaker slugs.

Response

Returns Fixture[] (live only)

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, …).

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.