# Magnum.ai WeatherAPI.com Proxy

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

Proxies requests to WeatherAPI.com for weather data, accessible via x402 micropayments on Base chain.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/weatherapi-com
- Price: $0.07/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-weatherapi-com-proxy-42d53856
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hUxAHset6C05XbLkLpMlJ

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-weatherapi-com-proxy-42d53856 -d '<json body>'
```

Example prompt: What's the current weather in Chicago — temperature, conditions, and wind speed?

## When to prefer this

Use this endpoint when you need weather data from WeatherAPI.com specifically via a pay-per-call x402 micropayment on the Base blockchain, avoiding subscription overhead for low-volume or agent-driven weather lookups.

## Known failure modes

- Invalid or unrecognized location returns an error or empty result
- Payment failure on Base chain causes 402 response and no data is returned
- WeatherAPI.com upstream outage results in timeout or error propagation
- Malformed input schema causes a 400 or 422 error
- Rate limiting from upstream provider may cause intermittent failures

## How this service works

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

## Output

A JSON object containing weather data returned from WeatherAPI.com, including current conditions, temperature, humidity, wind, and/or forecast data depending on the query.

## 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-weatherapi-com-proxy-42d53856/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)
