# India Data Gateway — Monsoon Status

> India Data Gateway — Monsoon Status is a paid API for AI agents from gateway.hillguava.xyz, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Returns the current southwest monsoon advancement status in India, including IMD headlines, progress highlights, and states affected.

## Facts

- Endpoint: GET https://gateway.hillguava.xyz/weather/monsoon/status
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/india-data-gateway-monsoon-status-17490ec8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Jal7W-QokmyckO5uKwtpc

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 india-data-gateway-monsoon-status-17490ec8
```

Example prompt: What's the latest IMD update on southwest monsoon status — which states has it advanced into so far?

## When to prefer this

Use this endpoint when you need real-time or near-real-time Indian southwest monsoon status from IMD, especially during the June–September monsoon season, without needing an account or API key — just pay $0.003 USDC per call on Base.

## Known failure modes

- Payment not processed — returns 402 if USDC payment on Base is not attached
- No data available — IMD may not have issued a fresh bulletin
- Malformed response if IMD source is temporarily unavailable
- Empty highlights array if monsoon season is inactive (off-season months)

## How this service works

Current southwest monsoon advance status across India.

## Output

A JSON object containing the data source (IMD), a headline summarizing current monsoon progress, an array of highlights about monsoon activity, and a list of Indian states mentioned in the latest bulletin.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "source": "IMD",
  "headline": "Southwest monsoon advanced into more parts of India.",
  "highlights": [
   "Monsoon progress continues."
  ],
  "states_mentioned": [
   "Kerala",
   "Karnataka"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/india-data-gateway-monsoon-status-17490ec8/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)
