# Regression Incoming — 2026 NFL Fantasy Preseason Rankings

> Regression Incoming — 2026 NFL Fantasy Preseason Rankings 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 fantasy rankings for a specific player, including confidence scores, 99-feature model output, and injury-return pathway data.

## Facts

- Endpoint: GET https://api.regressionincoming.fyi/v1/rankings/preseason/%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-preseason-rankings-d5cd3438
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1OQsOwjJMhXVKu0KU3b38

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-preseason-rankings-d5cd3438
```

Example prompt: What does the Regression Incoming model say about Justin Jefferson's 2026 preseason fantasy ranking — I want the confidence score and injury-return pathway for player ID JJ17.

## When to prefer this

Choose this endpoint when you need model-driven, statistically rigorous 2026 NFL preseason fantasy rankings for a specific player, especially when confidence scoring and injury-return pathway context are important — more analytical than editorial ranking sites.

## Known failure modes

- Invalid or unknown player_id returns a 404 or empty result
- Player not in the 412-player pool returns no ranking data
- Malformed player_id parameter causes a 400 error
- Payment not processed or x402 token invalid causes a 402 response
- Service downtime or model not yet updated returns 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

A JSON object containing the player's 2026 NFL preseason fantasy ranking position, confidence score derived from a 99-feature ML model, injury-return pathway status, and supporting model data 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-preseason-rankings-d5cd3438/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)
