# StatEdge Referee Analysis

> StatEdge Referee Analysis is a paid API for AI agents from stateedge.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns official referee tendencies, foul rates, pace impact, and betting implications for a given referee or game

## Facts

- Endpoint: GET https://stateedge.theaslangroupllc.com/api/ref-analysis
- 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/statedge-referee-analysis-3ec25d2d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lVkM-x7GAUJaLqmTS66R4

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-referee-analysis-3ec25d2d
```

Example prompt: Who are the refs for tonight's Lakers vs. Celtics game and what are their foul rates, pace tendencies, and how should that affect my over/under bet?

## When to prefer this

Use this endpoint when a user needs referee-specific analysis for betting decisions, especially total (over/under) bets and pace-sensitive props. Prefer this over generic matchup analysis when the referee assignment is a known variable and the user wants to quantify officiating impact on the game.

## Known failure modes

- Referee not found or not yet assigned — returns 404 or empty result
- Game ID invalid or not yet scheduled — returns error indicating no data
- Sport not supported — returns 400 bad request
- Data not yet available for upcoming game — returns partial or empty dataset
- Rate limit exceeded — returns 429 with retry guidance

## How this service works

StatEdge referee analysis — official tendencies, foul rates, pace impact, and betting implications

## Output

Returns a structured profile of the assigned referee(s) including historical foul rates per game, pace impact metrics, tendency to call home/away fouls, over/under implications, and actionable betting recommendations based on officiating patterns.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ref": {
   "type": "string",
   "description": "Referee name (optional — analyzes general tendencies if omitted)"
  },
  "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-referee-analysis-3ec25d2d/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)
