UnifyAPI
← Back to catalog

eonet.event_detail

mock data$0.001 / call

Get 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.

Space & Astronomyprovider: Eonet#eonet#space

Input schema

idrequired

EONET event ID (e.g. "EONET_20606"). Obtain from the eonet.events.list tool.

string

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

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.