# aye.today NOAA/NWS Alert Check

> aye.today NOAA/NWS Alert Check is a paid API for AI agents from aye-booth.aye-today.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Checks whether at least one active NOAA/NWS weather alert at or above a specified severity level exists for a covered station right now, returning an attested evidence bundle with hash-verified alerts payload and count.

## Facts

- Endpoint: POST https://aye-booth.aye-today.workers.dev/v1/alert_check
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aye-today-noaa-nws-alert-check-a6ffedb6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VSMc34pHvrFY7wqwZYpTO

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 aye-today-noaa-nws-alert-check-a6ffedb6 -d '<json body>'
```

Example prompt: Are there any active NOAA/NWS weather alerts at or above severe level for Orlando (ORL) right now — give me the attested result?

## When to prefer this

Choose this endpoint when you need a cryptographically attested, verifiable record of whether an active NOAA/NWS weather alert exists at a given severity for ORL or LAX — not just a raw boolean. Ideal for automated decision-making workflows (e.g. event cancellation, flight checks) that require an auditable evidence bundle rather than a plain data lookup. If you only need informal weather data or forecasts, a standard weather API is simpler. Best when downstream auditability and tamper-evidence matter.

## Known failure modes

- Unsupported station code supplied (only ORL and LAX are covered) — returns refusal
- Invalid severity enum value — returns refusal or validation error
- NOAA/NWS API unavailable upstream — may return error or refusal
- Payment not provided or insufficient USDC — returns 402 payment required
- Network timeout reaching the worker endpoint

## How this service works

Attested resolution: is at least one NOAA/NWS alert at or above a requested severity active for a covered station's point right now? Evidence bundle with the hash-attested alerts payload and alert count, capped by an aye/nay receipt — never a bare boolean. Refusals are free.

## Output

An attested evidence bundle containing: an aye (yes) or nay (no) receipt indicating whether at least one active NOAA/NWS alert meeting or exceeding the requested severity is currently in effect, the hash-attested raw alerts payload from NOAA/NWS, and a count of qualifying active alerts. The hash attestation allows downstream verification of the data's integrity.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aye-today-noaa-nws-alert-check-a6ffedb6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aye-booth.aye-today.workers.dev](https://www.zero.xyz/host/aye-booth.aye-today.workers.dev/llms.txt)
