Retrieve all events with optional filtering and pagination
Maximum number of events to return per page. Use with offset for pagination. Example: 50
Number of events to skip for pagination. Use with limit to page through results. Example: 100 skips the first 100 events
Fields to sort results by. Supports multiple fields. Common values: volume, liquidity, startTime, createdAt
Sort direction for the orderBy fields. Use asc for ascending or desc for descending order. Default: desc
asc, desc Filter by specific event IDs. Returns only events matching these numeric identifiers
Filter by event URL slugs. Returns only events matching these slug identifiers
Filter by archived status. true returns only archived events, false excludes archived events from results
Filter by active status. true returns only events with active markets, false returns inactive events
Filter by closed status. true returns only closed events, false returns open events
Minimum total liquidity across all markets in USD. Only returns events with liquidity >= this value
Maximum total liquidity across all markets in USD. Only returns events with liquidity <= this value
Minimum total trading volume across all markets in USD. Only returns events with volume >= this value
Maximum total trading volume across all markets in USD. Only returns events with volume <= this value
Filter events starting on or after this date. ISO 8601 format. Example: 2025-01-01T00:00:00Z
Filter events starting on or before this date. ISO 8601 format. Example: 2025-12-31T23:59:59Z
Filter events ending on or after this date. ISO 8601 format
Filter events ending on or before this date. ISO 8601 format
Filter events by a specific tag ID. Returns only events that have this tag applied
When true and tagId is provided, also includes events with tags related to the specified tag
Filter events by tag slug. Returns only events that have this tag applied. Example: nfl, nba
Filter by featured status. true returns only featured/highlighted events, false excludes featured events
Filter by series IDs. Returns events belonging to the specified series (e.g., NFL Season, NBA Playoffs)
Filter by specific event date. Format: YYYY-MM-DD. Returns events scheduled for this date
Filter by event week number. For sports seasons, returns events in the specified week (e.g., NFL Week 1)
Filter events with start time on or after this timestamp. ISO 8601 format. Example: 2025-01-20T18:00:00Z
Filter events with start time on or before this timestamp. ISO 8601 format. Example: 2025-01-20T23:59:59Z
Exclude events with these tag IDs. Returns events that do NOT have any of these tags
When true, sorts results by the featured order ranking instead of the default sort
Filter by sports game ID from the data provider. Returns the event for a specific sporting game
Filter by game period/state. For live sports events. Example: 1H, 2H, OT, FINAL
Filter by ended status. true returns only events that have concluded, false returns ongoing/upcoming events
Filter by Sportradar game ID. Returns the event matching this Sportradar identifier
Exclude events from these series IDs. Returns events that do NOT belong to any of these series
Filter by event categories. Example values: sports, politics, entertainment
Filter by market types within events. Example values: binary, scalar
List of events
List of events