Skip to main content
GET
/
v1
/
live
Live Events — All in-play matches with scores and headline odds
curl --request GET \
  --url https://api.fieldfunded.com/v1/live \
  --header 'X-API-Key: <api-key>'
{ "events": [ { "id": "749302", "sport": { "key": "soccer", "name": "Soccer" }, "league": { "slug": "premier-league", "name": "Premier League", "country": "England" }, "home_team": "Arsenal", "away_team": "Chelsea", "home_logo": "https://api.fieldfunded.com/api/logo/t-38", "away_logo": "https://api.fieldfunded.com/api/logo/t-42", "status": "live", "start_time": "2026-04-12T15:00:00Z", "score": { "home": 2, "away": 1 }, "clock": "67:10", "period": "2nd Half", "odds": { "home": 1.45, "draw": 4.5, "away": 6 }, "odds_format": "decimal", "markets_count": 72, "updated_at": "2026-04-12T15:45:30.000Z" } ], "total": 64 }

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.

Authorizations

X-API-Key
string
header
required

Your FieldFunded API Key

Query Parameters

sport
string

Filter by sport key

Example:

"soccer"

limit
integer

Maximum number of live events to return (default: all, max: 200)

Required range: 1 <= x <= 200
odds_format
enum<string>
default:decimal

Odds format for all values in response. Default: decimal

Available options:
decimal,
american,
fractional

Response

A real-time list of all currently live sporting events and their dynamically updating odds.

events
object[]
total
integer