Skip to main content
GET
/
v1
/
sports
Get Sports — 30+ sports and esports with live event counts
curl --request GET \
  --url https://api.fieldfunded.com/v1/sports \
  --header 'X-API-Key: <api-key>'
{
  "sports": [
    {
      "key": "soccer",
      "name": "Soccer",
      "active_events": 142,
      "live_events": 10,
      "prematch_events": 132,
      "is_esport": false,
      "has_outrights": true
    },
    {
      "key": "basketball",
      "name": "Basketball",
      "active_events": 38,
      "live_events": 4,
      "prematch_events": 34,
      "is_esport": false
    },
    {
      "key": "cs2",
      "name": "CS2",
      "active_events": 12,
      "live_events": 2,
      "prematch_events": 10,
      "is_esport": true
    }
  ],
  "total": 32
}

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

Response

A complete catalog of active sports and esports, including real-time event counts and visual assets.

sports
object[]
total
integer
Example:

20