$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-gameday1
Calls / 30d
1
Unique payers / 30d
Aug 29
Last called
exact
Payment scheme
Call this service
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 -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
0x41adee1eba2c276be5e8cabe0ce523e4dd792170USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Fanfare & similar services
Fanfare · NBA Teams
fanfare.run
All 30 NBA teams with ID, city, abbreviation, conference, and division. Use team IDs to query schedules and standings.
Fanfare · MLB Standings
fanfare.run
Current MLB standings — wins, losses, win percentage, games back, home/away splits, and streak. Filter by leagueId: 103 for American League, 104 for National League.
Fanfare · NBA Schedule
fanfare.run
NBA game schedule for any date — matchups, scores by quarter, teams, and game status.