# NWS Active Weather Alerts by US State/Area

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

Returns live active National Weather Service alerts filtered by US state or area code (e.g. NY)

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/weather-alerts
- Price: $0.01/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-weather-alerts-by-us-state-area-d06b31ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qC6mVQ6B-yYIssDrwsgU-

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-weather-alerts-by-us-state-area-d06b31ce -d '<json body>'
```

Example prompt: Are there any active National Weather Service alerts for New York state right now? I need the live feed for ops planning.

## When to prefer this

Use this endpoint when you need real-time, official US National Weather Service alerts for a specific state or area — especially for operations, logistics, supply chain, or field safety decisions. Prefer this over general weather APIs when alert status (warnings, watches, advisories) matters more than forecast data.

## Known failure modes

- Invalid or unrecognized area code returns empty results or error
- NWS upstream API downtime causes failed or stale response
- No active alerts for the area returns an empty array
- Malformed query parameter (e.g. lowercase or full state name instead of code) may return no results

## How this service works

Active US National Weather Service alerts (?area=NY) — ops/logistics signal. Live. Returns JSON.

## Output

A JSON array of active NWS weather alerts for the requested area, including alert type (e.g. Winter Storm Warning, Flood Watch), severity, affected zones, headline message, and alert status.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nws-active-weather-alerts-by-us-state-area-d06b31ce/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)
