# KiteEndpoints.ai - SportAPI7

> KiteEndpoints.ai - SportAPI7 is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Proxies sports data API requests via the KiteEndpoints mega-hub, returning sports-related information for a $0.2 USDC per-call fee on Base chain.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/sportapi7
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-sportapi7-c78201fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_egmYSNPOk5PI9aR27tkNl

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 kiteendpoints-ai-sportapi7-c78201fc -d '<json body>'
```

Example prompt: Can you pull the latest match results and standings for the Premier League using SportAPI7?

## When to prefer this

Choose this endpoint when you need sports data (scores, fixtures, standings, stats) and are already operating within the KiteEndpoints pay-per-request USDC ecosystem on Base chain. Useful when you want a single payment-enabled gateway to multiple sports data sources without managing separate API keys.

## Known failure modes

- Payment failure — insufficient USDC balance returns 402
- Invalid or missing query parameters — returns error in result object
- Upstream SportAPI7 service unavailable — returns error or empty result
- Rate limit exceeded — request rejected
- Malformed request body — API returns validation error

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a JSON object with a 'result' field containing sports data such as scores, standings, fixtures, or statistics depending on the query submitted.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-sportapi7-c78201fc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
