# Komo.ai Meteostat Weather Data API

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

Provides historical and climate weather data via the Meteostat data source, accessible through pay-per-call x402 micropayments on Base chain

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/meteostat
- Price: $0.142349/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/komo-ai-meteostat-weather-data-api-2eed3f58
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rGL1EoDg7swGJobqsq1UV

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 komo-ai-meteostat-weather-data-api-2eed3f58 -d '<json body>'
```

Example prompt: Can you pull the historical weather data for Paris, France for the month of January 2023 — I need temperature highs and lows, precipitation, and wind speed from Meteostat?

## When to prefer this

Choose this endpoint when you need historical or climate weather data (not forecasts) from the Meteostat dataset and are operating in a crypto-native or x402-enabled environment that supports micropayments on Base chain. Prefer this over other weather APIs if you need pay-per-call pricing without a subscription commitment.

## Known failure modes

- Invalid or missing location parameters returns an error
- Date range out of available historical data bounds returns no results
- Network or payment processing failure via x402 protocol
- Meteostat upstream unavailability causes timeout or error
- Malformed request body returns 400-level error

## 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 or climate data from Meteostat for the queried location and time period, including meteorological observations such as temperature, precipitation, and wind metrics.

## 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/komo-ai-meteostat-weather-data-api-2eed3f58/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)
