# gateway.hillguava.xyz Cricket Live Scores

> gateway.hillguava.xyz Cricket Live Scores is a paid API for AI agents from gateway.hillguava.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-16).

Returns all cricket matches currently in progress, including live scores and the batting side for each match.

## Facts

- Endpoint: GET https://gateway.hillguava.xyz/cricket/live
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gateway-hillguava-xyz-cricket-live-scores-2e7f0ce4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w9nmOTx-k9nemq0G2a67j

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 gateway-hillguava-xyz-cricket-live-scores-2e7f0ce4
```

Example prompt: What cricket matches are live right now, and who's currently batting in each game?

## When to prefer this

Use this endpoint when you need real-time, pay-per-call cricket match data including live scores and batting status. Prefer this over general sports APIs when specifically targeting cricket, especially matches relevant to Indian audiences. The x402 micropayment model makes it suitable for low-frequency, on-demand queries without a subscription.

## Known failure modes

- No matches in progress returns an empty list or 404
- Payment failure (402) if x402 micropayment header is missing or invalid
- Service unavailable (503) if the upstream cricket data source is down
- Rate limiting if too many requests are made in a short window

## How this service works

The India data layer for AI agents. Pay only for the calls you make — no API keys, no accounts, no minimums, no rate limits. One x402 origin covering Indian weather (forecasts, monsoon), markets (stocks, indices, F&O with Black-Scholes Greeks, historical, mutual funds), RBI macro, identity/format verification (IFSC, pincode, GSTIN), NSE market holidays, panchang (Hindu almanac), and live cricket scores. Settle per call in USDC on Base.

## Output

A list of all cricket matches currently in progress, each with live scores and the name of the side currently batting.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "source": "ESPNcricinfo live-scores feed",
  "matches": [
   {
    "id": "1543639",
    "link": "https://www.espncricinfo.com/ci/engine/match/1543639.html",
    "teams": [
     {
      "name": "Amo Sharks",
      "score": "155/5",
      "batting": true
     },
     {
      "name": "Boost Defenders",
      "score": "153/9",
      "batting": false
     }
    ],
    "title": "Amo Sharks 155/5 * v Boost Defenders 153/9"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gateway-hillguava-xyz-cricket-live-scores-2e7f0ce4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.hillguava.xyz](https://www.zero.xyz/host/gateway.hillguava.xyz/llms.txt)
