GET /earthquakes/significant
Get only the most significant recent earthquakes (magnitude 6.0 and above) from USGS. These are the events that can cause major damage and are felt across wide areas. Returns location, magnitude, depth, and time. Useful for disaster response dashboards, news apps covering natural disasters, and global risk assessment tools that focus on high-impact seismic events.
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
}