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=30
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=31",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=29",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/gray/?format=api",
            "name": "gray",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/gray_r/?format=api",
            "name": "gray_r",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/greenpluswater3/?format=api",
            "name": "greenpluswater3",
            "description": "green, then water and at the highest values clouds"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/greenpluswater4/?format=api",
            "name": "greenpluswater4",
            "description": "green, then (dark blue) water and at the highest values clouds"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/greenpluswater6/?format=api",
            "name": "greenpluswater6",
            "description": "green, water and then invalid (1-102)"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/greenpluswaterDISCREET4/?format=api",
            "name": "greenpluswaterDISCREET4",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/greens_transparant/?format=api",
            "name": "greens_transparant",
            "description": "NenS matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/groningen_3di/?format=api",
            "name": "groningen_3di",
            "description": "Maximale waterdiepte Groningen"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/groundwater_deltaGHG/?format=api",
            "name": "groundwater_deltaGHG",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/groundwater_deltaGLG/?format=api",
            "name": "groundwater_deltaGLG",
            "description": null
        }
    ]
}