# Stratalize NHL Scores

> Stratalize NHL Scores is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns live NHL game scores, game status, and results for the past and next 7 days, including teams and scores, sourced from TheSportsDB

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/sports-nhl-scores
- 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/stratalize-nhl-scores-dc35c8e1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LxZPl-LH9o0hpMUEdiWgg

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 stratalize-nhl-scores-dc35c8e1
```

Example prompt: What are the NHL scores and game statuses for tonight, December 14th?

## When to prefer this

Use this endpoint when you need current, real-time or recent NHL game scores and statuses with a signed, verifiable receipt. Prefer it over generic sports APIs when auditability or attestation of the data source is important, or when operating in an x402 micropayment-native agent environment.

## Known failure modes

- Invalid date format returns an error — must be YYYY-MM-DD
- No games found for a date outside the ±7 day window
- Upstream TheSportsDB outage may return empty or stale data
- Micropayment failure ($0.02 USDC) results in 402 response blocking the data

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Live NHL game scores, game status, and results for the past 7 days and next 7 days. Returns teams, scores, and game status. Source: TheSportsDB

## Output

A list of NHL games within a ±7 day window of the requested date (or current time by default), each with home and away team names, current or final scores, and game status (e.g. live, scheduled, finished).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "date": {
   "type": "string",
   "description": "Optional game date YYYY-MM-DD (defaults to live window)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-nhl-scores-dc35c8e1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
