Skip to main content
GET
/
v1
/
featured
Featured Games — Top matches from priority leagues (PL, NBA, NFL)
curl --request GET \
  --url https://api.fieldfunded.com/v1/featured \
  --header 'X-API-Key: <api-key>'
{ "featured": [ { "id": "627126", "home_team": "Boston Celtics", "away_team": "Philadelphia 76ers", "home_logo": "https://api.fieldfunded.com/api/logo/t-3422", "away_logo": "https://api.fieldfunded.com/api/logo/t-3420", "status": "live", "score": { "home": 87, "away": 92 }, "clock": "Q3 04:22", "period": "3rd Quarter", "odds": { "home": 1.3, "draw": null, "away": 3.4 }, "odds_format": "decimal", "sport": { "key": "basketball", "name": "Basketball" }, "league": { "slug": "nba", "name": "NBA", "country": "USA" }, "start_time": "2026-04-12T19:00:00Z", "markets_count": 85, "updated_at": "2026-04-12T20:15:30.000Z" } ], "total": 12, "markets_included": false, "priority_leagues": [ "Premier League", "La Liga", "Champions League", "NBA", "NFL", "MLB", "NHL" ] }

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

limit
integer
default:15

Max number of featured games to return (default: 15, max: 30)

Required range: x <= 30
markets
boolean
default:false

Include full market depth for each game (default: false). When true, each event includes all available markets, scoreboard, and sport-specific data.

odds_format
enum<string>
default:decimal

Odds format for all values in response. Default: decimal

Available options:
decimal,
american,
fractional

Response

A curated list of top-tier matches from priority leagues, sorted with live events first.

total
integer
markets_included
boolean

Whether full market data is included in the response

priority_leagues
string[]

List of priority league names included in the selection