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=23
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=24",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=22",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/branch_landuse/?format=api",
            "name": "branch_landuse",
            "description": "landuse"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/branch_landuse_en/?format=api",
            "name": "branch_landuse_en",
            "description": "test"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/branch_orange/?format=api",
            "name": "branch_orange",
            "description": "orange 0-0.5"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/branch_orange2/?format=api",
            "name": "branch_orange2",
            "description": "orange 0-0.5"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/branchuse/?format=api",
            "name": "branchuse",
            "description": "green yellow red test"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/branchuse_2/?format=api",
            "name": "branchuse_2",
            "description": "green yellow red test"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/brg/?format=api",
            "name": "brg",
            "description": "matplotlib Miscellaneous"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/brg_r/?format=api",
            "name": "brg_r",
            "description": "matplotlib Miscellaneous"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/bro/?format=api",
            "name": "bro",
            "description": "colourmap bro bodemkaart"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/bro_glg_median/?format=api",
            "name": "bro_glg_median",
            "description": "bro_glg_median"
        }
    ]
}