# Regression Incoming — 2026 NFL Fantasy Half-PPR Draft Board (Test)

> Regression Incoming — 2026 NFL Fantasy Half-PPR Draft Board (Test) is a paid API for AI agents from api.regressionincoming.fyi, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns model-driven 2026 NFL fantasy half-PPR draft board rankings and player data, including confidence scores and injury-return signals, for a specific player by nflreadpy player ID.

## Facts

- Endpoint: GET https://api.regressionincoming.fyi/v1/draft-board/half-ppr/test
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/regression-incoming-2026-nfl-fantasy-half-ppr-draft-board-test-6dbdafb6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_feZ9tSPTm38d5ZA04zp5t

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 regression-incoming-2026-nfl-fantasy-half-ppr-draft-board-test-6dbdafb6
```

Example prompt: What does the Regression Incoming model say about Ja'Marr Chase's 2026 half-PPR draft board ranking? His nflreadpy ID is 00-0036971 — give me the confidence score and any injury-return notes.

## When to prefer this

Use this endpoint when you need model-driven, feature-rich 2026 NFL preseason fantasy rankings in half-PPR format for a specific player, especially when confidence scores and injury-return context are important. Prefer this over generic sports stats APIs when you need a curated fantasy model (99 features, 412 players) rather than raw stats.

## Known failure modes

- Invalid or missing player_id returns an error or empty result
- Player not among the 412 modeled players returns no data
- Malformed nflreadpy player ID format causes a bad request
- Test endpoint may return incomplete or placeholder data compared to production
- Payment not sent or insufficient USDC results in 402 payment required

## Output

Returns model-driven 2026 NFL fantasy draft board data for the requested player in half-PPR format, including ranking position, projected value, confidence score, and injury-return signals derived from 99 model features across 412 ranked players.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "player_id"
     ],
     "properties": {
      "player_id": {
       "type": "string",
       "description": "nflreadpy player ID (e.g. 00-0036971)"
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/regression-incoming-2026-nfl-fantasy-half-ppr-draft-board-test-6dbdafb6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.regressionincoming.fyi](https://www.zero.xyz/host/api.regressionincoming.fyi/llms.txt)
