# WeatherAPI.com via Komo.ai

> WeatherAPI.com via Komo.ai is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.056006/call, status unknown (last checked 2026-09-15).

Fetches weather data (current conditions, forecasts, historical) from WeatherAPI.com via a pay-per-call x402 proxy

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/weatherapi-com
- Price: $0.056006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/weatherapi-com-via-komo-ai-26061694
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5U-cp7fp0vAjN7rFskUF5

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 weatherapi-com-via-komo-ai-26061694 -d '<json body>'
```

Example prompt: What's the current weather in London right now — temperature, humidity, wind speed, and general conditions?

## When to prefer this

Choose this endpoint when you need WeatherAPI.com data (known for its rich forecast, historical, and real-time weather coverage) and want to pay per call via USDC on Base chain without managing a separate WeatherAPI.com subscription or API key.

## Known failure modes

- Invalid or unrecognized location returns an error in the result object
- Payment failure via x402 protocol prevents the call from completing
- Missing required query parameters may return empty or malformed result
- WeatherAPI.com upstream outage causes no data to be returned
- Rate limits or quota exceeded on the underlying WeatherAPI.com account

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a result object containing weather data from WeatherAPI.com, including current conditions, forecasts, or historical data depending on the query parameters supplied.

## 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/weatherapi-com-via-komo-ai-26061694/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
