GET /iceland/quakes/recent
Recent earthquakes inside Iceland's bounding box (lat 63-67, lon -25 to -13) via USGS FDSN. Defaults: last 30 days, M ≥ 2.0.
start_date
необязательный
YYYY-MM-DD
min_magnitude
необязательный
по умолчанию: 2.0
Minimum magnitude
| Название | Обязательный | По умолчанию | Описание |
|---|---|---|---|
start_date |
Нет | - | YYYY-MM-DD |
min_magnitude |
Нет | 2.0 | Minimum magnitude |
curl https://nordapi.ee/api/v1/iceland/quakes/recent
{
"data": {
"features": [
{
"geometry": {
"coordinates": [
-17.8282,
64.5165,
10
],
"type": "Point"
},
"id": "us7000si6s",
"properties": {
"alert": null,
"cdi": null,
"code": "7000si6s",
"detail": "https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000si6s&format=geojson",
"dmin": 1.525,
"felt": null,
"gap": 120,
"ids": ",us7000si6s,",
"mag": 4.2,
"magType": "mb",
"mmi": null,
"net": "us",
"nst": 33,
"place": "129 km WNW of Höfn, Iceland",
"rms": 0.87,
"sig": 271,
"sources": ",us,",
"status": "reviewed",
"time": 1777127689593,
"title": "M 4.2 - 129 km WNW of Höfn, Iceland",
"tsunami": 0,
"type": "earthquake",
"types": ",origin,phase-data,",
"tz": null,
"updated": 1779295488040,
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us7000si6s"
},
"type": "Feature"
}
],
"metadata": {
"api": "2.4.0",
"count": 1,
"generated": 1779443817000,
"status": 200,
"title": "USGS Earthquakes",
"url": "https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&minlatitude=63&maxlatitude=67&minlongitude=-25&maxlongitude=-13&starttime=2026-04-22&minmagnitude=2.0&orderby=time"
},
"type": "FeatureCollection"
},
"success": true
}