← 科学与太空

重大地震

GET /earthquakes/significant

仅获取 USGS 最近的重大地震(6.0 级及以上)。这些事件可能造成重大破坏并在广大区域内被感知。返回位置、震级、深度和时间。适用于灾害响应仪表板、报道自然灾害的新闻应用和聚焦高影响地震事件的全球风险评估工具。

查看可视化效果

请求示例

基本用法
curl https://nordapi.ee/api/v1/earthquakes/significant

实时响应

{
  "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
}