https://gibs.earthdata.nasa.gov/colormaps/v1.3/. Each entry maps a layer identifier to the colormap URL; clients dereference the URL to obtain RGB stops, value ranges, and legend metadata. Cached 7 days - colormaps change rarely once a layer ships. Data: NASA GIBS / NASA Earthdata (US public domain).x-api-key: ********************curl --location '/api/v1/environment/nasa-gibs/colormaps' \
--header 'x-api-key: <api-key>'{
"data": {
"version": "v1.3",
"count": 0,
"entries": [
{
"identifier": "MERRA2_2m_Air_Temperature_Monthly",
"url": "https://gibs.earthdata.nasa.gov/colormaps/v1.3/MERRA2_2m_Air_Temperature_Monthly.xml"
}
],
"attribution": "NASA GIBS / NASA Earthdata (US public domain)"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}