# India Weather API – City Forecast

> India Weather API – City Forecast is a paid API for AI agents from weatherapi.hillguava.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns weather forecasts for a specified Indian city, charged at $0.001 USDC per request via x402 on Base

## Facts

- Endpoint: GET https://weatherapi.hillguava.xyz/forecast/%7Bcity%7D
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/india-weather-api-city-forecast-d01ac811
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N-FzCZJ_ho5Y8A6k18m6u

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-weather-api-city-forecast-d01ac811
```

Example prompt: What's the weather forecast for Mumbai right now?

## When to prefer this

Use this endpoint when you need weather forecast data specifically for Indian cities and want a pay-per-request model with no account or subscription required, paying $0.001 USDC per call on Base via x402.

## Known failure modes

- City not found or unsupported — likely returns a 404 or error payload
- Payment failure — x402 payment not processed, returns 402 Payment Required
- Invalid city name format — malformed URL parameter
- Network timeout or service unavailable — 5xx error
- Non-Indian city requested — may return no results or an error

## How this service works

Pay-per-request 7-day weather forecasts for Indian cities. Powered by x402 — pay $0.001 USDC per call on Base, no account or API key needed.

## Output

A weather forecast payload for the requested Indian city, including temperature, precipitation, and general conditions, delivered after a $0.001 USDC micropayment on Base via x402.

## 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-weather-api-city-forecast-d01ac811/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from weatherapi.hillguava.xyz](https://www.zero.xyz/host/weatherapi.hillguava.xyz/llms.txt)
