Animica x402 Directory

Directory / fanfare.run

fanfare.run/v1/nfl/sunday-gameday

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).

Call it

# 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.

Other endpoints on fanfare.run

fanfare.run/mlb/schedule

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.

GET · $0.001

fanfare.run/mlb/standings

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…

GET · $0.001

fanfare.run/nhl/schedule

NHL game schedule for any date — matchups, scores by period, and game status. Defaults to today's games if no date provided.

GET · $0.001

All 4 endpoints on fanfare.run →