GET /gdacsapi/api/events/geteventlist/MAP
Summary: Get disaster events as GeoJSON
Operation ID: getEventListMap
Auth: none
Operation ID: getEventListMap
Auth: none
Description
Returns a GeoJSON FeatureCollection of disaster events filtered by event type and optional date range. Each event includes geometry (Point for centroid, Polygon for affected areas), alert levels, severity data, and affected country information.
Parameters (3)
eventtypes
(string, query, required)
Comma-separated list of event types to include
Constraints: {'enum': ['EQ', 'TC', 'FL', 'VO', 'DR', 'WF']}
fromdate
(string, query, optional)
Filter events from this date (ISO 8601 format)
todate
(string, query, optional)
Filter events up to this date (ISO 8601 format)
Examples (4)
| Title | Type | URL | Action |
|---|---|---|---|
| Get disaster events for mapping | openapi-spec |
https://www.gdacs.org/gdacsapi/api/events/geteventlist/MAP?fromDate=2025-01-01&toDate=2025-12-31&eventlist=EQ,TC,FL,VO,DR,WF |
|
| Get events for map display | openapi-spec |
https://www.gdacs.org/gdacsapi/api/events/geteventlist/MAP?eventtypes=EQ |
|
| Get disaster events as GeoJSON | openapi-spec |
https://www.gdacs.org/gdacsapi/api/events/geteventlist/MAP?eventtypes=EQ,TC,FL&fromdate=2026-03-01&todate=2026-03-19 |
|
| Get disaster events as GeoJSON | probe-gate |
https://www.gdacs.org/gdacsapi/api/events/geteventlist/MAP?eventtypes=EQ%2CTC%2CFL&fromdate=2026-03-01&todate=2026-03-19 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:47:32.578193 | 200 | 227ms | |
| 2026-03-23 09:34:14.786633 | 200 | 804ms | |
| 2026-03-23 09:19:45.993875 | 200 | 182ms | |
| 2026-03-23 09:01:21.110098 | 200 | 254ms | 0.6MB |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:19:45.993875 | 5457d9be2966 |
78c1c201e2c1 |
| 2026-03-23 09:34:14.786633 | 78c1c201e2c1 |
99db2a1bc48a |
| 2026-03-23 10:47:32.578193 | 99db2a1bc48a |
defb0c0d2ebf |