# StatEdge Injury Impact

> StatEdge Injury Impact is a paid API for AI agents from stateedge.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Quantifies the team performance and betting line impact of a specific player injury, providing a numerical assessment for sports betting and fantasy decisions.

## Facts

- Endpoint: GET https://stateedge.vercel.app/api/injury-impact
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/statedge-injury-impact-4f5832b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-hDS1aHIj6nCFkRgwPaZX

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 statedge-injury-impact-4f5832b5
```

Example prompt: What's the quantified team performance and betting line impact of LeBron James being ruled out for tonight's Lakers game — how much does it move the spread and how does it affect their overall output?

## When to prefer this

Choose this endpoint when you need a precise, numerical impact assessment of a specific player injury on team performance and betting lines, rather than a general injury report. Best used when a user asks how much a known injury moves the spread or changes team output, especially when combined with other StatEdge endpoints like odds or ATS records.

## Known failure modes

- Player not found or name misspelled — returns 404 or empty result
- Injury not yet in system for very recent news — stale or missing data
- Unknown team or league context — unable to resolve matchup
- Payment not completed (x402) — 402 response blocking access
- Rate limiting or server error — 5xx response

## How this service works

StatEdge injury impact — quantified team performance and betting line impact of a specific player injury

## Output

A structured response containing a quantified impact score for the player injury on the team's performance, the estimated shift in the betting line, supporting context such as the player's role and statistical contribution, and implications for fantasy and betting decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "player"
 ],
 "properties": {
  "team": {
   "type": "string",
   "description": "team (falls back to sport if omitted)"
  },
  "sport": {
   "type": "string",
   "description": "sport"
  },
  "player": {
   "type": "string",
   "description": "player"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/statedge-injury-impact-4f5832b5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stateedge.vercel.app](https://www.zero.xyz/host/stateedge.vercel.app/llms.txt)
