← Vitenskap og romfart

Nylige jordskjelv

GET /earthquakes

Hent nylige jordskjelv over hele verden fra USGS (United States Geological Survey) seismiske nettverk. Returnerer sted, styrke, dybde, tid og koordinater for hver hendelse. Filtrer etter minimumsstyrke (standard 2.5) og begrens resultater. Nyttig for seismologidashbord, overvåkingsverktøy for naturkatastrofer, sikkerhetsvarslingssystemer og utdanningsapper om platetektonikk. Data oppdateres i nesten sanntid.

Parametere

min_magnitude valgfri standard: 2.5

Minimum magnitude

limit valgfri standard: 20

Limit

Eksempelforespørsler

Grunnleggende bruk
curl https://nordapi.ee/api/v1/earthquakes
All earthquakes above magnitude 4
curl "https://nordapi.ee/api/v1/earthquakes?min_magnitude=4&limit=10"
Last 50 earthquakes worldwide
curl "https://nordapi.ee/api/v1/earthquakes?limit=50"
Only significant earthquakes (mag 6+)
curl "https://nordapi.ee/api/v1/earthquakes?min_magnitude=6"

Livesvar

{
  "count": 20,
  "data": [
    {
      "depth_km": 5,
      "id": "us6000szfq",
      "latitude": 60.3985,
      "longitude": -139.5015,
      "magnitude": 2.6,
      "place": "95 km N of Yakutat, Alaska",
      "time": 1779438068203,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000szfq"
    },
    {
      "depth_km": 10,
      "id": "us6000szfp",
      "latitude": -61.6801,
      "longitude": 154.2037,
      "magnitude": 4.9,
      "place": "Balleny Islands region",
      "time": 1779437061659,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000szfp"
    },
    {
      "depth_km": 10,
      "id": "us6000szfh",
      "latitude": 18.0087,
      "longitude": -67.1854,
      "magnitude": 2.7,
      "place": "2 km SW of Boquerón, Puerto Rico",
      "time": 1779433775274,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000szfh"
    },
    {
      "depth_km": 10,
      "id": "us6000szfd",
      "latitude": 51.9382,
      "longitude": -169.1042,
      "magnitude": 4.7,
      "place": "112 km S of Nikolski, Alaska",
      "time": 1779431617455,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000szfd"
    },
    {
      "depth_km": 68.74,
      "id": "pr71517518",
      "latitude": 18.6061666666667,
      "longitude": -66.1338333333333,
      "magnitude": 2.67,
      "place": "15 km N of San Juan, Puerto Rico",
      "time": 1779424623810,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr71517518"
    },
    {
      "depth_km": 0.89,
      "id": "ci41472056",
      "latitude": 35.0303333333333,
      "longitude": -119.128833333333,
      "magnitude": 2.74,
      "place": "21 km WNW of Grapevine, CA",
      "time": 1779424318700,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci41472056"
    },
    {
      "depth_km": 5.3308,
      "id": "tx2026jzctfl",
      "latitude": 31.73,
      "longitude": -104.354,
      "magnitude": 2.5,
      "place": "49 km S of Whites City, New Mexico",
      "time": 1779421306885,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/tx2026jzctfl"
    },
    {
      "depth_km": 176.237,
      "id": "us6000szek",
      "latitude": -22.6221,
      "longitude": -67.5857,
      "magnitude": 4.3,
      "place": "70 km ENE of San Pedro de Atacama, Chile",
      "time": 1779419712742,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000szek"
    },
    {
      "depth_km": 5.15999984741211,
      "id": "ci41471960",
      "latitude": 32.3686676025391,
      "longitude": -115.26016998291,
      "magnitude": 3.438380009492,
      "place": "6 km WNW of Delta, B.C., MX",
      "time": 1779412242850,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci41471960"
    },
    {
      "depth_km": 10,
      "id": "us6000sze1",
      "latitude": 16.5273,
      "longitude": -46.6299,
      "magnitude": 5.1,
      "place": "northern Mid-Atlantic Ridge",
      "time": 1779412012610,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000sze1"
    },
    {
      "depth_km": 35,
      "id": "us6000szdy",
      "latitude": 1.0433,
      "longitude": 126.067,
      "magnitude": 5.9,
      "place": "113 km ESE of Bitung, Indonesia",
      "time": 1779411908540,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000szdy"
    },
    {
      "depth_km": 32.04,
      "id": "hv74965612",
      "latitude": 19.2456666666667,
      "longitude": -155.537666666667,
      "magnitude": 3.03,
      "place": "7 km NW of Pāhala, Hawaii",
      "time": 1779408638270,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv74965612"
    },
    {
      "depth_km": 31.88,
      "id": "hv74965437",
      "latitude": 19.219,
      "longitude": -155.478166666667,
      "magnitude": 2.73,
      "place": "1 km N of Pāhala, Hawaii",
      "time": 1779396796190,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv74965437"
    },
    {
      "depth_km": 40.8,
      "id": "pr71517508",
      "latitude": 17.7105,
      "longitude": -64.1085,
      "magnitude": 3.1,
      "place": "63 km E of Christiansted, U.S. Virgin Islands",
      "time": 1779391719670,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr71517508"
    },
    {
      "depth_km": 10,
      "id": "nc75366637",
      "latitude": 40.3773333333333,
      "longitude": -125.010666666667,
      "magnitude": 3.89,
      "place": "62 km W of Petrolia, CA",
      "time": 1779390010190,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc75366637"
    },
    {
      "depth_km": 40.75,
      "id": "pr71517498",
      "latitude": 19.199,
      "longitude": -64.3918333333333,
      "magnitude": 3.15,
      "place": "104 km NNE of Cruz Bay, U.S. Virgin Islands",
      "time": 1779385911840,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr71517498"
    },
    {
      "depth_km": 8.457,
      "id": "tx2026jyhaxp",
      "latitude": 28.799,
      "longitude": -98.98,
      "magnitude": 2.7,
      "place": "15 km SE of Pearsall, Texas",
      "time": 1779382014711,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/tx2026jyhaxp"
    },
    {
      "depth_km": 132.199,
      "id": "us6000szad",
      "latitude": 5.6498,
      "longitude": 126.7968,
      "magnitude": 4.7,
      "place": "104 km SE of Pondaguitan, Philippines",
      "time": 1779381956677,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000szad"
    },
    {
      "depth_km": 19.07,
      "id": "ci41471624",
      "latitude": 32.9585,
      "longitude": -115.8535,
      "magnitude": 2.97,
      "place": "23 km WSW of Westmorland, CA",
      "time": 1779377955180,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci41471624"
    },
    {
      "depth_km": 10,
      "id": "us6000szc4",
      "latitude": 51.085,
      "longitude": -178.567,
      "magnitude": 3.5,
      "place": "160 km SW of Adak, Alaska",
      "time": 1779377593514,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000szc4"
    }
  ],
  "success": true
}