N

NFL Team Form 2016-2025 · Team Rank

by NFL Team Form 2016-2025

GETBase

$0.25

per call · USD Coin on Base

Use when you need where one NFL team stands relative to the league entering a week. Each of the 44 attributes (passing, rushing, third down, red zone, penalties, touchdowns per drive) carries its value and two percentiles: pct_week against the 32 teams that week, pct_pooled against all 4,320 team-weeks 2016-2025. 1.0 is best for offense and defense; two style measures (time tied, pass share) stay raw. Answers whether a team's pass defense is near the top or bottom of the league. One JSON row.

Endpoint

GET https://nfl-form-x402.owenlvll.workers.dev/team-rank/:season/:week/:team

2

Calls / 30d

1

Unique payers / 30d

Sep 6

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://nfl-form-x402.owenlvll.workers.dev/team-rank/:season/:week/:team", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://nfl-form-x402.owenlvll.workers.dev/team-rank/:season/:week/:team" \
  -H "X-PAYMENT: <signed x402 payment>"

Payment details

Pay to0xdaa8d9befefdadf1d8753cb26164892e5a6d7089
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from NFL Team Form 2016-2025 & similar services

N

NFL Team Form 2016-2025 · Slate

nfl-form-x402.owenlvll.workers.dev

Use when you need every NFL game of one regular-season week in a single call, each with both teams' form entering that week: the same home_/away_ rows /pairing returns (44 attributes and 7 counts per team, neutral_site per game) for all 13 to 16 games. Builds a full week of matchups at once instead of one pairing call per game. Form is up to each team's last 6 games before that week, never that week's own game. Seasons 2016-2025, weeks 5 to 17 or 18. JSON object with a games array.

GETBaseData & Enrichment
$1 / call5 calls / 30d
N

NFL Team Form 2016-2025 · History

nfl-form-x402.owenlvll.workers.dev

Use when you need the complete NFL team form dataset 2016-2025 as files for local analysis, model training or a one-time bulk download: one zip with team state (4,320 team-weeks, 44 attributes and 7 counts each), game pairings (2,004 regular-season games, home and away form side by side), weekly and pooled percentile ranks, plus schema.json and README.md. Parquet, JSON, Markdown. Every number is form entering that week, never that week's game; game results not included. application/zip.

GETBaseData & Enrichment
$40 / call2 calls / 30d
N

NFL Team Form 2016-2025 · Season

nfl-form-x402.owenlvll.workers.dev

Use when you need a whole NFL season of matchups with both teams' form entering each week, in one response: every regular-season week from week 5 (13 or 14 weeks) as /slate rows, 44 attributes and 7 counts per team per game plus neutral_site. For backfilling a season or building a season-long dataset without one call per week; join to game results you hold elsewhere, scores are not included. Form is up to each team's last 6 games before that week, never the week's own game. 2016-2025. JSON.

GETBaseData & Enrichment
$8 / call2 calls / 30d