# KiteEndpoints.ai - Cricbuzz Cricket API

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

Fetches live cricket scores, match data, and cricket information from Cricbuzz via a pay-per-request proxy endpoint

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/cricbuzz-cricket
- Price: $0.05/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-cricbuzz-cricket-api-3f370f18
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nd8X5AmGipIYLUz1LdkxA

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-cricbuzz-cricket-api-3f370f18 -d '<json body>'
```

Example prompt: What's the live score for the India vs Australia cricket match happening right now on Cricbuzz?

## When to prefer this

Use this endpoint when you need cricket-specific data including live scores, match results, player stats, or tournament information sourced from Cricbuzz. Prefer this over general sports APIs when the user specifically wants cricket data and is comfortable with per-request USDC micropayments on Base chain.

## Known failure modes

- Invalid or missing match ID returns empty or error result
- Match not currently live returns no live score data
- Payment failure (insufficient USDC balance) results in 402 response
- Cricbuzz upstream outage causes proxy failure or timeout
- Malformed request body returns error response

## 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 result object containing cricket data from Cricbuzz, which may include live scores, match status, player statistics, scorecards, or tournament standings depending on the query.

## 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-cricbuzz-cricket-api-3f370f18/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
