v3

latestOpenAPI 3.1.0raw.githubusercontent.com2025-10-088171.7 MB
Events

Get a list of Events

get/events/

Query parameters

eventIDstring

An eventID to get Event data for

eventIDsstring

A comma separated list of eventIDs to get Event data for

sportIDstring

A sportID or comma-separated list of sportIDs to get Events for

leagueIDstring

A leagueID or comma-separated list of leagueIDs to get Events for

typestring

Only include Events of the specified type

oddsAvailableboolean

Whether you want only Events which do (true) or do not (false) have odds markets which are currently available (open for wagering)

oddsPresentboolean

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)

oddIDstring

An oddID or comma-separated list of oddIDs to include odds for

includeOpposingOddsboolean

Whether to include opposing odds for each included oddID

includeAltLinesboolean

Whether to include alternate lines in the odds byBookmaker data

bookmakerIDstring

A bookmakerID or comma-separated list of bookmakerIDs to include odds for

teamIDstring

A teamID or comma-separated list of teamIDs to include Events for

playerIDstring

A playerID or comma-separated list of playerIDs to include Events (and associated odds) for

finalizedboolean

Only include finalized Events (true), exclude unfinalized Events (false) or all Events (omit)

liveboolean

Only include live Events (true), only non-live Events (false) or all Events (omit)

startedboolean

Only include Events which have have previously started (true), only Events which have not previously started (false) or all Events (omit)

endedboolean

Only include Events which have have ended (true), only Events which have not ended (false) or all Events (omit)

cancelledboolean

Only include cancelled Events (true), only non-cancelled Events (false) or all Events (omit)

startsAfterstring date-time

Get Events that start after this date

startsBeforestring date-time

Get Events that start before this date

limitnumber

The maximum number of Events to return

cursorstring

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

nextCursorstring
successboolean

Example response

{
  "success": true
}
All 8 operations