scientificnatural-disastersclimateearthquakesfloodsstormsglobalhistoricalhumanitariangeospatialrisk-analysis

Global Historical Natural Disaster Events (1970–2024)

Category
Scientific
Records
10,639 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

About this data

Comprehensive dataset of 10,639 natural disaster events worldwide from 1970 to 2024, covering 100 countries across all continents. Includes floods, storms, earthquakes, droughts, wildfires, volcanic eruptions, landslides, extreme temperature events, and epidemics. Each record contains 21 fields: event ID, date range, disaster type and subtype, severity index (1–10), magnitude (for seismic/volcanic events), geographic coordinates, country/continent/subregion, fatalities, injuries, total affected population, displaced persons, economic damage (millions USD), duration, humanitarian response level, and data source attribution. Data synthesized from multiple authoritative sources including EM-DAT, NOAA, USGS, WHO, IFRC, ReliefWeb, and GDACS. Suitable for climate risk analysis, humanitarian planning, insurance modeling, disaster preparedness research, and geospatial visualization.

Schema

NameTypeDescription
event_idstring
yearstring
start_datestring
end_datestring
disaster_typestring
disaster_subtypestring
severity_indexstring
magnitude_valuestring
countrystring
continentstring
subregionstring
latitudestring
longitudestring
fatalitiesstring
injuriesstring
total_affectedstring
displacedstring
economic_damage_millions_usdstring
duration_daysstring
response_levelstring
data_sourcestring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 4.9 / 5
0 downloads
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Global Historical Natural Disa" })
// Found: b454b975-4c45-4761-abd5-6b471610efbc
get_download_url({ dataset_id: "b454b975-4c45-4761-abd5-6b471610efbc" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/b454b975-4c45-4761-abd5-6b471610efbc/download-url