ToolAssay

Use when you need one NFL team's recent form entering a regular-season week

Use when you need one NFL team's recent form entering a regular-season week: how it played over up to its last 6 games before that week, never that week's game. 44 attributes for offense and defense: passing and rushing yards per play, explosive plays (20+ yard passes, 10+ yard runs), sack, interception and fumble rates, third-down conversion, red-zone TD rate, field position, field goals, time leading or trailing, penalties, touchdowns per drive, pass share. 2016-2025. One JSON row.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
29 msmedian answer time
$0.1listed price per call
$0.1price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

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

CategoryEverything else
Provider hostnfl-form-x402.owenlvll.workers.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.1 29 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "season": "2024",
    "team": "ARI",
    "week": "9"
  },
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "pathParams": {
          "properties": {
            "season": {
              "pattern": "^[0-9]+$",
              "type": "string"
            },
            "team": {
              "pattern": "^[A-Za-z]{2,3}$",
              "type": "string"
            },
            "week": {
              "pattern": "^[0-9]+$",
              "type": "string"
            }
          },
          "required": [
            "season",
            "week",
            "team"
          ],
          "type": "object"
        },
        "queryParams": {
          "properties": {},
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON