Schema
6 fields
Columns
- id
string - Alert id
- event
string - Event name
- severity
string - Severity
- area
string - Affected area
- onset
datetime - Onset UTC
- ends
datetime - Expiry UTC
Datasets/nws-alerts
noaa / nws-alerts
Active National Weather Service alerts: event, severity, area, and expiry.
Last seen
Source noaa/nws-api · Climate
Schema
6 fields
stringstringstringstringdatetimedatetimeSample 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.