← Back to catalog
weather_alerts.active
mock data$0.001 / callActive US Weather Alerts
Active severe weather alerts for the US — tornado warnings, flood watches, heat advisories, winter storms. Filter by state, severity, event type. US Government open data, unlimited, no auth (NWS/NOAA)
Input schema
area
stringUS state code (e.g. "CA", "TX", "NY") or marine zone
event
stringEvent type filter (e.g. "Tornado Warning", "Flood Watch", "Heat Advisory")
limit
integerMax alerts to return (default 10, max 50)
urgency
stringUrgency filter
severity
stringAlert severity filter
Call via REST
curl -X POST https://unifyapi.pro/api/call/weather_alerts.active \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"area":"<area>","event":"<event>","limit":0,"urgency":"<urgency>","severity":"<severity>"}'