# Regression Incoming 2026 NFL Fantasy Model – Full PPR Draft Board (Single Player)

> Regression Incoming 2026 NFL Fantasy Model – Full PPR Draft Board (Single Player) 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-15).

Returns model-driven 2026 NFL preseason PPR fantasy rankings, confidence scores, and injury-return pathway data for a single player by ID.

## Facts

- Endpoint: GET https://api.regressionincoming.fyi/v1/draft-board/full-ppr/%7Bplayer_id%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/regression-incoming-2026-nfl-fantasy-model-full-ppr-draft-board-78520fe2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oPnr8ipOWGhzZAc1VuMvv

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-model-full-ppr-draft-board-78520fe2
```

Example prompt: Pull me the 2026 full-PPR fantasy ranking and confidence score for player ID 1234 from the Regression Incoming model — I want to see the injury-return pathway too if he's been hurt.

## When to prefer this

Use this endpoint when you need granular, model-driven 2026 NFL preseason PPR fantasy rankings for a specific player, including confidence scores and injury-return context. Prefer this over generic consensus rankings when you want a quantitative, feature-rich projection (99 features) rather than expert opinion. Best for agents building draft boards, evaluating injury-risk players, or comparing player values in full-PPR formats.

## Known failure modes

- Invalid or unknown player_id returns a 404 or empty result
- Player not among the 412 modeled players returns no data
- Malformed player_id path parameter causes a 400 error
- Payment not completed (x402) causes a 402 Payment Required response before data is returned
- API downtime or model refresh window causes temporary 503

## How this service works

model-driven 2026 nfl preseason rankings. 412 players, confidence scores, injury-return pathway, VOR draft boards. per-call $0.10, or the $3 14-day draft bundle with the draft kit.

## Output

Returns a JSON object containing the player's 2026 preseason PPR fantasy ranking, confidence score, injury-return pathway status, and model-derived projection data computed from 99 features across 412 ranked players.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/regression-incoming-2026-nfl-fantasy-model-full-ppr-draft-board-78520fe2/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)
