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=27
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=28",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=26",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/depth_option_08/?format=api",
            "name": "depth_option_08",
            "description": "Waterdepth_option_08"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/depth_option_09/?format=api",
            "name": "depth_option_09",
            "description": "Waterdepth_option_09"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/depth_option_10/?format=api",
            "name": "depth_option_10",
            "description": "Waterdepth_option_10"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/depth_option_11/?format=api",
            "name": "depth_option_11",
            "description": "Waterdepth_option_11"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/dikte_deklaag_zwijndrecht/?format=api",
            "name": "dikte_deklaag_zwijndrecht",
            "description": "dikte [m]"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/dikte_kleiveen_zwijndrecht/?format=api",
            "name": "dikte_kleiveen_zwijndrecht",
            "description": "dikte [m]"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/drooglegging_discrete/?format=api",
            "name": "drooglegging_discrete",
            "description": "Drooglegging Discrete"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/drought/?format=api",
            "name": "drought",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/drought_forecast/?format=api",
            "name": "drought_forecast",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/drought_index/?format=api",
            "name": "drought_index",
            "description": null
        }
    ]
}