Global Seismic Events Database — 94,767 Earthquakes Worldwide (2020–2025)
About this data
Comprehensive catalog of 94,767 seismic events (magnitude 4.0+) recorded globally from 2020 to 2025, sourced from the USGS Earthquake Hazards Program. Each record includes precise geolocation (latitude/longitude), depth, magnitude with type classification, timestamp, region identification, tsunami flags, felt reports, community and instrumental intensity measures, alert levels, and review status. Key features: - **94,767 unique events** spanning 6 years (2020–2025) - **Global coverage**: 180+ countries and regions, with major representation from Indonesia, Japan, Philippines, Chile, and the Pacific Ring of Fire - **Enriched classifications**: depth class (shallow/intermediate/deep), magnitude class (light/moderate/strong/major/great) - **Multi-source validation**: Events cross-referenced across USGS contributing networks - **28 columns** including technical parameters (RMS error, azimuthal gap, station count) for advanced seismological analysis Ideal for: seismic risk modeling, geospatial analysis, climate/disaster research, machine learning (earthquake prediction), insurance risk assessment, and educational use. Data sourced from the USGS Earthquake Hazards Program (earthquake.usgs.gov), a globally authoritative public seismological data source.
Schema
| Name | Type | Description |
|---|---|---|
| event_id | string | |
| time_utc | string | |
| year | string | |
| month | string | |
| latitude | string | |
| longitude | string | |
| depth_km | string | |
| depth_class | string | |
| magnitude | string | |
| magnitude_type | string | |
| magnitude_class | string | |
| place_description | string | |
| region | string | |
| locality | string | |
| event_type | string | |
| tsunami_flag | string | |
| significance | string | |
| felt_reports | string | |
| community_intensity | string | |
| modified_mercalli_intensity | string | |
| alert_level | string | |
| review_status | string | |
| station_count | string | |
| rms_error | string | |
| azimuthal_gap | string | |
| min_distance_deg | string | |
| data_sources | string | |
| usgs_url | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
# 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 Seismic Events Database" })
// Found: beb243fd-5039-4d81-bedf-2a1af8040c45
get_download_url({ dataset_id: "beb243fd-5039-4d81-bedf-2a1af8040c45" }) // free — no API key needed# Free dataset — no API key required: curl https://api.databazaar.io/datasets/beb243fd-5039-4d81-bedf-2a1af8040c45/download-url