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=17
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=18",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=16",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Red_single/?format=api",
            "name": "Red_single",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Reds/?format=api",
            "name": "Reds",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Reds_GLG/?format=api",
            "name": "Reds_GLG",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Reds_r/?format=api",
            "name": "Reds_r",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RiceBoolDisc/?format=api",
            "name": "RiceBoolDisc",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Rietoever/?format=api",
            "name": "Rietoever",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RiskRiceDiseases/?format=api",
            "name": "RiskRiceDiseases",
            "description": "DiscreteColormap - Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RiskRicePestsDiseases/?format=api",
            "name": "RiskRicePestsDiseases",
            "description": "DiscreteColormap - Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/SPI_Class/?format=api",
            "name": "SPI_Class",
            "description": "SPI_Class"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Set1/?format=api",
            "name": "Set1",
            "description": "matplotlib ColorBrewer Qualitative"
        }
    ]
}