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=26
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=27",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=25",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/dem-world/?format=api",
            "name": "dem-world",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/dem_nl/?format=api",
            "name": "dem_nl",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/denhaag_uitzakking_laagste_gws/?format=api",
            "name": "denhaag_uitzakking_laagste_gws",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/depth_option_01/?format=api",
            "name": "depth_option_01",
            "description": "Waterdepth_option_01"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/depth_option_02/?format=api",
            "name": "depth_option_02",
            "description": "Waterdepth_option_02"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/depth_option_03/?format=api",
            "name": "depth_option_03",
            "description": "Waterdepth_option_03"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/depth_option_04/?format=api",
            "name": "depth_option_04",
            "description": "Waterdepth_option_04"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/depth_option_05/?format=api",
            "name": "depth_option_05",
            "description": "Waterdepth_option_05"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/depth_option_06/?format=api",
            "name": "depth_option_06",
            "description": "Waterdepth_option_06"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/depth_option_07/?format=api",
            "name": "depth_option_07",
            "description": "Waterdepth_option_07"
        }
    ]
}