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=103
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=104",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=102"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "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": 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"
        },
        {
            "id": 185,
            "id_string": "ffffff-000000-00b4d2-bb0411-65cf02-comficker",
            "name": "Black Monster",
            "colors": [
                "#FFFFFF",
                "#000000",
                "#00B4D2",
                "#BB0411",
                "#65CF02"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.405438Z"
        },
        {
            "id": 29,
            "id_string": "fff2cc-ffd966-f4b183-dfa67b-245953-mississippikitepurple",
            "name": "Shed",
            "colors": [
                "#FFF2CC",
                "#FFD966",
                "#F4B183",
                "#DFA67B",
                "#245953"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:14.796067Z"
        },
        {
            "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": 105,
            "id_string": "eac591-f1bcaa-18011c-eae5c6-bca28d-comficker",
            "name": "Egg G1",
            "colors": [
                "#EAC591",
                "#F1BCAA",
                "#18011C",
                "#EAE5C6",
                "#BCA28D"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.433690Z"
        },
        {
            "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": 228,
            "id_string": "ffffff-663fac-8169a3-a593cd-ebe4ec-comficker",
            "name": "Twitch",
            "colors": [
                "#FFFFFF",
                "#663FAC",
                "#8169A3",
                "#A593CD",
                "#EBE4EC"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.639200Z"
        },
        {
            "id": 140,
            "id_string": "020000-e2cbac-7a7674-e1a092-ffffff-cyanreddeer",
            "name": "Dairy Cow",
            "colors": [
                "#020000",
                "#E2CBAC",
                "#7A7674",
                "#E1A092",
                "#FFFFFF"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.008529Z"
        },
        {
            "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"
        }
    ]
}