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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pr2020285006 | 3.69 | 3 km S of La Parguera, Puerto Rico | 1602388847320 | 1602522153040 | https://earthquake.usgs.gov/earthquakes/eventpage/pr2020285006 | https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2020285006.geojson | 19 | 4 | 3.336 | green | reviewed | 0 | 217 | pr | 2020285006 | ,us6000c7fy,pr2020285006, | ,us,pr, | ,dyfi,losspager,moment-tensor,origin,phase-data,shakemap, | 23 | 0.0307 | 0.08 | 236.0 | md | earthquake | M 3.7 - 3 km S of La Parguera, Puerto Rico | 17.9396 | -67.0515 |
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 );