time, z, x, y (and optionally format / projection) into the layer's ResourceURL template. Returns a JSON record with the constructed URL; clients must fetch the tile directly from the NASA GIBS CloudFront CDN. Sugra does NOT proxy binary tiles: tile fetches through Sugra would cost bandwidth on the Azure App Service for zero added value given NASA's global edge network. Data: NASA GIBS / NASA Earthdata (US public domain).x-api-key: ********************curl --location '/api/v1/environment/nasa-gibs/layer/MODIS_Terra_CorrectedReflectance_TrueColor/tile-url?time=2025-04-18&z=6&x=36&y=13&format=image%2Fjpeg&projection=epsg4326' \
--header 'x-api-key: <api-key>'{
"data": {
"layer_id": "MODIS_Terra_CorrectedReflectance_TrueColor",
"time": "string",
"projection": "epsg4326",
"pathway": "best",
"tile_matrix_set": "250m",
"format": "image/jpeg",
"z": 6,
"x": 36,
"y": 13,
"url": "https://gibs.earthdata.nasa.gov/wmts/epsg4326/best/MODIS_Terra_CorrectedReflectance_TrueColor/default/2025-04-18/250m/6/13/36.jpg",
"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
}
}