UnifyAPI
← Back to catalog

gdacs.events

mock data$0.001 / call

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

Weatherprovider: Gdacs#gdacs#weather

Input schema

event_idrequired

GDACS event ID (obtain via gdacs.alerts)

integer
event_typerequired

Event type code: EQ=earthquake, TC=tropical cyclone, FL=flood, VO=volcano, DR=drought, TS=tsunami

string

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

Try it

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