UnifyAPI
← Back to catalog

weather_alerts.active

mock data$0.001 / call

Active 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)

Weatherprovider: Weather_alerts#weather_alerts#weather

Input schema

area

US state code (e.g. "CA", "TX", "NY") or marine zone

string
event

Event type filter (e.g. "Tornado Warning", "Flood Watch", "Heat Advisory")

string
limit

Max alerts to return (default 10, max 50)

integer
urgency

Urgency filter

string
severity

Alert severity filter

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.