# StatEdge Game Recap

> StatEdge Game Recap 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).

Delivers post-game analysis with fantasy and betting implications for a specific game

## Facts

- Endpoint: GET https://stateedge.vercel.app/api/recap
- 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-game-recap-b9e91b95
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Szk-zLvSkajk0R4WyAsU5

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-game-recap-b9e91b95
```

Example prompt: Can you pull the StatEdge game recap for the Chiefs vs Ravens game from last night and give me the fantasy and betting implications?

## When to prefer this

Use this endpoint when you need a post-game summary that goes beyond raw stats — specifically when the user wants fantasy scoring impact, DFS implications, or betting context (ATS result, line movement, future handicapping signals) from a completed game. Prefer this over raw stats APIs when narrative analysis and actionable fantasy/betting takeaways are the goal.

## Known failure modes

- Game not yet completed — recap unavailable for in-progress or future games
- Invalid or unrecognized game/team identifier returns an error
- Game data not yet processed if requested immediately after final whistle
- Unsupported sport or league returns no results
- Rate or payment errors from x402 protocol if USDC payment fails

## 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 structured post-game recap including key performance highlights, player stat summaries, fantasy scoring impact and start/sit takeaways, and betting-relevant observations such as line movement context, covering analysis, and implications for future lines.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "team"
 ],
 "properties": {
  "team": {
   "type": "string",
   "description": "Team name (e.g. Lakers, Chiefs, Arsenal, Mumbai Indians)"
  },
  "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-game-recap-b9e91b95/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)
