cURL Example
Events
Get event
Fetch details of a specific event using its unique identifier.
Rate limit: 100 requests per second.
GET
cURL Example
Path Parameters
The server-generated UUID of the event to retrieve
Response
Event retrieved successfully.
The unique identifier of the event
Example:
"550e8400-e29b-41d4-a716-446655440000"
The type of event
Example:
"Game"
The current status of the event
Available options:
INITIAL, OPEN_PREGAME, CLOSED_PREGAME, OPEN_INGAME, FINAL, DELAYED, CANCELED Example:
"OPEN_PREGAME"
A human-readable description of the event
Example:
"Kansas City Chiefs @ Buffalo Bills"
The league this event belongs to
Example:
"NFL"
The scheduled start time of the event
Example:
"2025-01-26T18:30:00.000Z"
Array of market IDs associated with this event
Example:
The game details associated with the event
