Skip to content
RealiaDesk

Datasets/nws-alerts

noaa / nws-alerts

NWS active alerts

Active National Weather Service alerts: event, severity, area, and expiry.

Last seen

Source noaa/nws-api · Climate

Schema

6 fields

Columns

idstring
Alert id
eventstring
Event name
severitystring
Severity
areastring
Affected area
onsetdatetime
Onset UTC
endsdatetime
Expiry UTC

Sample row

JSON preview

{
  "id": "https://api.weather.gov/alerts/urn:oid:2.49.0.1.840.0.demo",
  "event": "Heat Advisory",
  "severity": "Moderate",
  "area": "New York City",
  "onset": "2026-09-06T14:00:00Z",
  "ends": "2026-09-07T00:00:00Z"
}

Query · milestone 18

curl -sS https://realiahq.xyz/api/v1/datasets/noaa-alerts \
  -H "Authorization: Bearer $REALIA_KEY"

This route 404s with key required until API keys ship.