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=41
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=42",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=40",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/pink_r/?format=api",
            "name": "pink_r",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/q0165_GRIP_3change/?format=api",
            "name": "q0165_GRIP_3change",
            "description": "GR-IP labels and colours (EO4SD)"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/radar/?format=api",
            "name": "radar",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/radar-5min/?format=api",
            "name": "radar-5min",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/radar-day/?format=api",
            "name": "radar-day",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/radar-hour/?format=api",
            "name": "radar-hour",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/radar-month/?format=api",
            "name": "radar-month",
            "description": "Radar month aggregation"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/radar-ms/?format=api",
            "name": "radar-ms",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/rainbow/?format=api",
            "name": "rainbow",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/rainbow_log/?format=api",
            "name": "rainbow_log",
            "description": "Rainbow with log scale"
        }
    ]
}