Skip to main content
GET
/
fixtures
/
mapping
Fixture Mapping
curl --request GET \
  --url 'https://v5.oddspapi.io/en/fixtures/mapping?apiKey='
[
{
"bookmaker": "pinnacle",
"fixtureId": "id1100013262924759",
"bookmakerFixtureId": "1621504021",
"participantsRotated": false
},
{
"bookmaker": "pinnacle",
"fixtureId": "id1100013262924769",
"bookmakerFixtureId": "1621493680",
"participantsRotated": false
}
]

Authorizations

apiKey
string
query
required

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

Query Parameters

bookmaker
string | null

Single bookmaker slug.

fixtureIds
string | null

Comma/space-separated internal fixtureIds.

bookmakerFixtureIds
string | null

Comma/space-separated provider fixture IDs.

Response

Returns FixtureMapping[]

bookmaker
string
required
fixtureId
string
required
bookmakerFixtureId
string
required
participantsRotated
boolean
required