Last active
June 3, 2025 17:24
-
-
Save Stevoisiak/4c9c50e68e195bbf0e65e7efea6ddd3f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"metadata": { | |
"generated": 1748968019000, | |
"url": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_month.geojson", | |
"title": "USGS All Earthquakes, Past Month", | |
"status": 200, | |
"api": "1.14.1", | |
"count": 9211 | |
}, | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"mag": 1.9, | |
"place": "55 km WNW of Nanwalek, Alaska", | |
"time": 1748967479708, | |
"updated": 1748967603851, | |
"tz": null, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak02572ye5ia", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak02572ye5ia.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "02572ye5ia", | |
"ids": ",ak02572ye5ia,", | |
"sources": ",ak,", | |
"types": ",origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.19, | |
"gap": null, | |
"magType": "ml", | |
"type": "earthquake", | |
"title": "M 1.9 - 55 km WNW of Nanwalek, Alaska" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-152.8562, 59.4946, 79.8] | |
}, | |
"id": "ak02572ye5ia" | |
}]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment