Skip to content
RealiaDesk

Datasets/quakes-daily

usgs / quakes-daily

USGS daily earthquakes

M2.5+ events in the last 24 hours, flattened from the USGS GeoJSON feed.

Last seen

Source usgs/earthquakes-geojson · Earth

Schema

7 fields

Columns

idstring
USGS event id
magnumber
Magnitude
placestring
Human-readable location
timedatetime
Origin time UTC
depthKmnumber
Depth in kilometers
lonnumber
Longitude
latnumber
Latitude

Sample row

JSON preview

{
  "id": "us7000r2kx",
  "mag": 4.2,
  "place": "14 km SW of Volcano, Hawaii",
  "time": "2026-09-06T08:41:12Z",
  "depthKm": 8.4,
  "lon": -155.32,
  "lat": 19.38
}

Query · milestone 18

curl -sS https://realiahq.xyz/api/v1/datasets/usgs-quakes-daily \
  -H "Authorization: Bearer $REALIA_KEY"

This route 404s with key required until API keys ship.