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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ak020cwwuh2n | 3.5 | 11 km W of Nenana, Alaska | 1602071271608 | 1602272360040 | https://earthquake.usgs.gov/earthquakes/eventpage/ak020cwwuh2n | https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak020cwwuh2n.geojson | 27 | 3.7 | 4.98 | reviewed | 0 | 198 | ak | 020cwwuh2n | ,ak020cwwuh2n,us6000c6eg, | ,ak,us, | ,dyfi,moment-tensor,origin,phase-data,shakemap, | 0.97 | ml | earthquake | M 3.5 - 11 km W of Nenana, Alaska | 64.5541 | -149.342 |
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 );