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=36
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=37",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=35",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-fun/?format=api",
            "name": "lc-fun",
            "description": "Landgebruik functioneel"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-fun-1801c/?format=api",
            "name": "lc-fun-1801c",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-fun-2020/?format=api",
            "name": "lc-fun-2020",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-fun-old/?format=api",
            "name": "lc-fun-old",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-fun_klimaatatlas/?format=api",
            "name": "lc-fun_klimaatatlas",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-glc10/?format=api",
            "name": "lc-glc10",
            "description": "DiscreteColorMap - GLC 10"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-idn-estate-crops/?format=api",
            "name": "lc-idn-estate-crops",
            "description": "DiscreteColormap - Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-ind-bangka/?format=api",
            "name": "lc-ind-bangka",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-ind-rice/?format=api",
            "name": "lc-ind-rice",
            "description": "DiscreteColorMap - R0047 Smartseeds"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-phy/?format=api",
            "name": "lc-phy",
            "description": "NenS"
        }
    ]
}