USGS Global Earthquakes — Past 24 Hours (M2.5+)
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
| Name | Type | Description |
|---|---|---|
| time | string | |
| latitude | string | |
| longitude | string | |
| depth | string | |
| mag | string | |
| magType | string | |
| nst | string | |
| gap | string | |
| dmin | string | |
| rms | string | |
| net | string | |
| id | string | |
| updated | string | |
| place | string | |
| type | string | |
| horizontalError | string | |
| depthError | string | |
| magError | string | |
| magNst | string | |
| status | string | |
| locationSource | string | |
| magSource | 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: "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# Free dataset — no API key required: curl https://api.databazaar.io/datasets/4ca9fd86-4b8c-47ff-af60-a57898b057d0/download-url