UnifyAPI
← Back to catalog

eonet.categories

mock data$0.001 / call

List EONET Event Categories

List all available natural event categories in the NASA EONET system with their IDs, titles, and descriptions. Returns all 13 categories: drought, dustHaze, earthquakes, floods, landslides, manmade, seaLakeIce, severeStorms, snow, tempExtremes, volcanoes, waterColor, wildfires. Use category IDs as the "category" filter in eonet.events.list and as the "category_id" parameter in eonet.events.layers. No auth required.

Space & Astronomyprovider: Eonet#eonet#space

Input schema

locale

Reserved for future use. Currently EONET returns English-only category names and descriptions.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/eonet.categories \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"locale":"<locale>"}'

Try it

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