# ESPN NFL Scoreboard via ClonEcho

> ESPN NFL Scoreboard via ClonEcho is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns current NFL games with matchup details, kickoff times, and game status as JSON

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/espn-nfl-scoreboard
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/espn-nfl-scoreboard-via-clonecho-74e0e611
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1uNXE-iJDrcQoM9Ua0MFU

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 espn-nfl-scoreboard-via-clonecho-74e0e611 -d '<json body>'
```

Example prompt: What NFL games are on right now — who's playing, what time do they kick off, and what's the current status?

## When to prefer this

Use this endpoint when you need a quick, no-parameter snapshot of current NFL games including matchups, kickoff times, and live status. Ideal for sports dashboards, fan notifications, or any agent task requiring real-time NFL schedule and score data without complex query parameters.

## Known failure modes

- No games currently scheduled returns an empty list
- ESPN upstream data unavailable causes error response
- Payment failure (402) if USDC not provided
- Rate limiting if called too frequently

## How this service works

Current NFL games with matchup, kickoff time and status. No params. Returns JSON.

## Output

A JSON object containing a list of current NFL games, each with team matchup details (home and away teams), scheduled kickoff time, and current game status (e.g. scheduled, in-progress, final).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/espn-nfl-scoreboard-via-clonecho-74e0e611/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
