← Back to catalog
eonet.layers
mock data$0.001 / callGet 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.
Input schema
category_idrequired
stringCategory ID to retrieve GIS web service layers for. Available IDs: drought, dustHaze, earthquakes, floods, landslides, manmade, seaLakeIce, severeStorms, snow, tempExtremes, volcanoes, waterColor, wildfires.
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>"}'