← Back to catalog
gdacs.alerts
mock data$0.001 / callGlobal Disaster Alerts
Get current and recent global disaster alerts from the UN GDACS system. Returns earthquakes, tropical cyclones, floods, volcanoes, droughts, and tsunamis with color-coded severity (Green/Orange/Red), affected country, coordinates, and population impact estimates.
Input schema
limit
integerNumber of events to return, max 50 (default 10)
event_type
stringFilter by disaster type: EQ=earthquake, TC=tropical cyclone, FL=flood, VO=volcano, DR=drought, TS=tsunami
alert_level
stringMinimum alert level filter: Green (low), Orange (medium), Red (high impact)
Call via REST
curl -X POST https://unifyapi.pro/api/call/gdacs.alerts \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"event_type":"<event_type>","alert_level":"<alert_level>"}'