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=20
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=21",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=19",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/YlGnBu_discrete/?format=api",
            "name": "YlGnBu_discrete",
            "description": "gebaseerd op YlGnBu"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/YlGnBu_r/?format=api",
            "name": "YlGnBu_r",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/YlGn_r/?format=api",
            "name": "YlGn_r",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/YlOrBr/?format=api",
            "name": "YlOrBr",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/YlOrBr_r/?format=api",
            "name": "YlOrBr_r",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/YlOrRd/?format=api",
            "name": "YlOrRd",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/YlOrRd_r/?format=api",
            "name": "YlOrRd_r",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/YlOrRd_w/?format=api",
            "name": "YlOrRd_w",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/autumn/?format=api",
            "name": "autumn",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/autumn_r/?format=api",
            "name": "autumn_r",
            "description": "matplotlib"
        }
    ]
}