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=40
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=41",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=39",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/pet_heatstress_denhaag/?format=api",
            "name": "pet_heatstress_denhaag",
            "description": "PET"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/pet_heatstress_denhaag_cas/?format=api",
            "name": "pet_heatstress_denhaag_cas",
            "description": "PET"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/pet_heatstress_test/?format=api",
            "name": "pet_heatstress_test",
            "description": "PET"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/pet_heatstress_test2/?format=api",
            "name": "pet_heatstress_test2",
            "description": "PET"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/pet_live_discrete/?format=api",
            "name": "pet_live_discrete",
            "description": "PET Live Discrete"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/pet_night/?format=api",
            "name": "pet_night",
            "description": "PET nacht"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/pet_verschil/?format=api",
            "name": "pet_verschil",
            "description": "PET verschil"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/pet_verschil_kleurenblind/?format=api",
            "name": "pet_verschil_kleurenblind",
            "description": "kleurschaling geschikt voor kleurenblinden"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/pgb-nl/?format=api",
            "name": "pgb-nl",
            "description": "Plaatsgebonden overstromingskans NL"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/pink/?format=api",
            "name": "pink",
            "description": "matplotlib"
        }
    ]
}