Back to catalog
Cortexa research tool·genomics·nasa_eonet
NASAEONET Get Events
Get natural event data from NASA Earth Observatory Natural Event Tracker (EONET). EONET tracks ongoing and historical natural events including wildfires, storms, volcanoes, floods, sea ice changes, landslides, earthquakes, and more. Returns event details with geographic coordinates, time series, and source references. Useful for disaster monitoring, environmental research, and geospatial analysis.
Livelast probed 2026-05-01 01:00Z· 1432msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1432ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"bbox": {
"description": "Bounding box filter: 'minLon,minLat,maxLon,maxLat'. Example: '-120,30,-100,50' for western US",
"type": [
"string",
"null"
]
},
"category": {
"description": "Filter by event category. Values: 'wildfires', 'severeStorms', 'volcanoes', 'seaLakeIce', 'earthquakes', 'floods', 'landslides', 'manmade', 'snow'. Use the exact slug.",
"type": [
"string",
"null"
]
},
"days": {
"description": "Return events in the last N days. Example: 7 for last week. Ignored if start/end are set.",
"type": [
"integer",
"null"
]
},
"end": {
"description": "Filter events up to this date (YYYY-MM-DD). Example: '2024-12-31'",
"type": [
"string",
"null"
]
},
"limit": {
"description": "Maximum number of events to return (default 10, max 1000)",
"type": [
"integer",
"null"
]
},
"source": {
"description": "Filter by data source. Examples: 'GDACS', 'InciWeb', 'IRWIN'",
"type": [
"string",
"null"
]
},
"start": {
"description": "Filter events starting from this date (YYYY-MM-DD). Example: '2024-01-01'",
"type": [
"string",
"null"
]
},
"status": {
"description": "Event status: 'open' (ongoing events) or 'closed' (past events). Default: both",
"type": [
"string",
"null"
]
}
},
"required": [],
"type": "object"
}Examples (1)
Default NASAEONET Get Events call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_NASAEONET_get_events
- Tool name
- NASAEONET_get_events
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse