@apiverve/earthquake 1.1.6 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +278 -191
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,196 +65,283 @@ api.execute(function (error, data) {
|
|
|
65
65
|
###### Example Response
|
|
66
66
|
|
|
67
67
|
```
|
|
68
|
-
{
|
|
69
|
-
"status": "ok",
|
|
70
|
-
"error": null,
|
|
71
|
-
"data": {
|
|
72
|
-
"earthquakes_LastUpdated":
|
|
73
|
-
"earthquakes_LastHour":
|
|
74
|
-
"earthquakes": [
|
|
75
|
-
{
|
|
76
|
-
"mag":
|
|
77
|
-
"place": "
|
|
78
|
-
"time":
|
|
79
|
-
"status": "
|
|
80
|
-
"tsunami": 0,
|
|
81
|
-
"sig":
|
|
82
|
-
"net": "
|
|
83
|
-
"types": ",origin,phase-data,",
|
|
84
|
-
"nst":
|
|
85
|
-
"dmin": 0.
|
|
86
|
-
"rms": 0.
|
|
87
|
-
"gap":
|
|
88
|
-
"magType": "ml",
|
|
89
|
-
"type": "earthquake",
|
|
90
|
-
"title": "M
|
|
91
|
-
"coordinates": [
|
|
92
|
-
-
|
|
93
|
-
|
|
94
|
-
]
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"mag": 1.
|
|
98
|
-
"place": "
|
|
99
|
-
"time":
|
|
100
|
-
"status": "automatic",
|
|
101
|
-
"tsunami": 0,
|
|
102
|
-
"sig":
|
|
103
|
-
"net": "
|
|
104
|
-
"types": ",origin,phase-data,",
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
"
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
"
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
"
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
"
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
68
|
+
{
|
|
69
|
+
"status": "ok",
|
|
70
|
+
"error": null,
|
|
71
|
+
"data": {
|
|
72
|
+
"earthquakes_LastUpdated": 1740085202,
|
|
73
|
+
"earthquakes_LastHour": 13,
|
|
74
|
+
"earthquakes": [
|
|
75
|
+
{
|
|
76
|
+
"mag": 1.63,
|
|
77
|
+
"place": "4 km SSW of Home Gardens, CA",
|
|
78
|
+
"time": 1740084740320,
|
|
79
|
+
"status": "automatic",
|
|
80
|
+
"tsunami": 0,
|
|
81
|
+
"sig": 41,
|
|
82
|
+
"net": "ci",
|
|
83
|
+
"types": ",nearby-cities,origin,phase-data,scitech-link,",
|
|
84
|
+
"nst": 30,
|
|
85
|
+
"dmin": 0.07665,
|
|
86
|
+
"rms": 0.16,
|
|
87
|
+
"gap": 212,
|
|
88
|
+
"magType": "ml",
|
|
89
|
+
"type": "earthquake",
|
|
90
|
+
"title": "M 1.6 - 4 km SSW of Home Gardens, CA",
|
|
91
|
+
"coordinates": [
|
|
92
|
+
-117.5313333,
|
|
93
|
+
33.8441667
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"mag": 1.53,
|
|
98
|
+
"place": "3 km of The Geysers, CA",
|
|
99
|
+
"time": 1740084398050,
|
|
100
|
+
"status": "automatic",
|
|
101
|
+
"tsunami": 0,
|
|
102
|
+
"sig": 36,
|
|
103
|
+
"net": "nc",
|
|
104
|
+
"types": ",focal-mechanism,nearby-cities,origin,phase-data,",
|
|
105
|
+
"nst": 31,
|
|
106
|
+
"dmin": 0.01013,
|
|
107
|
+
"rms": 0.04,
|
|
108
|
+
"gap": 61,
|
|
109
|
+
"magType": "md",
|
|
110
|
+
"type": "earthquake",
|
|
111
|
+
"title": "M 1.5 - 3 km of The Geysers, CA",
|
|
112
|
+
"coordinates": [
|
|
113
|
+
-122.770835876465,
|
|
114
|
+
38.8066673278809
|
|
115
|
+
]
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"mag": 1.5,
|
|
119
|
+
"place": "36 km SSW of Los Ybanez, Texas",
|
|
120
|
+
"time": 1740083760065,
|
|
121
|
+
"status": "automatic",
|
|
122
|
+
"tsunami": 0,
|
|
123
|
+
"sig": 35,
|
|
124
|
+
"net": "tx",
|
|
125
|
+
"types": ",origin,phase-data,",
|
|
126
|
+
"nst": 21,
|
|
127
|
+
"dmin": 0,
|
|
128
|
+
"rms": 0.5,
|
|
129
|
+
"gap": 98,
|
|
130
|
+
"magType": "ml",
|
|
131
|
+
"type": "earthquake",
|
|
132
|
+
"title": "M 1.5 - 36 km SSW of Los Ybanez, Texas",
|
|
133
|
+
"coordinates": [
|
|
134
|
+
-102.118,
|
|
135
|
+
32.437
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"mag": 1.28,
|
|
140
|
+
"place": "2 km NNE of Rancho San Diego, CA",
|
|
141
|
+
"time": 1740083416660,
|
|
142
|
+
"status": "automatic",
|
|
143
|
+
"tsunami": 0,
|
|
144
|
+
"sig": 25,
|
|
145
|
+
"net": "ci",
|
|
146
|
+
"types": ",nearby-cities,origin,phase-data,scitech-link,",
|
|
147
|
+
"nst": 18,
|
|
148
|
+
"dmin": 0.02613,
|
|
149
|
+
"rms": 0.18,
|
|
150
|
+
"gap": 117,
|
|
151
|
+
"magType": "ml",
|
|
152
|
+
"type": "earthquake",
|
|
153
|
+
"title": "M 1.3 - 2 km NNE of Rancho San Diego, CA",
|
|
154
|
+
"coordinates": [
|
|
155
|
+
-116.9288333,
|
|
156
|
+
32.7591667
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"mag": 1.3,
|
|
161
|
+
"place": "2 km N of The Geysers, CA",
|
|
162
|
+
"time": 1740083145550,
|
|
163
|
+
"status": "automatic",
|
|
164
|
+
"tsunami": 0,
|
|
165
|
+
"sig": 26,
|
|
166
|
+
"net": "nc",
|
|
167
|
+
"types": ",nearby-cities,origin,phase-data,",
|
|
168
|
+
"nst": 17,
|
|
169
|
+
"dmin": 0.008002,
|
|
170
|
+
"rms": 0.02,
|
|
171
|
+
"gap": 75,
|
|
172
|
+
"magType": "md",
|
|
173
|
+
"type": "earthquake",
|
|
174
|
+
"title": "M 1.3 - 2 km N of The Geysers, CA",
|
|
175
|
+
"coordinates": [
|
|
176
|
+
-122.758499145508,
|
|
177
|
+
38.792667388916
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"mag": 2.03,
|
|
182
|
+
"place": "23 km NE of San Ardo, CA",
|
|
183
|
+
"time": 1740083087170,
|
|
184
|
+
"status": "automatic",
|
|
185
|
+
"tsunami": 0,
|
|
186
|
+
"sig": 63,
|
|
187
|
+
"net": "nc",
|
|
188
|
+
"types": ",nearby-cities,origin,phase-data,",
|
|
189
|
+
"nst": 24,
|
|
190
|
+
"dmin": 0.04482,
|
|
191
|
+
"rms": 0.08,
|
|
192
|
+
"gap": 78,
|
|
193
|
+
"magType": "md",
|
|
194
|
+
"type": "earthquake",
|
|
195
|
+
"title": "M 2.0 - 23 km NE of San Ardo, CA",
|
|
196
|
+
"coordinates": [
|
|
197
|
+
-120.757835388184,
|
|
198
|
+
36.1879997253418
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"mag": 1.5,
|
|
203
|
+
"place": "18 km N of Nellis Air Force Base, Nevada",
|
|
204
|
+
"time": 1740082632669,
|
|
205
|
+
"status": "automatic",
|
|
206
|
+
"tsunami": 0,
|
|
207
|
+
"sig": 35,
|
|
208
|
+
"net": "nn",
|
|
209
|
+
"types": ",origin,phase-data,",
|
|
210
|
+
"nst": 12,
|
|
211
|
+
"dmin": 0.142,
|
|
212
|
+
"rms": 0.352,
|
|
213
|
+
"gap": 324.6699999999999,
|
|
214
|
+
"magType": "ml",
|
|
215
|
+
"type": "earthquake",
|
|
216
|
+
"title": "M 1.5 - 18 km N of Nellis Air Force Base, Nevada",
|
|
217
|
+
"coordinates": [
|
|
218
|
+
-115.0204,
|
|
219
|
+
36.4137
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"mag": 2.4,
|
|
224
|
+
"place": "42 km ENE of Susitna North, Alaska",
|
|
225
|
+
"time": 1740082487421,
|
|
226
|
+
"status": "automatic",
|
|
227
|
+
"tsunami": 0,
|
|
228
|
+
"sig": 89,
|
|
229
|
+
"net": "ak",
|
|
230
|
+
"types": ",origin,phase-data,",
|
|
231
|
+
"rms": 0.58,
|
|
232
|
+
"magType": "ml",
|
|
233
|
+
"type": "earthquake",
|
|
234
|
+
"title": "M 2.4 - 42 km ENE of Susitna North, Alaska",
|
|
235
|
+
"coordinates": [
|
|
236
|
+
-149.1448,
|
|
237
|
+
62.358
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"mag": 0.58,
|
|
242
|
+
"place": "0 km of The Geysers, CA",
|
|
243
|
+
"time": 1740082396860,
|
|
244
|
+
"status": "automatic",
|
|
245
|
+
"tsunami": 0,
|
|
246
|
+
"sig": 5,
|
|
247
|
+
"net": "nc",
|
|
248
|
+
"types": ",nearby-cities,origin,phase-data,",
|
|
249
|
+
"nst": 8,
|
|
250
|
+
"dmin": 0.01016,
|
|
251
|
+
"rms": 0.04,
|
|
252
|
+
"gap": 122,
|
|
253
|
+
"magType": "md",
|
|
254
|
+
"type": "earthquake",
|
|
255
|
+
"title": "M 0.6 - 0 km of The Geysers, CA",
|
|
256
|
+
"coordinates": [
|
|
257
|
+
-122.75666809082,
|
|
258
|
+
38.7779998779297
|
|
259
|
+
]
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"mag": 0.77,
|
|
263
|
+
"place": "4 km NNW of The Geysers, CA",
|
|
264
|
+
"time": 1740082221410,
|
|
265
|
+
"status": "automatic",
|
|
266
|
+
"tsunami": 0,
|
|
267
|
+
"sig": 9,
|
|
268
|
+
"net": "nc",
|
|
269
|
+
"types": ",nearby-cities,origin,phase-data,",
|
|
270
|
+
"nst": 7,
|
|
271
|
+
"dmin": 0.006593,
|
|
272
|
+
"rms": 0.01,
|
|
273
|
+
"gap": 141,
|
|
274
|
+
"magType": "md",
|
|
275
|
+
"type": "earthquake",
|
|
276
|
+
"title": "M 0.8 - 4 km NNW of The Geysers, CA",
|
|
277
|
+
"coordinates": [
|
|
278
|
+
-122.78116607666,
|
|
279
|
+
38.8066673278809
|
|
280
|
+
]
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"mag": 0.76,
|
|
284
|
+
"place": "9 km NW of The Geysers, CA",
|
|
285
|
+
"time": 1740082075350,
|
|
286
|
+
"status": "automatic",
|
|
287
|
+
"tsunami": 0,
|
|
288
|
+
"sig": 9,
|
|
289
|
+
"net": "nc",
|
|
290
|
+
"types": ",nearby-cities,origin,phase-data,",
|
|
291
|
+
"nst": 12,
|
|
292
|
+
"dmin": 0.005851,
|
|
293
|
+
"rms": 0.02,
|
|
294
|
+
"gap": 80,
|
|
295
|
+
"magType": "md",
|
|
296
|
+
"type": "earthquake",
|
|
297
|
+
"title": "M 0.8 - 9 km NW of The Geysers, CA",
|
|
298
|
+
"coordinates": [
|
|
299
|
+
-122.842498779297,
|
|
300
|
+
38.8226661682129
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"mag": 1.8,
|
|
305
|
+
"place": "47 km ENE of Susitna North, Alaska",
|
|
306
|
+
"time": 1740081957855,
|
|
307
|
+
"status": "automatic",
|
|
308
|
+
"tsunami": 0,
|
|
309
|
+
"sig": 50,
|
|
310
|
+
"net": "ak",
|
|
311
|
+
"types": ",origin,phase-data,",
|
|
312
|
+
"rms": 0.79,
|
|
313
|
+
"magType": "ml",
|
|
314
|
+
"type": "earthquake",
|
|
315
|
+
"title": "M 1.8 - 47 km ENE of Susitna North, Alaska",
|
|
316
|
+
"coordinates": [
|
|
317
|
+
-149.0437,
|
|
318
|
+
62.3668
|
|
319
|
+
]
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"mag": 3.14,
|
|
323
|
+
"place": "73 km N of Brenas, Puerto Rico",
|
|
324
|
+
"time": 1740081663500,
|
|
325
|
+
"status": "reviewed",
|
|
326
|
+
"tsunami": 0,
|
|
327
|
+
"sig": 152,
|
|
328
|
+
"net": "pr",
|
|
329
|
+
"types": ",origin,phase-data,",
|
|
330
|
+
"nst": 10,
|
|
331
|
+
"dmin": 0.8083,
|
|
332
|
+
"rms": 0.23,
|
|
333
|
+
"gap": 271,
|
|
334
|
+
"magType": "md",
|
|
335
|
+
"type": "earthquake",
|
|
336
|
+
"title": "M 3.1 - 73 km N of Brenas, Puerto Rico",
|
|
337
|
+
"coordinates": [
|
|
338
|
+
-66.3835,
|
|
339
|
+
19.1311666666667
|
|
340
|
+
]
|
|
341
|
+
}
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
"code": 200
|
|
258
345
|
}
|
|
259
346
|
```
|
|
260
347
|
|
|
@@ -280,7 +367,7 @@ All usage of the APIVerve website, API, and services is subject to the [APIVerve
|
|
|
280
367
|
## License
|
|
281
368
|
Licensed under the The MIT License (MIT)
|
|
282
369
|
|
|
283
|
-
Copyright (©)
|
|
370
|
+
Copyright (©) 2025 APIVerve, and EvlarSoft LLC
|
|
284
371
|
|
|
285
372
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
286
373
|
|
package/package.json
CHANGED