Skip to main content
GET
/
v1
/
outrights
Outright Tournaments — Season-level futures across all sports
curl --request GET \
  --url https://api.fieldfunded.com/v1/outrights \
  --header 'X-API-Key: <api-key>'
{
  "outrights": [
    {
      "tournament_id": 95,
      "name": "Premier League",
      "sport_id": 124,
      "country": "England",
      "country_code": "ENG",
      "outright_count": 1,
      "category": "England"
    },
    {
      "tournament_id": 74,
      "name": "UEFA Champions League",
      "sport_id": 124,
      "country": "International Clubs",
      "country_code": "INT",
      "outright_count": 1,
      "category": "International Clubs"
    }
  ],
  "total": 48,
  "sport_id": 124
}

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_id
integer
default:124

Sport ID to filter outrights (default: 124 = Soccer). Use /v1/outrights/sports to discover IDs.

Example:

124

country
string

Filter by country name or country code (e.g. ENG, USA, England)

Example:

"ENG"

Response

A list of tournaments that currently have active outright/futures betting markets.

outrights
object[]
total
integer
sport_id
integer