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).
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://fanfare.run/v1/nfl/sunday-gameday' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://fanfare.run/v1/nfl/sunday-gameday'
Endpoint: https://fanfare.run/v1/nfl/sunday-gameday. Operated by fanfare.run, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
MLB game schedule for any date or team — matchups, scores, venues, and status. Filter by date (YYYY-MM-DD) or teamId to find specific games.
Current MLB standings — wins, losses, win percentage, games back, home/away splits, and streak. Filter by leagueId: 103 for American League, 104 for National Le…
NHL game schedule for any date — matchups, scores by period, and game status. Defaults to today's games if no date provided.