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=color_count
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=color_count&page=2",
        "previous": null
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 241,
            "id_string": "000000-ilovepokemon485",
            "name": "1-color palette",
            "colors": [
                "#000000"
            ],
            "color_count": 1,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.756278Z"
        },
        {
            "id": 1,
            "id_string": "000000-ffffff-akhvledianialyona",
            "name": "1-Bit Monochrome",
            "colors": [
                "#000000",
                "#FFFFFF"
            ],
            "color_count": 2,
            "like_count": 0,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-24T02:37:07.721233Z"
        },
        {
            "id": 328,
            "id_string": "3f8948-7bcf5c-hoanglambk57",
            "name": "2-color palette",
            "colors": [
                "#3F8948",
                "#7BCF5C"
            ],
            "color_count": 2,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.400343Z"
        },
        {
            "id": 69,
            "id_string": "16a113-000000-comficker",
            "name": "Minecraft: Creeper face",
            "colors": [
                "#16A113",
                "#000000"
            ],
            "color_count": 2,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.226018Z"
        },
        {
            "id": 330,
            "id_string": "3f8e4f-7bcf5c-hoanglambk57",
            "name": "2-color palette",
            "colors": [
                "#3F8E4F",
                "#7BCF5C"
            ],
            "color_count": 2,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.413858Z"
        },
        {
            "id": 226,
            "id_string": "ffffff-fd0005-comficker",
            "name": "Pinterest",
            "colors": [
                "#FFFFFF",
                "#FD0005"
            ],
            "color_count": 2,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.629047Z"
        },
        {
            "id": 224,
            "id_string": "fffeff-317eea-comficker",
            "name": "Linkedin",
            "colors": [
                "#FFFEFF",
                "#317EEA"
            ],
            "color_count": 2,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.618623Z"
        },
        {
            "id": 96,
            "id_string": "ffffff-b82e25-f4c713-comficker",
            "name": "Minimal Hero: Iron Man",
            "colors": [
                "#FFFFFF",
                "#B82E25",
                "#F4C713"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.382823Z"
        },
        {
            "id": 1319,
            "id_string": "000000-ffffff-f78e4a-hoanglambk57",
            "name": "Pomo Duck",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#F78E4A"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 1,
            "source": "art",
            "status": "public",
            "updated": "2026-08-12T08:09:48.014219Z"
        },
        {
            "id": 1336,
            "id_string": "ffffff-000000-ff9700-hoanglambk57",
            "name": "Tiny Penguin",
            "colors": [
                "#FFFFFF",
                "#000000",
                "#FF9700"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 4,
            "source": "art",
            "status": "public",
            "updated": "2026-08-15T13:35:10.846130Z"
        }
    ]
}