GET Bookmaker Event ID's by Fixture Id
This endpoint returns all the bookmakers event ids available for your requested fixture ID.
Last updated
This endpoint returns all the bookmakers event ids available for your requested fixture ID.
https://api.sportmonks.com/v3/odds/bookmakers/fixtures/{ID}/mapping"data": [
{
"fixture_id": 18546969,
"bookmaker_id": 2,
"bookmaker_name": "bet365",
"bookmaker_event_id": "121986418"
}
],fixture_id
Refers to the Sportmonks fixture_id
integer
bookmaker_id
Refers to the id of the bookmaker
integer
bookmaker_name
contains the name of the bookmaker
string
bookmaker_event_id
contains the id of this fixture at the bookmaker
string
api_token
YES
Your unique API token
include
NO
Enrich the API with more data by using includes
select
NO
Select specific fields on the base entity
filters
NO
Filter the API response on multiple related entities. There are static filters and dynamic filters.
Please find the possibilities in the Static and Dynamic Filter tab.
Not applicable for this endpoint.
Not applicable for this endpoint.
YES
You can use a total of 0 nested includes on this endpoint
none
Related Entities:
Get an overview and explanation of all the fields returned in the API response. The related entities for the bookmakers endpoints are:
Last updated