Static filters are always the same and filter in one specific way without any custom options. Each static filter is listed below and has a description of how it filters. For more information, please look at our Filters page.
Not applicable for this endpoint.
Pagination
YES
Include depth
You can use a total of 1 nested includes on this endpoint
var unirest = require('unirest');
var req = unirest('GET', 'https://api.sportmonks.com/v3/odds/inplay?api_token={your_token}')
.end(function (res) {
if (res.error) throw new Error(res.error);
console.log(res.raw_body);
});
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.