← Vetenskap & rymd

Betydande jordbävningar

GET /earthquakes/significant

Hämta endast de mest betydande nyliga jordbävningarna (magnitud 6,0 och högre) från USGS. Dessa är de händelser som kan orsaka stora skador och känns över vidsträckta områden. Returnerar plats, magnitud, djup och tid. Användbart för dashboards för katastrofhantering, nyhetsappar som bevakar naturkatastrofer och globala riskbedömningsverktyg som fokuserar på seismiska händelser med stor påverkan.

Se det visualiserat

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/earthquakes/significant

Livesvar

{
  "count": 7,
  "data": [
    {
      "depth_km": 10,
      "id": "us6000sz1d",
      "latitude": -55.984,
      "longitude": -122.2988,
      "magnitude": 6.6,
      "place": "southern East Pacific Rise",
      "time": 1779298981910,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000sz1d"
    },
    {
      "depth_km": 51.245,
      "id": "us6000sy84",
      "latitude": 17.4295,
      "longitude": -61.2938,
      "magnitude": 6,
      "place": "60 km ESE of Codrington, Antigua and Barbuda",
      "time": 1778943005948,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000sy84"
    },
    {
      "depth_km": 43.592,
      "id": "us6000sxwq",
      "latitude": 38.9127,
      "longitude": 142.2498,
      "magnitude": 6.7,
      "place": "49 km ESE of Ōfunato, Japan",
      "time": 1778844121649,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000sxwq"
    },
    {
      "depth_km": 146.066,
      "id": "us6000sxqf",
      "latitude": -6.198,
      "longitude": 130.3702,
      "magnitude": 6.2,
      "place": "271 km WSW of Tual, Indonesia",
      "time": 1778781194710,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000sxqf"
    },
    {
      "depth_km": 16.3,
      "id": "aka2026jcufoy",
      "latitude": 50.981,
      "longitude": 179.214,
      "magnitude": 6.1,
      "place": "Rat Islands, Aleutian Islands, Alaska",
      "time": 1778301741975,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/aka2026jcufoy"
    },
    {
      "depth_km": 73.268,
      "id": "us7000si2z",
      "latitude": 11.7774,
      "longitude": 125.3718,
      "magnitude": 6,
      "place": "5 km WNW of Nena, Philippines",
      "time": 1777874990058,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us7000si2z"
    },
    {
      "depth_km": 81,
      "id": "us6000st1m",
      "latitude": 42.7102,
      "longitude": 142.8944,
      "magnitude": 6.1,
      "place": "24 km WNW of Sarabetsu, Japan",
      "time": 1777235035653,
      "tsunami": false,
      "type": "earthquake",
      "url": "https://earthquake.usgs.gov/earthquakes/eventpage/us6000st1m"
    }
  ],
  "success": true
}