Lospec-style palette library. List is index-only fast: filter by size / tag / contained color, sort by popularity — all backed by the composite + GIN indexes on Palette. Create dedupes by signature ("gom trùng").

GET /coloring/palettes/?format=api&ordering=name&page=122
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "instance": null,
    "properties": [],
    "meta": null,
    "links": {
        "next": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=123",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=121"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1058,
            "id_string": "041562-11468f-da1212-eeeeee-minthaze",
            "name": "Vivid Azure Haze",
            "colors": [
                "#041562",
                "#11468F",
                "#DA1212",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.161142Z"
        },
        {
            "id": 919,
            "id_string": "e14d2a-fd841f-3e6d9c-001253-huedrift",
            "name": "Vivid Azure Hush",
            "colors": [
                "#E14D2A",
                "#FD841F",
                "#3E6D9C",
                "#001253"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.290009Z"
        },
        {
            "id": 623,
            "id_string": "0f044c-141e61-787a91-eeeeee-minthaze",
            "name": "Vivid Azure Meadow",
            "colors": [
                "#0F044C",
                "#141E61",
                "#787A91",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.452907Z"
        },
        {
            "id": 1013,
            "id_string": "384b70-507687-fcfaee-b8001f-palettepup",
            "name": "Vivid Blush Drift",
            "colors": [
                "#384B70",
                "#507687",
                "#FCFAEE",
                "#B8001F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.945127Z"
        },
        {
            "id": 1217,
            "id_string": "111d5e-c70039-f37121-ffbd69-huedrift",
            "name": "Vivid Blush Mist",
            "colors": [
                "#111D5E",
                "#C70039",
                "#F37121",
                "#FFBD69"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.909928Z"
        },
        {
            "id": 868,
            "id_string": "6867ac-a267ac-ce7bb0-ffbcd1-pixelpine",
            "name": "Vivid Blush Sunset",
            "colors": [
                "#6867AC",
                "#A267AC",
                "#CE7BB0",
                "#FFBCD1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.043653Z"
        },
        {
            "id": 1128,
            "id_string": "fff7d4-ffd95a-c07f00-4c3d3d-pixelpine",
            "name": "Vivid Citrine Breeze",
            "colors": [
                "#FFF7D4",
                "#FFD95A",
                "#C07F00",
                "#4C3D3D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.488168Z"
        },
        {
            "id": 770,
            "id_string": "001f3f-3a6d8c-6a9ab0-ead8b1-nordichue",
            "name": "Vivid Cobalt Breeze",
            "colors": [
                "#001F3F",
                "#3A6D8C",
                "#6A9AB0",
                "#EAD8B1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.192316Z"
        },
        {
            "id": 971,
            "id_string": "864000-d44000-ff7a00-ffefcf-retroswatch",
            "name": "Vivid Coral Dream",
            "colors": [
                "#864000",
                "#D44000",
                "#FF7A00",
                "#FFEFCF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.746135Z"
        },
        {
            "id": 716,
            "id_string": "272829-61677a-d8d9da-fff6e0-swatchbird",
            "name": "Vivid Coral Dusk",
            "colors": [
                "#272829",
                "#61677A",
                "#D8D9DA",
                "#FFF6E0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.929268Z"
        }
    ]
}