Skip to main content
GET
/
v1
/
status
API Status — Public health check (no auth required)
curl --request GET \
  --url https://api.fieldfunded.com/v1/status
{
  "status": "operational",
  "version": "1.0.0",
  "data_freshness_ms": 300,
  "active_sports": 32,
  "live_events": 142,
  "prematch_events": 700
}

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.

Response

200 - application/json

High-level status information including live and prematch event volumes across the platform.

status
enum<string>
Available options:
operational,
degraded,
down
version
string
data_freshness_ms
integer

How often data is refreshed (milliseconds)

active_sports
integer
live_events
integer
prematch_events
integer