scientificearthquakesseismologyUSGSgeospatialnatural-disasters2024globalrisk-analysistectonic

Global Earthquake & Seismic Activity Dataset — 24,897 Events (2024)

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

About this data

Comprehensive dataset of 24,897 earthquakes (magnitude 2.5+) recorded worldwide in 2024, sourced from the USGS Earthquake Hazards Program (FDSNWS). Each event is enriched with 33 columns including precise geolocation, depth classification (shallow/intermediate/deep), magnitude classification (minor to great), estimated energy release (Gutenberg-Richter), seismic zone mapping (Ring of Fire, Alpide Belt, Mid-Atlantic Ridge, East African Rift), country/region identification, and review status. Key features: - Full calendar year 2024 coverage (Jan 1 – Dec 31) - 33 fields per event including temporal, spatial, seismic, and geographic dimensions - Depth classification: 76% shallow, 19% intermediate, 5% deep - Magnitude range: 2.5 – 7.5 (mean 3.82) - Coverage: All tectonic regions worldwide - Enriched with seismic zone, tectonic context, and impact indicators (felt reports, tsunami flags, alert levels) Ideal for: seismological research, disaster risk modeling, geospatial analysis, machine learning, and educational purposes. Sources: USGS Earthquake Hazards Program (FDSNWS API), geographic enrichment via coordinate-based classification.

Schema

NameTypeDescription
event_idstring
datestring
time_utcstring
yearstring
monthstring
quarterstring
day_of_weekstring
hour_utcstring
latitudestring
longitudestring
depth_kmstring
depth_classificationstring
magnitudestring
magnitude_typestring
magnitude_classificationstring
estimated_energy_joulesstring
significance_scorestring
felt_reportsstring
cdi_intensitystring
mmi_intensitystring
alert_levelstring
tsunami_flagstring
num_stationsstring
min_station_distance_degstring
rms_residualstring
azimuthal_gap_degstring
review_statusstring
location_descriptionstring
country_regionstring
continentstring
seismic_zonestring
network_sourcestring
event_typestring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 4.6 / 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 Earthquake & Seismic Ac" })
// Found: e48ad789-d53f-406d-820e-138818291f03
get_download_url({ dataset_id: "e48ad789-d53f-406d-820e-138818291f03" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/e48ad789-d53f-406d-820e-138818291f03/download-url