/v1/events
Active (or past) natural events
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/naturalevents-api/v1/events" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/naturalevents-api/v1/events", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/naturalevents-api/v1/events");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/naturalevents-api/v1/events",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"count": 30,
"events": [
{
"id": "EONET_20279",
"link": "https://eonet.gsfc.nasa.gov/api/v3/events/EONET_20279",
"title": "Typhoon Jangmi",
"latest": {
"date": "2026-05-31T00:00:00Z",
"latitude": 20.9,
"longitude": 128.1,
"magnitude": 70,
"magnitude_unit": "kts"
},
"status": "open",
"sources": [
{
"id": "JTWC",
"url": "https://www.metoc.navy.mil/jtwc/products/wp0626.tcw"
}
],
"categories": [
"Severe Storms"
],
"closed_date": null,
"data_points": 12
},
{
"id": "EONET_20254",
"link": "https://eonet.gsfc.nasa.gov/api/v3/events/EONET_20254",
"title": "Black Ridge Wildfire, Lincoln, Idaho",
"latest": {
"date": "2026-05-25T20:50:00Z",
"latitude": 43.050333,
"longitude": -113.935667,
"magnitude": 1500,
"magnitude_unit": "acres"
},
"status": "open",
"sources": [
{
"id": "IRWIN",
"url": "https://irwin.doi.gov/observer/incidents/ed35c822-3212-4d00-af01-d65afe675168"
}
],
"categories": [
"Wildfires"
],
"closed_date": null,
"data_points": 1
},
{
"id": "EONET_20251",
"link": "https://eonet.gsfc.nasa.gov/api/v3/events/EONET_20251",
"title": "Dewoff Wildfire, Blaine, Idaho",
"latest": {
"date": "2026-05-25T20:35:00Z",
"latitude": 42.67045,
"longitude": -113.248133,
"magnitude": 2078,
"magnitude_unit": "acres"
},
"status": "open",
"sources": [
{
"id": "IRWIN",
"url": "https://irwin.doi.gov/observer/incidents/63e275b2-99b7-4e33-8a38-cd6b677f2132"
}
],
"categories": [
"Wildfires"
],
"closed_date": null,
"data_points": 1
},
{
"id": "EONET_20252",
"link": "https://eonet.gsfc.nasa.gov/api/v3/events/EONET_20252",
"title": "0231 ZEN Wildfire, Wasco, Oregon",
"latest": {
"date": "2026-05-25T19:11:
…