Skip to main content
GET
cURL Example

Query Parameters

league
string

Filter by league (e.g., NFL, NBA, MLB)

type
string

Filter by event type (e.g., Game)

status
enum<string>

Filter by event status (e.g., OPEN_PREGAME, OPEN_INGAME)

Available options:
INITIAL,
OPEN_PREGAME,
CLOSED_PREGAME,
OPEN_INGAME,
FINAL,
DELAYED,
CANCELED
limit
integer
default:100

Number of results to return (max 100, default 100)

Required range: x <= 100
offset
integer
default:0

Pagination offset (default 0)

Response

Successfully retrieved events.

id
string
required

The unique identifier of the event

Example:

"550e8400-e29b-41d4-a716-446655440000"

type
string
required

The type of event

Example:

"Game"

status
enum<string>
required

The current status of the event

Available options:
INITIAL,
OPEN_PREGAME,
CLOSED_PREGAME,
OPEN_INGAME,
FINAL,
DELAYED,
CANCELED
Example:

"OPEN_PREGAME"

description
string
required

A human-readable description of the event

Example:

"Kansas City Chiefs @ Buffalo Bills"

league
string
required

The league this event belongs to

Example:

"NFL"

scheduledStart
string<date-time>
required

The scheduled start time of the event

Example:

"2025-01-26T18:30:00.000Z"

marketIds
string[]
required

Array of market IDs associated with this event

Example:
game
object

The game details associated with the event