# Stratalize NFL Live Scores API

> Stratalize NFL Live 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 NFL game scores, game status, and results for a rolling 14-day window (past 7 + next 7 days), with cryptographically signed responses

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/sports-nfl-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-nfl-live-scores-api-ebbbe31f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iEd-oEUYNTfmxbrXdHjrs

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-nfl-live-scores-api-ebbbe31f
```

Example prompt: What are the current NFL scores today, and can you show me any games from the past couple of days too? I want the live scores and final results with verified data.

## When to prefer this

Use this endpoint when you need NFL-specific live or recent game scores with cryptographic integrity guarantees. Prefer this over generic sports APIs when verifiability of the data source matters, or when you need scores for games within the current 14-day rolling window. Not suitable for historical data beyond 7 days or for other sports leagues.

## Known failure modes

- Date out of range: if the requested date falls outside the past 7 / next 7 day window, no games may be returned
- Invalid date format: non-YYYY-MM-DD date strings may return an error or empty result
- No games scheduled: legitimate empty response on bye weeks or off-season dates
- Payment failure: x402 payment of $0.02 USDC not processed, request rejected
- Upstream outage: TheSportsDB unavailable, stale or missing 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 NFL 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 NFL games within a 14-day window (past 7 and next 7 days) including home and away team names, current or final scores, and game status (live, scheduled, finished). Each response is ML-DSA-65 cryptographically signed and includes a verification receipt URL at trust.stratalize.com/verify for independent validation. Data is sourced from TheSportsDB.

## 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-nfl-live-scores-api-ebbbe31f/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)
