# NHL Current-Week Schedule

> NHL Current-Week Schedule 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-14).

Returns the current week's NHL games including teams, venue, and game state as JSON

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/nhl-schedule
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nhl-current-week-schedule-9473eee2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OPzIVGLcFEMuC0zBUfFJw

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 nhl-current-week-schedule-9473eee2 -d '<json body>'
```

Example prompt: What NHL games are on this week — which teams are playing, where, and what's the current state of each game?

## When to prefer this

Use this endpoint when you need a quick, no-parameter lookup of the current week's NHL game schedule including venue and game state. Prefer it over general sports APIs when you specifically need NHL data with minimal setup and a fixed weekly scope.

## Known failure modes

- Stale data if games are updated mid-week
- No games returned during NHL off-season or bye weeks
- HTTP 402 if payment is not included or fails
- Service may not reflect postponements or rescheduled games in real time

## How this service works

Current-week NHL games with teams, venue and state. No params. Returns JSON.

## Output

A JSON array of NHL games for the current week, each with home team, away team, venue name, and game state (e.g. scheduled, in-progress, final)

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nhl-current-week-schedule-9473eee2/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)
