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=4
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=5",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Blues_trans/?format=api",
            "name": "Blues_trans",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Blues_trans0/?format=api",
            "name": "Blues_trans0",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Blues_trans_gradual/?format=api",
            "name": "Blues_trans_gradual",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BooleanWarning/?format=api",
            "name": "BooleanWarning",
            "description": "Warning or no warning"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BrBG/?format=api",
            "name": "BrBG",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BrBG_r/?format=api",
            "name": "BrBG_r",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BrOrYe/?format=api",
            "name": "BrOrYe",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BrYlBu/?format=api",
            "name": "BrYlBu",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BrYlBu_r/?format=api",
            "name": "BrYlBu_r",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BuGn/?format=api",
            "name": "BuGn",
            "description": "matplotlib ColorBrewer Sequential"
        }
    ]
}