# StatEdge Injury Report API

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

Returns full NFL/sports injury analysis including fantasy and betting impact for all current player injuries

## Facts

- Endpoint: GET https://stateedge.vercel.app/api/injuries
- Price: $0.08/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/statedge-injury-report-api-a5b167a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NVhf0sVMPzUEZxpucpUO0

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-report-api-a5b167a6
```

Example prompt: Pull me the full StatEdge injury report right now — I want to see which players are injured, their status, and how it impacts fantasy lineups and betting lines for this week.

## When to prefer this

Choose this endpoint when you need a unified, pre-analyzed injury report that combines raw injury status with actionable fantasy and betting impact in a single call, rather than scraping multiple sports data sources and doing your own analysis.

## Known failure modes

- Service unavailable or Vercel deployment error (5xx)
- Payment required or x402 payment failure ($0.08 USDC not processed)
- No injury data available (empty response during offseason or data outage)
- Rate limiting if called too frequently
- Stale data if injury report has not been refreshed

## How this service works

Global sports analytics and intelligence API. AI-synthesized injury reports, ATS/spread analysis, matchup predictions, odds analysis, parlay optimization, referee tendency analysis, rest/travel advantage modeling, waiver wire recommendations, and global sports coverage. Covers NFL, NBA, MLB, NHL, EPL, La Liga, Bundesliga, Serie A, Ligue 1, IPL, cricket, F1, UFC, and more. Fantasy sports, streaming, and ticket affiliate links included in relevant endpoints. All endpoints support any language via ?lang=. Pricing: $0.05–$0.15 USDC/call via x402 micropayment.

## Output

A comprehensive injury report listing current player injuries across teams, with detailed analysis of each injury's severity, expected return timeline, fantasy football impact (start/sit implications, value changes), and sports betting impact (line movement implications, usage changes).

## Example request

```json
{
 "sport": "NFL"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "week": {
   "type": "string",
   "description": "Week number (NFL/NCAAF only)"
  },
  "sport": {
   "type": "string",
   "description": "sport"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/statedge-injury-report-api-a5b167a6/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)
