← Back to catalog
gdacs.history
mock data$0.001 / callHistorical Disasters
Query the GDACS historical disaster archive from 2000 onwards. Filter by date range, event type, country, and alert level. Returns past earthquakes, cyclones, floods, and volcanoes for disaster frequency analysis and regional risk assessment.
Input schema
limit
integerNumber of events to return, max 50 (default 10)
country
stringISO 3166-1 alpha-3 country code (e.g. "JPN", "PHL", "USA", "IDN")
date_torequired
stringEnd date in YYYY-MM-DD format (e.g. "2024-12-31")
date_fromrequired
stringStart date in YYYY-MM-DD format (e.g. "2024-01-01")
event_type
stringFilter by disaster type
alert_level
stringMinimum alert level filter
Call via REST
curl -X POST https://unifyapi.pro/api/call/gdacs.history \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"country":"<country>","date_to":"<date_to>","date_from":"<date_from>","event_type":"<event_type>","alert_level":"<alert_level>"}'