# NFL Team Form Bulk Dataset 2016–2025

> NFL Team Form Bulk Dataset 2016–2025 is a paid API for AI agents from nfl-form-x402.owenlvll.workers.dev, paid per call via x402, $40/call, status unknown (last checked 2026-09-14).

Returns a single zip archive containing the complete NFL team form dataset (2016–2025) across four files: team state, game matchups, percentile ranks, schema, and README

## Facts

- Endpoint: GET https://nfl-form-x402.owenlvll.workers.dev/history
- Price: $40/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nfl-team-form-bulk-dataset-2016-2025-04a057c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_p9uhs5kPEyFSotNeSBmQH

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 nfl-team-form-bulk-dataset-2016-2025-04a057c3
```

Example prompt: Download the full NFL team form bulk dataset covering 2016 through 2025 — I need the zip with all parquet files including team state, matchup pairings, and percentile ranks for local model training.

## When to prefer this

Choose this endpoint when you need the entire NFL form history in one download for offline analysis, model training, or archival. It is more cost-effective than making hundreds of per-game or per-week API calls. Prefer per-game or per-week sibling endpoints if you only need a narrow slice of the data.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Worker timeout if zip generation exceeds Cloudflare Worker limits
- Network interruption during large zip download
- Malformed or missing x402 payment header — authentication failure

## How this service works

NFL team form aggregates 2016-2025, paid per request over x402 (USDC on Base). Free: index, sample, README, schema.

## Output

A zip archive containing: team_state_2016_2025.parquet (4,320 team-weeks × 44 form attributes + 7 counts), matchup_2016_2025.parquet (2,004 regular-season games with home and away form side by side), team_rank_2016_2025.parquet (weekly and pooled percentile ranks for all 44 attributes), schema.json, and README.md. All form values reflect the state entering that week — no game results are included.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "files": [
   "README.md",
   "matchup_2016_2025.parquet",
   "schema.json",
   "team_rank_2016_2025.parquet",
   "team_state_2016_2025.parquet"
  ],
  "content_type": "application/zip"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nfl-team-form-bulk-dataset-2016-2025-04a057c3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nfl-form-x402.owenlvll.workers.dev](https://www.zero.xyz/host/nfl-form-x402.owenlvll.workers.dev/llms.txt)
