# StatEdge Global Sports Intelligence

> StatEdge Global Sports Intelligence 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-16).

Returns global sports intelligence and analytics covering F1, cricket, rugby, tennis, AFL, golf, boxing, MMA, cycling, and athletics

## Facts

- Endpoint: GET https://stateedge.vercel.app/api/global
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/statedge-global-sports-intelligence-dbf231a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0L_EF7EsAq2g_PheXFY1x

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-global-sports-intelligence-dbf231a2
```

Example prompt: Can you pull up StatEdge global sports intelligence for the current F1 constructor standings and compare them with the top cricket ODI teams this season?

## When to prefer this

Choose this endpoint when you need sports intelligence for international or non-US-centric sports such as F1, cricket, rugby, AFL, or tennis. Prefer this over US-sports-focused endpoints when the query involves global leagues, international competitions, or sports not covered by American sports APIs. Also use when needing a broad multi-sport global overview in a single call.

## Known failure modes

- Missing or unsupported sport type returns empty or error response
- Payment not processed (402) blocks data retrieval
- Rate limiting if called too frequently
- Stale data if live events are in progress
- Incomplete data for niche or lower-tier competitions

## How this service works

StatEdge global sports intelligence — F1, cricket, rugby, tennis, AFL, golf, boxing, MMA, cycling, athletics

## Output

A structured intelligence report covering global sports data including statistics, standings, performance metrics, and event outcomes across F1, cricket, rugby, tennis, AFL, golf, boxing, MMA, cycling, and athletics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "sport"
 ],
 "properties": {
  "sport": {
   "type": "string",
   "description": "Sport code. F1 pulls live data from Jolpica API. All others use real-time Tavily synthesis from authoritative sources (formula1.com, ESPNcricinfo, Cricbuzz, worldrugby.org, BBC Sport, etc.)"
  },
  "action": {
   "type": "string",
   "description": "F1: race|standings|qualifying|calendar. Cricket: match|series|ipl|standings. Rugby: match|tournament|standings. Tennis: tournament|rankings|draw|match. Others: preview|results|standings|analysis."
  },
  "detail": {
   "type": "string",
   "description": "Optional context: tournament name, team name, matchup, series. E.g. 'Six+Nations', 'Wimbledon', 'England+vs+Australia', 'Masters'"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/statedge-global-sports-intelligence-dbf231a2/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)
