# StatEdge Injury Impact

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

Quantifies the team performance impact and betting line movement caused by a specific player injury

## Facts

- Endpoint: GET https://stateedge.theaslangroupllc.com/api/injury-impact
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/statedge-injury-impact-b4764fa2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oCmmCWtIMRaqHEtcS3Bb7

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-b4764fa2
```

Example prompt: What's the quantified betting line and team performance impact of LeBron James being ruled out tonight for the Lakers game — how many points does it move the spread and what does StatEdge say about the overall team efficiency hit?

## When to prefer this

Choose this endpoint when you need a precise, quantified view of how a single player's injury shifts both team performance metrics and the betting line — particularly useful when comparing raw injury news against actual spread movement to find value bets. Prefer this over the general injury report endpoint when you specifically need the numerical impact score and line-movement analysis rather than a narrative injury summary.

## Known failure modes

- Player not found or not currently on an injury report — returns 404 or empty result
- Game not scheduled or too far in the future — insufficient betting context available
- Injury data not yet processed or ingested — stale or missing impact data
- Sport or league not supported — endpoint may return error or null impact
- Ambiguous player name with multiple matches — may require additional disambiguation parameters

## How this service works

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

## Output

Returns a structured analysis including the quantified team performance impact (efficiency delta, point differential), estimated betting line movement triggered by the injury, severity classification of the injury's influence, and context on historical performance without the injured player.

## 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-b4764fa2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stateedge.theaslangroupllc.com](https://www.zero.xyz/host/stateedge.theaslangroupllc.com/llms.txt)
