UnifyAPI
← Back to catalog

gdacs.alerts

mock data$0.001 / call

Global 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.

Weatherprovider: Gdacs#gdacs#weather

Input schema

limit

Number of events to return, max 50 (default 10)

integer
event_type

Filter by disaster type: EQ=earthquake, TC=tropical cyclone, FL=flood, VO=volcano, DR=drought, TS=tsunami

string
alert_level

Minimum alert level filter: Green (low), Orange (medium), Red (high impact)

string

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

Try it

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