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=45
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=46",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=44",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/spring/?format=api",
            "name": "spring",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/spring_r/?format=api",
            "name": "spring_r",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/stern/?format=api",
            "name": "stern",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/stern_r/?format=api",
            "name": "stern_r",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/stream/?format=api",
            "name": "stream",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/su-demo/?format=api",
            "name": "su-demo",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/su-world/?format=api",
            "name": "su-world",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/summer/?format=api",
            "name": "summer",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/summer_r/?format=api",
            "name": "summer_r",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/taiwan_rain/?format=api",
            "name": "taiwan_rain",
            "description": null
        }
    ]
}