GET /iceland/quakes/recent
Senaste jordbävningarna inom Islands avgränsningsbox (lat 63-67, lon -25 till -13) via USGS FDSN. Standard: senaste 30 dagarna, M ≥ 2,0.
start_date
valfri
YYYY-MM-DD
min_magnitude
valfri
standard: 2.0
Minimum magnitude
| Namn | Obligatorisk | Standard | Beskrivning |
|---|---|---|---|
start_date |
Nej | - | YYYY-MM-DD |
min_magnitude |
Nej | 2.0 | Minimum magnitude |
curl https://nordapi.ee/api/v1/iceland/quakes/recent
{
"data": {
"features": [
{
"geometry": {
"coordinates": [
-23.2345,
63.8453,
10
],
"type": "Point"
},
"id": "us6000tnbf",
"properties": {
"alert": null,
"cdi": null,
"code": "6000tnbf",
"detail": "https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us6000tnbf&format=geojson",
"dmin": 1.23,
"felt": null,
"gap": 117,
"ids": ",us6000tnbf,",
"mag": 4.2,
"magType": "mb",
"mmi": null,
"net": "us",
"nst": 30,
"place": "33 km SW of Sandgerði, Iceland",
"rms": 0.82,
"sig": 271,
"sources": ",us,",
"status": "reviewed",
"time": 1787636768079,
"title": "M 4.2 - 33 km SW of Sandgerði, Iceland",
"tsunami": 0,
"type": "earthquake",
"types": ",origin,phase-data,",
"tz": null,
"updated": 1787639490040,
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000tnbf"
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
-23.419,
63.7469,
10
],
"type": "Point"
},
"id": "us6000tnav",
"properties": {
"alert": null,
"cdi": null,
"code": "6000tnav",
"detail": "https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us6000tnav&format=geojson",
"dmin": 1.358,
"felt": null,
"gap": 104,
"ids": ",us6000tnav,",
"mag": 4.4,
"magType": "mb",
"mmi": null,
"net": "us",
"nst": 52,
"place": "47 km SW of Sandgerði, Iceland",
"rms": 0.9,
"sig": 298,
"sources": ",us,",
"status": "reviewed",
"time": 1787629090923,
"title": "M 4.4 - 47 km SW of Sandgerði, Iceland",
"tsunami": 0,
"type": "earthquake",
"types": ",origin,phase-data,",
"tz": null,
"updated": 1787630455040,
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000tnav"
},
"type": "Feature"
}
],
"metadata": {
"api": "2.7.0",
"count": 2,
"generated": 1788394237000,
"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-08-04&minmagnitude=2.0&orderby=time"
},
"type": "FeatureCollection"
},
"success": true
}