# Blockbuster.ai Cricbuzz Cricket API

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

Fetches live cricket scores, match details, player stats, and cricket news via the Cricbuzz data source

## Facts

- Endpoint: POST https://blockbuster-ai.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/blockbuster-ai-cricbuzz-cricket-api-4a849ecb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O8HHr2GDNeuGdVcS9TpGW

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 blockbuster-ai-cricbuzz-cricket-api-4a849ecb -d '<json body>'
```

Example prompt: What's the live score for the India vs Australia Test match happening right now? Pull it from Cricbuzz.

## When to prefer this

Use this endpoint when you need cricket-specific data including live scores, match results, player statistics, or series information and want to pay per call via x402 micropayments on Base chain without a subscription commitment.

## Known failure modes

- Invalid or ambiguous query string returns empty or null data
- Match not found returns success:false
- Rate limiting or payment failure returns 402 or error response
- Cricbuzz source unavailable causes data fetch failure
- Misspelled player or team name returns no results

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a data object containing cricket-related information such as live scores, match summaries, player stats, series schedules, or news depending on the query string provided. The response includes a success boolean and a data object with the relevant cricket data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-cricbuzz-cricket-api-4a849ecb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
