# NFL Team Form 2016-2025 – Single Team Lookup

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

Returns pre-game form aggregates for a specific NFL team entering a given week of a given season (2016–2025), including offensive/defensive efficiency, situational rates, and game-state distributions.

## Facts

- Endpoint: GET https://nfl-form-x402.owenlvll.workers.dev/team/%7Bseason%7D/%7Bweek%7D/%7Bteam%7D
- Price: $0.1/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-2016-2025-single-team-lookup-4229c7f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uZ2E3Rh6aleNzXjgYXjra

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-single-team-lookup-4229c7f1
```

Example prompt: Pull up the pre-game form stats for the Arizona Cardinals entering week 9 of the 2024 NFL season — I want to see their offensive and defensive efficiency, red zone rates, and game-state distributions.

## When to prefer this

Use this endpoint when you need a single NFL team's complete pre-game form profile for a specific season and week. It is ideal for game-by-game analysis, betting research, fantasy football decisions, or ML feature extraction where you want the rolling aggregate stats a team carried into a matchup. Prefer sibling endpoints when you need all teams for an entire week, a head-to-head matchup view, or a full season's worth of data in one call.

## Known failure modes

- Invalid team abbreviation returns an error or empty result
- Week or season out of supported range (pre-2016 or post-2025) returns no data
- Payment not completed via x402 protocol results in 402 Payment Required response
- Team did not play in the specified week — 'played_this_week' field returns false with partial or null stats
- Malformed URL path parameters cause a 400 or 404 response

## 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 comprehensive pre-game rolling form metrics for the requested team, season, and week. Includes offensive and defensive passing and rushing stats (yards per play, TD rate, INT rate, sack rate, explosive play rate, fumble rate), red zone conversion rates for offense and defense, game-state distribution fractions (leading/trailing by various margins), situational field position averages, touchdown rates by quarter, penalty counts per game, total play counts, and a boolean indicating whether the team played that week.

## 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_n_def": 56,
  "td_n_off": 58,
  "bal_n_all": 337,
  "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,
  "pass_n_def": 205,
  "pass_n_off": 186,
  "rush_n_def": 187,
  "rush_n_off": 149,
  "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,
  "played_this_week": true,
  "rush_def_td_rate": 0.0374331550802139,
  "rush_off_td_rate": 0.0268456375838926,
  "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
 }
}
```

## More

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