# 2s NHL Standings

> 2s NHL Standings is a paid API for AI agents from 2s.io, paid per call via x402, $0.0025/call, status unknown (last checked 2026-09-15).

Returns current NHL team standings including wins, losses, OT losses, points, goal differential, and streak for all teams

## Facts

- Endpoint: GET https://2s.io/api/sports/nhl-standings
- Price: $0.0025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/2s-nhl-standings-85d81040
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1yecOKyNaaTsPZeCc5GHq

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 2s-nhl-standings-85d81040
```

Example prompt: What are the current NHL standings — show me all teams with their wins, losses, OT losses, points, and streak?

## When to prefer this

Choose this endpoint when you need real-time or current-season NHL team standings data without managing API keys or subscriptions. Ideal for agents that need pay-per-call access to hockey standings without committing to a recurring data subscription. Prefer over general sports APIs when you need structured, machine-readable standings with goal differential and streak data included.

## Known failure modes

- Upstream data source unavailable — returns error or empty items array
- Stale data if upstream provider hasn't refreshed standings recently
- Rate limit or payment failure via x402 protocol returns 402 status
- Malformed request parameters may result in empty result set

## How this service works

The (most) everything API: 575+ pay-per-call endpoints for AI agents — ground-truth data, a full AI gateway, and agent infrastructure (storage, queues, watchers). USDC via x402, no signup, no API keys, and upto billing: pay actual usage, not the quote.

## Output

Returns a JSON array of all NHL teams with their current standings data including team name, abbreviation, games played, wins, losses, overtime losses, points, goal differential, streak, division, and conference. Also includes total row count and data source metadata (provider, URL, license).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/2s-nhl-standings-85d81040/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 2s.io](https://www.zero.xyz/host/2s.io/llms.txt)
