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=37
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=38",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=36",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-phy-1801c/?format=api",
            "name": "lc-phy-1801c",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-phy-1801c-heat-cover/?format=api",
            "name": "lc-phy-1801c-heat-cover",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-phy-1801c-hittestress/?format=api",
            "name": "lc-phy-1801c-hittestress",
            "description": "Daken en water voor hittestress"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-phy1604/?format=api",
            "name": "lc-phy1604",
            "description": "Landgebruik fysiek April 2016"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-portelisabeth/?format=api",
            "name": "lc-portelisabeth",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-vietnam/?format=api",
            "name": "lc-vietnam",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-world/?format=api",
            "name": "lc-world",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lc-wss/?format=api",
            "name": "lc-wss",
            "description": "NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/ldo-inundation-sources/?format=api",
            "name": "ldo-inundation-sources",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/lulc_test/?format=api",
            "name": "lulc_test",
            "description": null
        }
    ]
}