v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Environment

Available time intervals for a NASA GIBS layer

Available timestamps for the layer. Preferentially fetches the per-layer Domains XML (authoritative, cached 6 hours) which NASA GIBS generates from the backing tile index. Falls back to the intervals declared in the WMTS capabilities document if Domains is unavailable. Intervals follow ISO 8601 (start/end/period with P1D daily, P1M monthly, P8D 8-day, etc). Multiple intervals indicate instrument gaps. Data: NASA GIBS / NASA Earthdata (US public domain).

get/api/v1/environment/nasa-gibs/layer/{layer_id}/time-range

Path parameters

layer_idstring required

GIBS layer identifier (case-sensitive).

GIBS layer identifier (case-sensitive).

Query parameters

projectionstring

Catalog projection used to resolve the layer's TileMatrixSet.

Catalog projection used to resolve the layer's TileMatrixSet.

Response

Available time intervals. Data: NASA GIBS / NASA Earthdata (US public domain).

Example response

{
  "data": {
    "layer_id": "MODIS_Terra_CorrectedReflectance_TrueColor",
    "projection": "epsg4326",
    "tile_matrix_set": "250m",
    "source": "domains",
    "intervals": [
      {
        "start": "2000-02-24",
        "end": "2026-04-19",
        "period": "P1D",
        "raw": "2000-02-24/2026-04-19/P1D"
      }
    ],
    "latest_end": "2026-04-19",
    "default_time": "2026-01-01",
    "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": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}