fanfare.run publishes 4 machine-payable endpoints over the x402 protocol, priced from $0.001 to $0.15 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /mlb/schedule | GET | $0.001 | 402 |
| /mlb/standings | GET | $0.001 | 402 |
| /nhl/schedule | GET | $0.001 | 402 |
| /v1/nfl/sunday-gameday | GET | $0.15 | 402 |
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 League.
NHL game schedule for any date — matchups, scores by period, and game status. Defaults to today's games if no date provided.
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 wea…