Fixtures Odds Main
Get current main odds for multiple fixtures.
Lookup mode: provide exactly one of:
tournamentId(recommended)fixtureIds(fast path)
If since is provided, returns odds updates with changedAt >= since.
Authorizations
Your API key (query-based auth for v5).
Query Parameters
Single tournamentId. Required if fixtureIds is not provided.
Comma/space-separated fixtureIds (fast path). Required if tournamentId is not provided.
Comma/space-separated bookmaker slugs (default: all).
changedAt >= since (ms). If provided, returns also inactive odds.
Response
Returns an array of fixtures (fixture meta + odds + bookmaker meta).
Fixture identifier: {providerSlug}{sportId}{tournamentId}{nativeId} — see Core Concepts → ID structure.
Lifecycle status of the fixture.
Sport reference.
Tournament reference.
Season reference, when resolved.
Venue reference, when known.
Epoch seconds (UTC).
Both participants with names, rotation numbers and abbreviations.
Score rows keyed by period (result, p1, …).
Live match clock, while in play.
Native identifiers of this fixture at external providers (betradar, pinnacle, …).
Actual start time (ISO 8601), once known — may differ from the scheduled startTime.
Actual end time (ISO 8601), once known.
Number of regular periods expected for this fixture — use it (with periodLength) to interpret period keys per sport/league.
Length of a regular period in minutes.
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.