# NFL Team Form Pairing Lookup (2016–2025)

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

Returns aggregated pre-game form statistics for both the home and away team in a specific NFL matchup by season, week, and team abbreviation.

## Facts

- Endpoint: GET https://nfl-form-x402.owenlvll.workers.dev/pairing/%7Bseason%7D/%7Bweek%7D/%7Bhome%7D/%7Baway%7D
- Price: $0.25/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-pairing-lookup-2016-2025-d4b846f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZMNurxmTZVlmScg-VR4is

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-pairing-lookup-2016-2025-d4b846f7
```

Example prompt: Pull the NFL team form pairing stats for the 2024 season, week 9 matchup between the Arizona Cardinals (home) and the Chicago Bears (away) — I want to see both teams' situational stats, red zone rates, and TD distributions by quarter.

## When to prefer this

Choose this endpoint when you need pre-game form context for a single specific NFL matchup — both teams' aggregated situational and performance statistics entering that game. It is ideal for prediction modeling, betting analysis, or comparative scouting when you know the exact season, week, home team, and away team. Prefer sibling endpoints when you need all games for a full week or an entire season at once.

## Known failure modes

- Invalid or unsupported season year (outside 2016–2025 range) returns an error
- Invalid team abbreviation returns a not-found or error response
- Week number out of valid range for the season returns an error
- Payment failure via x402/USDC returns a 402 Payment Required response
- Mismatched home/away team combination with no historical record may return empty or null data

## 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 JSON object containing dozens of aggregated form metrics for both the home and away team entering the specified game, including: touchdown rates by quarter (offensive and defensive), red zone conversion rates, field goal situation rates, game-state time distributions (leading, trailing, tied by margin), pass and rush play counts, penalty totals per game, balance metrics, and neutral site flag.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "away": "CHI",
  "home": "ARI",
  "week": 9,
  "season": 2024,
  "away_sit_fg": 0.8,
  "home_sit_fg": 0.9230769230769232,
  "away_gs_tied": 0.1665096821667198,
  "home_gs_tied": 0.1564668543145268,
  "neutral_site": false,
  "away_td_n_def": 69,
  "away_td_n_off": 68,
  "home_td_n_def": 56,
  "home_td_n_off": 58,
  "away_bal_n_all": 388,
  "away_td_def_q1": 0.1538461538461538,
  "away_td_def_q2": 0.0526315789473684,
  "away_td_def_q3": 0.1578947368421052,
  "away_td_def_q4": 0.1666666666666666,
  "away_td_off_q1": 0.1428571428571428,
  "away_td_off_q2": 0.3333333333333333,
  "away_td_off_q3": 0.2941176470588235,
  "away_td_off_q4": 0.2631578947368421,
  "home_bal_n_all": 337,
  "home_td_def_q1": 0.5714285714285714,
  "home_td_def_q2": 0.1333333333333333,
  "home_td_def_q3": 0.2941176470588235,
  "home_td_def_q4": 0.1,
  "home_td_off_q1": 0.3076923076923077,
  "home_td_off_q2": 0.125,
  "home_td_off_q3": 0.2352941176470588,
  "home_td_off_q4": 0.0833333333333333,
  "away_pass_n_def": 211,
  "away_pass_n_off": 215,
  "away_rush_n_def": 146,
  "away_rush_n_off": 171,
  "away_sit_fp_own": 69.7910447761194,
  "away_sit_rz_def": 0.3529411764705882,
  "away_sit_rz_off": 0.7222222222222222,
  "away_td_def_all": 0.1304347826086956,
  "away_td_off_all": 0.2647058823529412,
  "home_pass_n_def": 205,
  "home_pass_n_off": 186,
  "home_rush_n_def": 187,
  "home_rush_n_off": 149,
  "home_sit_fp_own": 72.1896551724138,
  "home_sit_rz_def": 0.5652173913043478,
  "home_sit_rz_off": 0.5333333333333333,
  "home_td_def_all": 0.2857142857142857,
  "home_td_off_all": 0.1896551724137931,
  "away_gs_lead_1_3": 0.0519964894640649,
  "away_gs_lead_4_8": 0.1001029844162276,
  "away_pen_total_g": 6.333333333333333,
  "away_sit_td3_def": 0.3417721518987341,
  "away_sit_td3_off": 0.3580246913580246,
  "home_gs_lead_1_3": 0.0700728338499784,
  "home_gs_lead_4_8": 0.0719842999217789,
  "home_pen_total_g": 4.833333333333333,
  "home_sit_td3_def": 0.5921052631578947,
  "home_sit_td3_off": 0.35,
  "away_gs_trail_1_3": 0.081897912436572,
  "away_gs_trail_4_8": 0.2636059755994727,
  "home_gs_trail_1_3": 0.1570273452814721,
  "home_gs_trail_4_8": 0.1540108730268316,
  "away_bal_pass_rate": 0.6005154639175257,
  "away_gs_lead_9plus": 0.1988187129899754,
  "away_sit_fp_forced": 71.01449275362319,
  "home_bal_pass_rate": 0.5905044510385756,
  "home_gs_lead_9plus": 0,
  "home_sit_fp_forced": 71.69090909090909,
  "away_gs_trail_9plus": 0.1370682429269673,
  "home_g
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nfl-team-form-pairing-lookup-2016-2025-d4b846f7/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)
