# StatEdge Global Sports Intelligence API

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

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

## Facts

- Endpoint: GET https://stateedge.theaslangroupllc.com/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-api-69071b87
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TKChKpMpxrbDRlY-GQBvI

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-api-69071b87
```

Example prompt: Can you pull up the latest global sports stats from StatEdge — I want to see current F1 championship standings and recent cricket match results?

## When to prefer this

Use this endpoint when you need broad global sports coverage beyond North American sports — particularly for F1, cricket, rugby, AFL, cycling, or athletics data that most mainstream sports APIs underserve. Prefer this over sport-specific APIs when you need multi-sport intelligence in a single call.

## Known failure modes

- Payment not provided or insufficient (402 Payment Required)
- Invalid or unsupported sport category requested
- Rate limit exceeded
- Service temporarily unavailable (503)
- Stale or missing data for a specific sport or event

## How this service works

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

## Output

Returns structured sports intelligence data across global sports including F1, cricket, rugby, tennis, AFL, golf, boxing, MMA, cycling, and athletics — including standings, results, statistics, and athlete/team performance metrics.

## 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-api-69071b87/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)
