Skip to main content
GET
/
v1
/
scores
Live Scores — Real-time scoreboards optimized for high-frequency polling
curl --request GET \
  --url https://api.fieldfunded.com/v1/scores \
  --header 'X-API-Key: <api-key>'
{ "scores": [ { "id": "87654321", "home_team": "Arsenal", "away_team": "Chelsea", "score": { "home": 2, "away": 1 }, "status": "live", "clock": "67:10", "period": "2nd half", "sport": "soccer" } ], "total": 842 }

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

Response

A lightweight feed of live scores and match timers, optimized for high-frequency polling.

scores
object[]
total
integer