# NHL Current League Standings

> NHL Current League Standings 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 league standings including team name, conference, wins, losses, and points as JSON.

## Facts

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

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-league-standings-a2e5b712 -d '<json body>'
```

Example prompt: What are the current NHL standings — I want to see every team's wins, losses, and points by conference right now.

## When to prefer this

Use this endpoint when you need real-time or current NHL team standings data including wins, losses, and points broken down by conference, without needing historical data or play-by-play stats.

## Known failure modes

- No query match returns empty or null results
- Service unavailable or payment failure returns non-200 status
- Stale data if standings have not been refreshed recently
- Invalid query parameter may return unexpected or empty results

## How this service works

NHL: current league standings - team, conference, wins, losses, points. Query: ?q= Returns JSON.

## Output

A JSON object containing current NHL league standings, with each team's name, conference affiliation, number of wins, losses, and total points.

## More

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