UnifyAPI
← Back to catalog

gdacs.history

mock data$0.001 / call

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

Weatherprovider: Gdacs#gdacs#weather

Input schema

limit

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

integer
country

ISO 3166-1 alpha-3 country code (e.g. "JPN", "PHL", "USA", "IDN")

string
date_torequired

End date in YYYY-MM-DD format (e.g. "2024-12-31")

string
date_fromrequired

Start date in YYYY-MM-DD format (e.g. "2024-01-01")

string
event_type

Filter by disaster type

string
alert_level

Minimum alert level filter

string

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

Try it

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