# NWS Active Alerts National

> NWS Active Alerts National is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns all currently active National Weather Service weather alerts across the entire United States as JSON, with no input parameters required.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/nws-active-alerts-national
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nws-active-alerts-national-11d1939e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__H1etxR9qx_BtN_Ggh2QL

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 nws-active-alerts-national-11d1939e -d '<json body>'
```

Example prompt: Can you pull up all the active National Weather Service alerts happening right now across the entire US and let me know what types of warnings are out there?

## When to prefer this

Use this endpoint when you need a single, no-parameter call to get a complete snapshot of all active NWS weather alerts across the entire US. Prefer it over weather forecast APIs when the goal is emergency/alert monitoring rather than temperature or precipitation data. Ideal for alert dashboards, safety bots, or routing logic that reacts to severe weather events nationwide.

## Known failure modes

- NWS upstream API unavailable — returns 5xx error or empty body
- No active alerts at query time — returns empty alerts array
- Rate limiting or payment failure — returns 402 or 429 status
- Stale data if NWS feed has not been refreshed recently

## How this service works

All currently active National Weather Service alerts across the US (no params). Returns JSON.

## Output

A JSON payload listing all currently active NWS weather alerts across the United States, including alert type (e.g. tornado warning, flood watch), affected region/zone, severity level, alert description, onset and expiration times, and issuing office.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nws-active-alerts-national-11d1939e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
