GET All Odds
Last updated
Last updated
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.
Static Filters
Available on Entity
Description
Example
IdAfter
All
Filter all inplay odds starting from a certain inplay odd ID. Handy if you're doing an import for all inplay odds and want to continue from a certain ID.
&filters=IdAfter:inplayoddID &filters=IdAfter:4430465
Deleted
Fixture
Filter on deleted fixtures only. This filter helps to keep your database in sync.
&include=fixtures&filters=IsDeleted
Markets
Odds
Filter the odds on a selection of markets separated by a comma.
&filters=markets:marketIDs &filters=markets:12,14
Bookmakers
Odds
Filter the odds on a selection of bookmakers separated by a comma. (e.g: 2,14).
&filters=bookmakers:bookmakerIDs &filters=bookmakers:2,14
WinningOdds
Odds
Filter all winning odds.
&filters=winningOdds