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&page=101
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=102",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=100"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 68,
            "id_string": "291e0b-3d2814-bf907c-4f3b82-673d2e-comficker",
            "name": "Minecraft: Steve face",
            "colors": [
                "#291E0B",
                "#3D2814",
                "#BF907C",
                "#4F3B82",
                "#673D2E"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.220925Z"
        },
        {
            "id": 25,
            "id_string": "000000-ff0001-ffffff-fefefe-fe0001-cyangoblinshark",
            "name": "Mushroom - Super Mario",
            "colors": [
                "#000000",
                "#FF0001",
                "#FFFFFF",
                "#FEFEFE",
                "#FE0001"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:14.740258Z"
        },
        {
            "id": 155,
            "id_string": "eee0cd-61371e-f1b03f-ad6130-101112-lam",
            "name": "Lion",
            "colors": [
                "#EEE0CD",
                "#61371E",
                "#F1B03F",
                "#AD6130",
                "#101112"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.210284Z"
        },
        {
            "id": 275,
            "id_string": "33eacc-2bc8ac-072620-166357-684e1e-niels",
            "name": "Diamond Sword",
            "colors": [
                "#33EACC",
                "#2BC8AC",
                "#072620",
                "#166357",
                "#684E1E"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.041678Z"
        },
        {
            "id": 323,
            "id_string": "be4a2f-733e39-d77643-e4a672-cb6039-hoanglambk57",
            "name": "5-color palette",
            "colors": [
                "#BE4A2F",
                "#733E39",
                "#D77643",
                "#E4A672",
                "#CB6039"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.373783Z"
        },
        {
            "id": 128,
            "id_string": "2e2e2e-f5e303-010000-eabb17-e1e1e1-comficker",
            "name": "Angry Birds 8bit: Chuck",
            "colors": [
                "#2E2E2E",
                "#F5E303",
                "#010000",
                "#EABB17",
                "#E1E1E1"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.613601Z"
        },
        {
            "id": 47,
            "id_string": "ffffff-231e32-f2b938-f5d674-e58d36-foxblack",
            "name": "Coin",
            "colors": [
                "#FFFFFF",
                "#231E32",
                "#F2B938",
                "#F5D674",
                "#E58D36"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.106742Z"
        },
        {
            "id": 1324,
            "id_string": "ffffff-151517-519413-8dff24-a6a6a6-hoanglambk57",
            "name": "Little Gray Forest Spirit",
            "colors": [
                "#FFFFFF",
                "#151517",
                "#519413",
                "#8DFF24",
                "#A6A6A6"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "art",
            "status": "public",
            "updated": "2026-08-15T13:18:59.382320Z"
        },
        {
            "id": 82,
            "id_string": "000000-f5b400-828083-023c6e-ffffff-comficker",
            "name": "Minion: Kevin",
            "colors": [
                "#000000",
                "#F5B400",
                "#828083",
                "#023C6E",
                "#FFFFFF"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.310779Z"
        },
        {
            "id": 202,
            "id_string": "f6f6f6-000003-e3d147-da511e-ec470f-comficker",
            "name": "Fennekin",
            "colors": [
                "#F6F6F6",
                "#000003",
                "#E3D147",
                "#DA511E",
                "#EC470F"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.499814Z"
        }
    ]
}