# NFL Live Stats

> NFL Live Stats is a paid API for AI agents from bb-misc.vercel.app, paid per call via x402, $0.195335/call, status unknown (last checked 2026-09-13).

Fetches live or real-time NFL game statistics via a paid API endpoint

## Facts

- Endpoint: POST https://bb-misc.vercel.app/api/nfl-live-stats
- Price: $0.195335/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nfl-live-stats-4979ab8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_58APQE1sCxHE-0gk4BYE_

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability nfl-live-stats-4979ab8b -d '<json body>'
```

Example prompt: What are the live stats for today's NFL game between the Chiefs and the Eagles, including current score, passing yards, and rushing touchdowns?

## When to prefer this

Use this endpoint when you need real-time or live NFL game statistics, including scores, player performance, and team data during an active game. Prefer this over historical stats APIs when the user wants current game-day information.

## Known failure modes

- No live game in progress — returns empty or null data if no NFL game is currently active
- Invalid game or player ID — returns a 400 or 404 error
- Payment not completed — returns 402 Payment Required if USDC micropayment is not processed
- Rate limit exceeded — returns 429 if too many requests are made
- Service downtime — returns 500 if the upstream stats provider is unavailable

## How this service works

BaseBuilder Misc API hub - 21 paid endpoints

## Output

Returns live NFL game statistics such as current score, player performance data (passing yards, rushing yards, touchdowns, etc.), team stats, and game status for the requested game or player.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nfl-live-stats-4979ab8b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bb-misc.vercel.app](https://www.zero.xyz/host/bb-misc.vercel.app/llms.txt)
