# Stratalize NBA Scores API

> Stratalize NBA Scores API 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-15).

Returns live, recent (past 7 days), and upcoming (next 7 days) NBA game scores with home/away teams, game status, and league/season context, sourced from TheSportsDB

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/sports-nba-scores
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-nba-scores-api-caadecc1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3b0o5Ql77QcfPOv0P_Ne3

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-nba-scores-api-caadecc1
```

Example prompt: What's the score of today's NBA games, and can you also show me what games are coming up over the next few days?

## When to prefer this

Use this endpoint when you need verified, attested NBA game scores or schedules with a signed receipt for auditability — particularly useful in agentic or compliance-sensitive contexts where data provenance matters. Prefer over free sports APIs when trust and verifiability are required alongside the score data.

## Known failure modes

- Date out of supported range (beyond ±7 days) — returns empty or error
- Invalid date format — returns validation error
- No games scheduled for the requested date — returns empty results
- Payment not processed — 402 response requiring USDC payment
- TheSportsDB upstream outage — may return stale or unavailable 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 NBA scores, game status, and results for the past 7 days and next 7 days. Returns home/away teams, scores, game status (live, final, upcoming), and league/season context. Source: TheSportsDB

## Output

A list of NBA games within a 14-day window (7 days past and 7 days ahead) including home team, away team, current or final scores, game status (live, final, or upcoming), and league/season metadata. Each game carries a signed, independently verifiable receipt from Stratalize.

## 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-nba-scores-api-caadecc1/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)
