# NHL Standings API

> NHL Standings API 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 current NHL standings including points, wins, losses, and games played for every team

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/nhl-standings
- 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-standings-api-9701d0a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TP0dwz9N47Ynscv_znovp

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-standings-api-9701d0a0 -d '<json body>'
```

Example prompt: What are the current NHL standings? I want to see each team's points, wins, losses, and games played.

## When to prefer this

Use this endpoint when you need a quick, no-parameter snapshot of the full current NHL standings including points, wins, losses, and games played — ideal for agents answering sports questions about team rankings or playoff races without needing to specify filters or parameters.

## Known failure modes

- Service unavailable or timeout if the upstream data source is down
- Stale data if standings have not been updated since last game
- Payment failure if USDC balance is insufficient for the $0.02 fee
- Malformed JSON if the provider has a data pipeline issue

## How this service works

Current NHL standings with points, wins, losses and games played per team. No params. Returns JSON.

## Output

A JSON object containing current NHL standings data for all teams, with each team's points, wins, losses, and games played for the current season.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nhl-standings-api-9701d0a0/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)
