This data as json, CSV (advanced)
| id ▼ | mag | place | time | updated | tz | url | detail | felt | cdi | mmi | alert | status | tsunami | sig | net | code | ids | sources | types | nst | dmin | rms | gap | magType | type | title | latitude | longitude |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ak020cv81lwl | 3.1 | 3 km NNE of Point MacKenzie, Alaska | 1601976914662 | 1602241460679 | https://earthquake.usgs.gov/earthquakes/eventpage/ak020cv81lwl | https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak020cv81lwl.geojson | 8 | 4.1 | 1.928 | automatic | 0 | 151 | ak | 020cv81lwl | ,ak020cv81lwl,us6000c60z, | ,ak,us, | ,dyfi,origin,phase-data,shakemap, | 0.62 | ml | earthquake | M 3.1 - 3 km NNE of Point MacKenzie, Alaska | 61.3926 | -149.9554 |
JSON shape: default, array, newline-delimited, object
CREATE TABLE [quakes] ( [mag] FLOAT, [place] TEXT, [time] INTEGER, [updated] INTEGER, [tz] TEXT, [url] TEXT, [detail] TEXT, [felt] TEXT, [cdi] TEXT, [mmi] TEXT, [alert] TEXT, [status] TEXT, [tsunami] INTEGER, [sig] INTEGER, [net] TEXT, [code] TEXT, [ids] TEXT, [sources] TEXT, [types] TEXT, [nst] INTEGER, [dmin] FLOAT, [rms] FLOAT, [gap] FLOAT, [magType] TEXT, [type] TEXT, [title] TEXT, [latitude] FLOAT, [longitude] FLOAT, [id] TEXT PRIMARY KEY );