epsg4326 projection, spanning MODIS, VIIRS, AIRS, OMI, OMPS, CERES, AMSR, SMAP, MERRA-2, TEMPO, MISR, Landsat, and more. Filter by q (substring against identifier and title), format (image/png, image/jpeg, application/vnd.mapbox-vector-tile), and projection. Sugra does NOT proxy binary tiles. Data: NASA GIBS / NASA Earthdata (US public domain).x-api-key: ********************curl --location '/api/v1/environment/nasa-gibs/layers?q=MODIS&format=image%2Fjpeg&projection=epsg4326&limit=50&offset=0' \
--header 'x-api-key: <api-key>'{
"data": {
"projection": "epsg4326",
"pathway": "best",
"q": "string",
"format_filter": "string",
"total": 0,
"filtered": 0,
"count": 0,
"limit": 0,
"offset": 0,
"layers": [
{
"identifier": "MODIS_Terra_CorrectedReflectance_TrueColor",
"title": "Corrected Reflectance (True Color, Terra/MODIS)",
"format": "image/jpeg",
"tile_matrix_set": "string",
"projection": "epsg4326",
"bbox": [
0
],
"default_time": "string",
"temporal_extent_end": "string",
"has_time": true,
"is_vector_tile": true
}
],
"attribution": "NASA GIBS / NASA Earthdata (US public domain)",
"proxy_note": "string"
},
"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
}
}