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=3
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=4",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Anomalies/?format=api",
            "name": "Anomalies",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/AnomaliesOrdinal/?format=api",
            "name": "AnomaliesOrdinal",
            "description": "Discretecolormap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BluGreRed/?format=api",
            "name": "BluGreRed",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BluGreRed2/?format=api",
            "name": "BluGreRed2",
            "description": "Blue, Green and Red"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BluGreRed2_r/?format=api",
            "name": "BluGreRed2_r",
            "description": "Blue, Green and Red"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/BluWhiRed/?format=api",
            "name": "BluWhiRed",
            "description": "Blue white red gradual"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Blues/?format=api",
            "name": "Blues",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Blues_r/?format=api",
            "name": "Blues_r",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Blues_rGHG/?format=api",
            "name": "Blues_rGHG",
            "description": "Blues_rGHG"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Blues_single/?format=api",
            "name": "Blues_single",
            "description": null
        }
    ]
}