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=13
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=14",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=12",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Oranges_r/?format=api",
            "name": "Oranges_r",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/PRGn/?format=api",
            "name": "PRGn",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/PRGn_r/?format=api",
            "name": "PRGn_r",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Paired/?format=api",
            "name": "Paired",
            "description": "matplotlib ColorBrewer Qualitative"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Paired_r/?format=api",
            "name": "Paired_r",
            "description": "matplotlib ColorBrewer Qualitative"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Pastel1/?format=api",
            "name": "Pastel1",
            "description": "matplotlib ColorBrewer Qualitative"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Pastel1_r/?format=api",
            "name": "Pastel1_r",
            "description": "matplotlib ColorBrewer Qualitative"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Pastel2/?format=api",
            "name": "Pastel2",
            "description": "matplotlib ColorBrewer Qualitative"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Pastel2_r/?format=api",
            "name": "Pastel2_r",
            "description": "matplotlib ColorBrewer Qualitative"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/PiYG/?format=api",
            "name": "PiYG",
            "description": "matplotlib ColorBrewer Diverging"
        }
    ]
}