Get a list of Events
Query parameters
An eventID to get Event data for
A comma separated list of eventIDs to get Event data for
A sportID or comma-separated list of sportIDs to get Events for
A leagueID or comma-separated list of leagueIDs to get Events for
Only include Events of the specified type
Whether you want only Events which do (true) or do not (false) have odds markets which are currently available (open for wagering)
Whether you want only Events which do (true) or do not (false) have any associated odds markets regardless of whether those odds markets are currently available (open for wagering)
An oddID or comma-separated list of oddIDs to include odds for
Whether to include opposing odds for each included oddID
Whether to include alternate lines in the odds byBookmaker data
A bookmakerID or comma-separated list of bookmakerIDs to include odds for
A teamID or comma-separated list of teamIDs to include Events for
A playerID or comma-separated list of playerIDs to include Events (and associated odds) for
Only include finalized Events (true), exclude unfinalized Events (false) or all Events (omit)
Only include live Events (true), only non-live Events (false) or all Events (omit)
Only include Events which have have previously started (true), only Events which have not previously started (false) or all Events (omit)
Only include Events which have have ended (true), only Events which have not ended (false) or all Events (omit)
Only include cancelled Events (true), only non-cancelled Events (false) or all Events (omit)
Get Events that start after this date
Get Events that start before this date
The maximum number of Events to return
The cursor for the request. Used to get the next group of Events. This should be the nextCursor from the prior response.
Response
An array of events
Example response
{
"success": true
}