# India Data Gateway — Weather Forecast by City

> India Data Gateway — Weather Forecast by City 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 a multi-day weather forecast for a specified Indian city, sourced from Open-Meteo, paid per-call via x402/USDC.

## Facts

- Endpoint: GET https://gateway.hillguava.xyz/weather/forecast/%7Bcity%7D
- 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/india-data-gateway-weather-forecast-by-city-89756175
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J6dlO9dMDZWCZ_o1GIlqt

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-weather-forecast-by-city-89756175
```

Example prompt: Can you pull up the weather forecast for Mumbai using India Data Gateway? I want to see the upcoming days' conditions.

## When to prefer this

Choose this endpoint when you need pay-per-call weather forecasts for Indian cities without requiring API key registration, billed in USDC on Base via x402 protocol. Ideal for agents needing lightweight, low-commitment access to Indian city weather data.

## Known failure modes

- City name not recognized or misspelled — may return empty forecast or 404
- Upstream Open-Meteo data unavailable — service may return error or stale data
- Payment not processed — x402 402 response requiring USDC on Base before data is returned
- Invalid URL path encoding for city with special characters

## 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 JSON object containing the city name, Indian state, data source (Open-Meteo), and an array of forecast entries each with a date and weather description (e.g. 'Partly cloudy').

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "city": "Mumbai",
  "state": "Maharashtra",
  "source": "Open-Meteo",
  "forecast": [
   {
    "date": "2026-06-23",
    "description": "Partly cloudy"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/india-data-gateway-weather-forecast-by-city-89756175/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)
