Schema
7 fields
Columns
- id
string - USGS event id
- mag
number - Magnitude
- place
string - Human-readable location
- time
datetime - Origin time UTC
- depthKm
number - Depth in kilometers
- lon
number - Longitude
- lat
number - Latitude
Datasets/quakes-daily
usgs / quakes-daily
M2.5+ events in the last 24 hours, flattened from the USGS GeoJSON feed.
Last seen
Source usgs/earthquakes-geojson · Earth
Schema
7 fields
stringnumberstringdatetimenumbernumbernumberSample 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.