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=5
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=6",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BuGn_r/?format=api",
            "name": "BuGn_r",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BuPu/?format=api",
            "name": "BuPu",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BuPu_r/?format=api",
            "name": "BuPu_r",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BuYlGn/?format=api",
            "name": "BuYlGn",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/CMRmap/?format=api",
            "name": "CMRmap",
            "description": "matplotlib Miscellaneous"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/CMRmap_r/?format=api",
            "name": "CMRmap_r",
            "description": "matplotlib Miscellaneous"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/ChangeBoolean/?format=api",
            "name": "ChangeBoolean",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Change_4classes/?format=api",
            "name": "Change_4classes",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/ContinueLowHighErosion/?format=api",
            "name": "ContinueLowHighErosion",
            "description": "GradientColormap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/CropPattern_rice_d/?format=api",
            "name": "CropPattern_rice_d",
            "description": "DiscreteColorMap"
        }
    ]
}