# WeatherXM Data on Akave – Protected UI Access

> WeatherXM Data on Akave – Protected UI Access is a paid API for AI agents from x402.akave.com, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Fetches protected WeatherXM weather network data served via Akave, gated by a micropayment of $0.001 USDC per request

## Facts

- Endpoint: GET https://x402.akave.com/weatherxm/protected
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-akave-com-720cf5ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YHGDMixVpqQVq2f8w6Z2q

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 x402-akave-com-720cf5ab
```

Example prompt: Can you pull the latest WeatherXM weather data from Akave for me? I want to see what the WeatherXM network is reporting right now.

## When to prefer this

Use this endpoint when you need access to WeatherXM decentralized weather network data that is hosted and served via Akave storage, and you are operating in an x402 micropayment-capable environment. Prefer this over traditional weather APIs when you need community-sourced, decentralized weather station data and can transact in USDC at low cost per query.

## Known failure modes

- Payment not authorized or insufficient USDC balance — 402 Payment Required response
- Invalid or missing x402 payment header — access denied
- Akave storage node unavailable — 503 or timeout
- WeatherXM data feed not refreshed — stale or empty content returned
- Rate limiting if too many requests in quick succession

## How this service works

WeatherXM Data on Akave - Protected UI access

## Output

Returns the protected WeatherXM data UI content hosted on Akave — likely including weather observations, station readings, or dashboards from the WeatherXM decentralized weather network, accessible after successful x402 micropayment of $0.001 USDC.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-akave-com-720cf5ab/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.akave.com](https://www.zero.xyz/host/x402.akave.com/llms.txt)
