Skip to main content
GET
/
v1
/
outrights
/
sports
Outright Sports — Discover which sports have futures markets
curl --request GET \
  --url https://api.fieldfunded.com/v1/outrights/sports \
  --header 'X-API-Key: <api-key>'
{
  "sports": [
    {
      "sport_id": 124,
      "name": "Soccer",
      "tournament_count": 48
    },
    {
      "sport_id": 200,
      "name": "Tennis",
      "tournament_count": 14
    },
    {
      "sport_id": 8,
      "name": "Basketball",
      "tournament_count": 8
    },
    {
      "sport_id": 11,
      "name": "CS2",
      "tournament_count": 3
    }
  ],
  "total": 4
}

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 list of sports that currently feature outright/futures betting markets.

sports
object[]
total
integer