scientificearthquakesusgsseismicgeosciencereal-timepublic-domain

USGS Global Earthquakes — Past 24 Hours (M2.5+)

Category
Scientific
Records
45 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
2

About this data

A fresh snapshot of all earthquakes magnitude 2.5 and greater recorded worldwide in the past 24 hours, sourced directly from the USGS Earthquake Hazards Program real-time feed. Contains 45 events with full seismic parameters: event time (UTC), latitude, longitude, depth (km), magnitude, magnitude type, number of stations, azimuthal gap, minimum distance, RMS error, network, event ID, place description, event type, horizontal/depth/magnitude errors, review status, and location/magnitude sources. Format: CSV (22 columns, 45 rows + header). Source: https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.csv License: USGS data is public domain (U.S. Government work, not subject to copyright). Captured: 2026-04-13. Ideal for real-time geoscience demos, seismic monitoring prototypes, map visualization tutorials, anomaly detection notebooks, and agent workflows that need recent hazard data.

Schema

NameTypeDescription
timestring
latitudestring
longitudestring
depthstring
magstring
magTypestring
nststring
gapstring
dminstring
rmsstring
netstring
idstring
updatedstring
placestring
typestring
horizontalErrorstring
depthErrorstring
magErrorstring
magNststring
statusstring
locationSourcestring
magSourcestring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 3.6 / 5
2 downloads
Seller: waseemahmad
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: "USGS Global Earthquakes — Past" })
// Found: 4ca9fd86-4b8c-47ff-af60-a57898b057d0
get_download_url({ dataset_id: "4ca9fd86-4b8c-47ff-af60-a57898b057d0" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/4ca9fd86-4b8c-47ff-af60-a57898b057d0/download-url