Endpoint (read-only) for listing predefined colormaps.

A colormap is used when rendering rasters in the WMS endpoint.

GET /api/v4/colormaps/?format=api&page=34
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 486,
    "next": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=35",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=33",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/krw/?format=api",
            "name": "krw",
            "description": "KRW ecological status"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/landuse-crops-s1/?format=api",
            "name": "landuse-crops-s1",
            "description": "DiscreteColormap - Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/landuse-crops-syria/?format=api",
            "name": "landuse-crops-syria",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-2020-esa/?format=api",
            "name": "lc-2020-esa",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-bd-sentinel/?format=api",
            "name": "lc-bd-sentinel",
            "description": "DiscreteColorMap - Q0028 Bangladesh"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-bd-sentinel2/?format=api",
            "name": "lc-bd-sentinel2",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-beira/?format=api",
            "name": "lc-beira",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-demo/?format=api",
            "name": "lc-demo",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-esa-2020/?format=api",
            "name": "lc-esa-2020",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-esa-burkinafaso-ifad/?format=api",
            "name": "lc-esa-burkinafaso-ifad",
            "description": "DiscreteColorMap_EO4SD_BF_IFAD"
        }
    ]
}