# Weather Alerts – Active Severe-Weather Alerts (US)

> Weather Alerts – Active Severe-Weather Alerts (US) is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Returns active severe-weather alerts for US locations, covering storms, watches, warnings, and other hazardous conditions.

## Facts

- Endpoint: POST https://x402.professorsausages.com/weather/alerts
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/weather-alerts-active-severe-weather-alerts-us-206430bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AunSsF0omPepis5IqboUw

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 weather-alerts-active-severe-weather-alerts-us-206430bc -d '<json body>'
```

Example prompt: Are there any active severe weather alerts or warnings right now for the Chicago, Illinois area?

## When to prefer this

Choose this endpoint when you need real-time active severe-weather alerts (watches, warnings, advisories) for a US location. Prefer it over general forecast endpoints when safety-critical hazard awareness is the goal rather than temperature or precipitation forecasts. It complements the hourly forecast sibling endpoint, which covers routine conditions.

## Known failure modes

- Location not in US coverage area — no alerts returned or error indicating unsupported region
- Ambiguous place name — may return alerts for wrong region if place name is not specific enough
- No active alerts — returns empty result set for the location (not an error, just no current hazards)
- Malformed input object — request rejected with schema validation error
- Payment failure — 402 response if USDC payment is not properly attached

## Output

A list of active severe-weather alerts for the queried US location, including alert type (watch, warning, advisory), hazard description, affected area, severity level, and validity time window.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/weather-alerts-active-severe-weather-alerts-us-206430bc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
