# Magnum.ai Cricbuzz Cricket API

> Magnum.ai Cricbuzz Cricket API is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Fetches live cricket scores, match data, and related cricket information via the Cricbuzz data source, accessible through a pay-per-call model on Base chain.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/cricbuzz-cricket
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-cricbuzz-cricket-api-e728b754
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fXsr6bABFjAD5vvGYiTI7

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 magnum-ai-cricbuzz-cricket-api-e728b754 -d '<json body>'
```

Example prompt: What's the live score of the India vs Australia test match happening today on Cricbuzz?

## When to prefer this

Use this endpoint when you need live or recent cricket match data, scores, player stats, or series information sourced from Cricbuzz, and you are operating within a pay-per-call x402 payment flow on Base chain at $0.07 USDC per call.

## Known failure modes

- No live match data available returns empty result
- Invalid or unrecognized match/team query returns generic example response
- Payment failure on Base chain blocks API access
- Cricbuzz upstream outage causes data unavailability
- Malformed request body returns error or empty data

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing cricket match data such as live scores, scorecards, team information, player stats, or match schedules sourced from Cricbuzz.

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