# Regression Incoming NFL Fantasy Half-PPR Draft Board by Player

> Regression Incoming NFL Fantasy Half-PPR Draft Board by 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-13).

Returns half-PPR fantasy football draft board ranking and model data for a specific NFL player by their nflreadpy player ID

## Facts

- Endpoint: GET https://api.regressionincoming.fyi/v1/draft-board/half-ppr/00-0036971
- 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-nfl-fantasy-half-ppr-draft-board-by-player-998f39f4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i7WcgSRjZIxun2F0Hdhxs

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-nfl-fantasy-half-ppr-draft-board-by-player-998f39f4
```

Example prompt: What does the Regression Incoming half-PPR draft board say about player 00-0036971 — what's his ranking and confidence score for 2026?

## When to prefer this

Use this endpoint when you need model-driven, feature-rich half-PPR fantasy rankings for a specific NFL player by their nflreadpy ID, especially when confidence scores and injury-return context are important for 2026 draft decisions.

## Known failure modes

- Invalid or unknown player ID returns 404 or empty result
- Player not in the 412-player model coverage returns no data
- Malformed player ID format causes 400 bad request
- Payment not fulfilled results in 402 Payment Required

## Output

Returns model-driven half-PPR fantasy draft board data for the requested NFL player, including their ranking among 412 players, model-computed scores across up to 99 features, confidence scores, and injury-return adjustments for the 2026 preseason.

## 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-nfl-fantasy-half-ppr-draft-board-by-player-998f39f4/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)
