scientificearthquakesseismologygeospatialnatural-disastersusgsglobaltime-series

Global Seismic Events Database — 94,767 Earthquakes Worldwide (2020–2025)

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

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

NameTypeDescription
event_idstring
time_utcstring
yearstring
monthstring
latitudestring
longitudestring
depth_kmstring
depth_classstring
magnitudestring
magnitude_typestring
magnitude_classstring
place_descriptionstring
regionstring
localitystring
event_typestring
tsunami_flagstring
significancestring
felt_reportsstring
community_intensitystring
modified_mercalli_intensitystring
alert_levelstring
review_statusstring
station_countstring
rms_errorstring
azimuthal_gapstring
min_distance_degstring
data_sourcesstring
usgs_urlstring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 4.4 / 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 Seismic Events Database" })
// Found: beb243fd-5039-4d81-bedf-2a1af8040c45
get_download_url({ dataset_id: "beb243fd-5039-4d81-bedf-2a1af8040c45" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/beb243fd-5039-4d81-bedf-2a1af8040c45/download-url