UnifyAPI
← Back to catalog

eonet.layers

mock data$0.001 / call

Get EONET GIS Visualization Layers

Retrieve GIS web service layers available for a specific EONET event category. Returns WMTS/WMS layer configurations from NASA GIBS (Global Imagery Browse Services) that can be used to visualize satellite imagery relevant to the event type (e.g. fire radiative power for wildfires, aerosol optical depth for dust/haze, sea surface temperature for storms). Each layer includes service URL, tile matrix set, and image format for integration with mapping tools like Leaflet, OpenLayers, or QGIS. Pass a category ID from eonet.events.categories.

Space & Astronomyprovider: Eonet#eonet#space

Input schema

category_idrequired

Category ID to retrieve GIS web service layers for. Available IDs: drought, dustHaze, earthquakes, floods, landslides, manmade, seaLakeIce, severeStorms, snow, tempExtremes, volcanoes, waterColor, wildfires.

string

Call via REST

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

Try it

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