# Magnum.ai Meteostat Weather Data API

> Magnum.ai Meteostat Weather Data API is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.14/call, status unknown (last checked 2026-09-14).

Retrieves historical and current weather/climate data via the Meteostat service, billed per-call via x402 payments on Base chain.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/meteostat
- Price: $0.14/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-meteostat-weather-data-api-43e40b9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1vK56GSD6zJ067WL8AW-R

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 magnum-ai-meteostat-weather-data-api-43e40b9b -d '<json body>'
```

Example prompt: Can you get me the historical daily weather data for Berlin, Germany for the month of January 2023 — specifically temperature highs and lows, precipitation, and wind speed?

## When to prefer this

Choose this endpoint when you need historical, statistical, or current weather/climate data — especially temperature, precipitation, or wind records — for a specific location or weather station. Prefer this over generic weather APIs when you need historical climate analysis rather than live forecasts.

## Known failure modes

- Invalid or missing location parameters return an error
- Unsupported date ranges may return empty data
- Payment failure on Base chain results in 402 response
- Rate limiting or quota exceeded errors
- Station not found for given coordinates

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing weather or climate data from the Meteostat dataset, likely including temperature, precipitation, wind, and other meteorological measurements for the queried location and time period.

## 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/magnum-ai-meteostat-weather-data-api-43e40b9b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
