# StatEdge Referee Analysis

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

Returns NBA/sports referee tendencies including foul rates, pace impact, and betting implications for a specific official

## Facts

- Endpoint: GET https://stateedge.vercel.app/api/ref-analysis
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/statedge-referee-analysis-e400e5ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x8aqebJBMuk85HEz1q3om

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

Example prompt: What are the officiating tendencies for Scott Foster tonight — specifically his foul rates, pace impact, and whether that helps or hurts the over in the Lakers-Celtics game?

## When to prefer this

Use this endpoint when you need to factor referee assignment into a betting decision or game prediction, especially for totals (over/under) and pace-sensitive props. Best when you know which official is assigned to a game and want quantified historical tendencies rather than generic matchup data.

## Known failure modes

- Unknown or misspelled referee name returns no results or error
- Referee not assigned to tonight's games may return empty data
- No historical data available for newly assigned officials
- Rate limiting or payment failure returns 402 or 429 status
- Invalid query parameters return 400 bad request

## How this service works

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

## Output

A structured analysis of a referee's officiating profile including historical foul call rates, pace-of-play impact, over/under tendencies, home/away bias, and actionable betting implications derived from that official's 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-e400e5ff/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)
