Skip to content

Instantly share code, notes, and snippets.

@jlmakes
Last active May 26, 2021 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlmakes/49c714fa7f459fe6913ed39f98d18444 to your computer and use it in GitHub Desktop.
Save jlmakes/49c714fa7f459fe6913ed39f98d18444 to your computer and use it in GitHub Desktop.
Sample Endpoint (JSON)
[
{
"id": "ak0216o6axoz",
"mag": 1.5,
"place": "80 km ESE of Cantwell, Alaska",
"time": 1621982821844,
"sig": 35,
"magType": "ml",
"type": "earthquake",
"title": "M 1.5 - 80 km ESE of Cantwell, Alaska",
"coordinates": [-147.3941, 63.2247, 59.9]
},
{
"id": "nc73565226",
"mag": 0.74,
"place": "6km WNW of The Geysers, California",
"time": 1621982651630,
"sig": 8,
"magType": "md",
"type": "earthquake",
"title": "M 0.7 - 6km WNW of The Geysers, California",
"coordinates": [-122.819664, 38.8048325, 3.51]
},
{
"id": "ci39904632",
"mag": 2.51,
"place": "36km WSW of Stovepipe Wells, California",
"time": 1621982540480,
"sig": 97,
"magType": "ml",
"type": "earthquake",
"title": "M 2.5 - 36km WSW of Stovepipe Wells, California",
"coordinates": [-117.5125, 36.4681667, -0.45]
},
{
"id": "nc73565216",
"mag": 0.53,
"place": "2km NNW of The Geysers, California",
"time": 1621982367790,
"sig": 4,
"magType": "md",
"type": "earthquake",
"title": "M 0.5 - 2km NNW of The Geysers, California",
"coordinates": [-122.7614975, 38.7908325, 1.3]
},
{
"id": "nc73565211",
"mag": 2.22,
"place": "6km WNW of Dublin, California",
"time": 1621980964230,
"sig": 79,
"magType": "md",
"type": "earthquake",
"title": "M 2.2 - 6km WNW of Dublin, California",
"coordinates": [-121.9906693, 37.7263336, 6.15]
},
{
"id": "ci39904576",
"mag": 2.56,
"place": "36km WSW of Stovepipe Wells, California",
"time": 1621980359700,
"sig": 101,
"magType": "ml",
"type": "earthquake",
"title": "M 2.6 - 36km WSW of Stovepipe Wells, California",
"coordinates": [-117.509, 36.4696667, -0.45]
},
{
"id": "uw61736121",
"mag": 1.55,
"place": "M 1.6 - 2 km SSE of Kapowsin, Washington",
"time": 1621979670070,
"sig": 37,
"magType": "ml",
"type": "explosion",
"title": "M 1.6 - 2 km SSE of Kapowsin, Washington",
"coordinates": [-122.214, 46.964, -0.26]
},
{
"id": "ci39904544",
"mag": 0.32,
"place": "11km S of Valle Vista, California",
"time": 1621979451220,
"sig": 2,
"magType": "ml",
"type": "earthquake",
"title": "M 0.3 - 11km S of Valle Vista, California",
"coordinates": [-116.8891667, 33.6468333, 6.07]
},
{
"id": "ci39904536",
"mag": 1.4,
"place": "7km SE of Valle Vista, California",
"time": 1621979447790,
"sig": 30,
"magType": "ml",
"type": "earthquake",
"title": "M 1.4 - 7km SE of Valle Vista, California",
"coordinates": [-116.8509979, 33.6985016, 13.21]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment