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=21
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=22",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=20",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/bd-actualet/?format=api",
            "name": "bd-actualet",
            "description": "Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/bd-bio/?format=api",
            "name": "bd-bio",
            "description": "Biomass for Bangladesh"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/bd-bio-bf/?format=api",
            "name": "bd-bio-bf",
            "description": "Biomass Burkinafaso"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/bd-biowue/?format=api",
            "name": "bd-biowue",
            "description": "Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/bd-etdeficit/?format=api",
            "name": "bd-etdeficit",
            "description": "Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/bd-lai/?format=api",
            "name": "bd-lai",
            "description": "Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/bd-lulc/?format=api",
            "name": "bd-lulc",
            "description": "Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/bd-ndvi/?format=api",
            "name": "bd-ndvi",
            "description": "Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/bd-ndvi-bf/?format=api",
            "name": "bd-ndvi-bf",
            "description": "NDVI burkina faso"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/bd-raintrmm/?format=api",
            "name": "bd-raintrmm",
            "description": "Extern"
        }
    ]
}