# NFL Team Form 2016-2025 (Team-Week-Season Lookup)

> NFL Team Form 2016-2025 (Team-Week-Season Lookup) 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-15).

Returns aggregated NFL team performance form metrics for a specific team, week, and season (2016–2025), including offensive/defensive rates, situational stats, and percentile ranks.

## Facts

- Endpoint: GET https://nfl-form-x402.owenlvll.workers.dev/team-rank/%7Bseason%7D/%7Bweek%7D/%7Bteam%7D
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nfl-team-form-2016-2025-team-week-season-lookup-df01fdbe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Os__JnJt7Ir68bOsV9Msr

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-2016-2025-team-week-season-lookup-df01fdbe
```

Example prompt: Pull the NFL team form stats for the Kansas City Chiefs entering week 12 of the 2023 season — I want their red zone efficiency, passing yards per play, and game script percentages.

## When to prefer this

Use this endpoint when you need a single NFL team's comprehensive form profile entering a specific week and season, including percentile context vs the league. Prefer this over a matchup or bulk endpoint when you only need one team's stats and want the full ~50-metric detail. Ideal for pre-game analysis, model feature engineering, or fantasy research on a single franchise.

## Known failure modes

- Invalid team abbreviation returns an error or empty response
- Out-of-range season (before 2016 or after 2025) returns no data
- Week number outside valid NFL range (1–18) may return empty or error
- Payment not completed via x402 returns 402 Payment Required
- Network or Cloudflare Worker timeout returns 5xx error

## 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 ~50+ form metrics for the specified NFL team entering that week and season, including: TD rates by quarter (offense/defense), red zone conversion rates, pass/rush yards per play, explosive play rates, interception and fumble rates, field goal situation rates, game script percentages (tied, leading, trailing by margin bands), penalty totals, balanced pass rate, and week/pooled percentile ranks for most metrics.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "team": "ARI",
  "week": 9,
  "season": 2024,
  "sit_fg": 0.9230769230769232,
  "gs_tied": 0.1564668543145268,
  "td_def_q1": 0.5714285714285714,
  "td_def_q2": 0.1333333333333333,
  "td_def_q3": 0.2941176470588235,
  "td_def_q4": 0.1,
  "td_off_q1": 0.3076923076923077,
  "td_off_q2": 0.125,
  "td_off_q3": 0.2352941176470588,
  "td_off_q4": 0.0833333333333333,
  "sit_fp_own": 72.1896551724138,
  "sit_rz_def": 0.5652173913043478,
  "sit_rz_off": 0.5333333333333333,
  "td_def_all": 0.2857142857142857,
  "td_off_all": 0.1896551724137931,
  "gs_lead_1_3": 0.0700728338499784,
  "gs_lead_4_8": 0.0719842999217789,
  "pen_total_g": 4.833333333333333,
  "sit_td3_def": 0.5921052631578947,
  "sit_td3_off": 0.35,
  "gs_trail_1_3": 0.1570273452814721,
  "gs_trail_4_8": 0.1540108730268316,
  "bal_pass_rate": 0.5905044510385756,
  "gs_lead_9plus": 0,
  "sit_fp_forced": 71.69090909090909,
  "gs_trail_9plus": 0.390437793605412,
  "pass_def_td_rate": 0.0439024390243902,
  "pass_off_td_rate": 0.0376344086021505,
  "rush_def_td_rate": 0.0374331550802139,
  "rush_off_td_rate": 0.0268456375838926,
  "sit_fg__pct_week": 0.71875,
  "gs_tied__pct_week": 0.40625,
  "pass_def_int_rate": 0.024390243902439,
  "pass_def_yds_play": 7.175609756097561,
  "pass_off_int_rate": 0.0161290322580645,
  "pass_off_yds_play": 6.290322580645161,
  "rush_def_fum_rate": 0.0160427807486631,
  "rush_def_yds_play": 5.06951871657754,
  "rush_off_fum_rate": 0.0201342281879194,
  "rush_off_yds_play": 5.275167785234899,
  "pass_def_expl_rate": 0.0780487804878048,
  "pass_def_sack_rate": 0.0390243902439024,
  "pass_off_expl_rate": 0.064516129032258,
  "pass_off_sack_rate": 0.032258064516129,
  "rush_def_expl_rate": 0.1497326203208556,
  "rush_off_expl_rate": 0.1812080536912751,
  "sit_fg__pct_pooled": 0.7819444444444444,
  "gs_tied__pct_pooled": 0.3449074074074074,
  "td_def_q1__pct_week": 0.03125,
  "td_def_q2__pct_week": 0.5625,
  "td_def_q3__pct_week": 0.40625,
  "td_def_q4__pct_week": 0.9375,
  "td_off_q1__pct_week": 0.625,
  "td_off_q2__pct_week": 0.28125,
  "td_off_q3__pct_week": 0.5625,
  "td_off_q4__pct_week": 0.21875,
  "sit_fp_own__pct_week": 0.03125,
  "sit_rz_def__pct_week": 0.59375,
  "sit_rz_off__pct_week": 0.40625,
  "td_def_all__pct_week": 0.21875,
  "td_off_all__pct_week": 0.34375,
  "gs_lead_1_3__pct_week": 0.3125,
  "gs_lead_4_8__pct_week": 0.1875,
  "pen_total_g__pct_week": 0.96875,
  "sit_td3_def__pct_week": 0.03125,
  "sit_td3_off__pct_week": 0.28125,

… (truncated)
```

## More

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