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=32
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=33",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=31",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/hvfms_hazard/?format=api",
            "name": "hvfms_hazard",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/hvfms_legenda/?format=api",
            "name": "hvfms_legenda",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/id_deforestation/?format=api",
            "name": "id_deforestation",
            "description": "Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/id_flood/?format=api",
            "name": "id_flood",
            "description": "Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/id_forest_base/?format=api",
            "name": "id_forest_base",
            "description": "Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/irrigation_classes/?format=api",
            "name": "irrigation_classes",
            "description": "DiscreteColorMap - Q0165 EO4SD"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/jet/?format=api",
            "name": "jet",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/jet_l/?format=api",
            "name": "jet_l",
            "description": "Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/jet_l_t/?format=api",
            "name": "jet_l_t",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/jet_r/?format=api",
            "name": "jet_r",
            "description": "matplotlib"
        }
    ]
}