← Back to catalog
gdacs.events
mock data$0.001 / callDisaster Event Details
Get detailed information for a specific GDACS disaster event by ID. Returns event name, alert level with justification, affected population at each severity level, coordinates, geometry for mapping, source agency, and situation report links.
Input schema
event_idrequired
integerGDACS event ID (obtain via gdacs.alerts)
event_typerequired
stringEvent type code: EQ=earthquake, TC=tropical cyclone, FL=flood, VO=volcano, DR=drought, TS=tsunami
Call via REST
curl -X POST https://unifyapi.pro/api/call/gdacs.events \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"event_id":0,"event_type":"<event_type>"}'