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=31
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=32",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=30",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/gw_nl/?format=api",
            "name": "gw_nl",
            "description": "Grondwaterstand NL"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/heat-1801c/?format=api",
            "name": "heat-1801c",
            "description": "new"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/heat-klimaat/?format=api",
            "name": "heat-klimaat",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/heatstress/?format=api",
            "name": "heatstress",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/hill/?format=api",
            "name": "hill",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/hittekaart_pet_cas/?format=api",
            "name": "hittekaart_pet_cas",
            "description": "PET"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/hot/?format=api",
            "name": "hot",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/hot_r/?format=api",
            "name": "hot_r",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/hsv/?format=api",
            "name": "hsv",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/hsv_r/?format=api",
            "name": "hsv_r",
            "description": "matplotlib"
        }
    ]
}