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=16
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=17",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=15",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RdGy/?format=api",
            "name": "RdGy",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RdGy_r/?format=api",
            "name": "RdGy_r",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RdOrYl/?format=api",
            "name": "RdOrYl",
            "description": "for Arrival times"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RdPu/?format=api",
            "name": "RdPu",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RdPu_r/?format=api",
            "name": "RdPu_r",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RdYlBu/?format=api",
            "name": "RdYlBu",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RdYlBu_r/?format=api",
            "name": "RdYlBu_r",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RdYlGn/?format=api",
            "name": "RdYlGn",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RdYlGn_r/?format=api",
            "name": "RdYlGn_r",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RedWhiBlu/?format=api",
            "name": "RedWhiBlu",
            "description": "Blue White Red for twn"
        }
    ]
}