← Back to catalog
eonet.event_detail
mock data$0.001 / callGet Natural Event Detail
Retrieve the full detail record for a specific NASA EONET natural disaster event by its EONET event ID (e.g. "EONET_20606"). Returns all geometry points (coordinates, magnitude, timestamps) for the entire event lifecycle, associated categories, and primary data source URLs. Useful for tracking the full track of a hurricane, the spread of a wildfire, or the progression of a flood. Obtain EONET IDs from the eonet.events.list tool.
Input schema
idrequired
stringEONET event ID (e.g. "EONET_20606"). Obtain from the eonet.events.list tool.
Call via REST
curl -X POST https://unifyapi.pro/api/call/eonet.event_detail \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"id":"<id>"}'