Returns a paginated list of sports events. Filter by sport, league, or status. Results are sorted by start time (live events first, then upcoming).
Note: By default, ended and cancelled events are excluded. Use ?status=all to include all statuses, or ?status=ended to retrieve only ended events.
Documentation Index
Fetch the complete documentation index at: https://docs.fieldfunded.com/llms.txt
Use this file to discover all available pages before exploring further.
Your FieldFunded API Key
Filter by sport key (e.g. soccer, basketball, cs2). Use all or omit for all sports.
"soccer"
Filter by event status
live, prematch, all Filter by league. Supports exact slug match (premier-league) or partial name match (Premier).
Use /v1/leagues to discover available league slugs.
"premier-league"
Filter by country (exact or partial match, case-insensitive)
"england"
Filter events on a specific day (UTC). Format: YYYY-MM-DD. Cannot combine with from/to.
"2026-04-15"
Filter events starting from this date (UTC inclusive). Format: YYYY-MM-DD. Use with to for a range.
"2026-04-15"
Filter events up to this date (UTC inclusive). Format: YYYY-MM-DD. Use with from for a range.
"2026-04-17"
Filter upcoming events starting within a time window from now.
Format: {number}{unit} where unit is m (minutes), h (hours), or d (days).
Only returns prematch events — excludes already-live games.
"60m"
Maximum number of events to return
1 <= x <= 200Number of events to skip (for pagination)
x >= 0Odds format for all values in response. Default: decimal
decimal, american, fractional