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=24
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=25",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=23",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/bwr/?format=api",
            "name": "bwr",
            "description": "matplotlib Miscellaneous"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/bwr_r/?format=api",
            "name": "bwr_r",
            "description": "matplotlib Miscellaneous"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/climate_suitability_salad/?format=api",
            "name": "climate_suitability_salad",
            "description": "continious colormap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/cm_bofek_2012_hhsk/?format=api",
            "name": "cm_bofek_2012_hhsk",
            "description": "colormap voor bofek kaart"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/cool/?format=api",
            "name": "cool",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/cool_r/?format=api",
            "name": "cool_r",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/coolwarm/?format=api",
            "name": "coolwarm",
            "description": "matplotlib Miscellaneous"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/coolwarm_r/?format=api",
            "name": "coolwarm_r",
            "description": "matplotlib Miscellaneous"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/copper/?format=api",
            "name": "copper",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/copper_r/?format=api",
            "name": "copper_r",
            "description": "matplotlib"
        }
    ]
}