F

Fanfare · NFL Sunday Gameday

by Fanfare

GETBase

$0.15

per call · USD Coin on Base

NFL Sunday Game-Day bundle: the whole slate in one call — every game with kickoff, live score, per-team injury report, consensus Vegas line (spread + total + moneyline via The Odds API), and venue weather (NWS / Open-Meteo, dome-aware). Free-data composed bundle; the fall replacement for the World Cup bundle. Params: date (YYYY-MM-DD, the Sunday), tz_offset (minutes), team (ESPN abbrev, optional).

Endpoint

GET https://fanfare.run/v1/nfl/sunday-gameday

1

Calls / 30d

1

Unique payers / 30d

Aug 29

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://fanfare.run/v1/nfl/sunday-gameday", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://fanfare.run/v1/nfl/sunday-gameday?date=2026-09-13&team=DAL" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "game_count": 1,
    "games": [
      {
        "away": {
          "abbrev": "NE",
          "name": "New England Patriots"
        },
        "game_id": "401671xxx",
        "home": {
          "abbrev": "NYJ",
          "name": "New York Jets"
        },
        "injury_report": {
          "NYJ": [
            {
              "name": "…",
              "note": "hamstring",
              "player_id": "1",
              "position": "WR",
              "status": "Q"
            }
          ]
        },
        "kickoff_utc": "2026-09-13T17:00:00Z",
        "live_score": null,
        "status": "scheduled",
        "vegas": {
          "book_count": 6,
          "moneyline_away": 140,
          "moneyline_home": -160,
          "spread_home": -3,
          "total": 42.5
        },
        "venue": {
          "city": "East Rutherford",
          "dome": false,
          "name": "MetLife Stadium"
        },
        "weather": {
          "dome": false,
          "precip_pct": 15,
          "source": "nws",
          "temp_f": 68,
          "wind_dir_deg": 220,
          "wind_mph": 9
        }
      }
    ],
    "slate_date": "2026-09-13"
  },
  "errors": [],
  "league": "nfl",
  "request_id": "fnf_nflgd_001",
  "retrieved_at": "2026-09-13T14:32:11Z",
  "sport": "football",
  "warnings": []
}

Payment details

Pay to0x41adee1eba2c276be5e8cabe0ce523e4dd792170
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Fanfare & similar services