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=42
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=43",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=41"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 718,
            "id_string": "f6d7a7-f6eabe-c8e3d4-87aaaa-retroswatch",
            "name": "Neon Amber Field",
            "colors": [
                "#F6D7A7",
                "#F6EABE",
                "#C8E3D4",
                "#87AAAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.938797Z"
        },
        {
            "id": 985,
            "id_string": "94d0cc-eec4c4-f29191-d1d9d9-tonecraft",
            "name": "Pale Rose Bloom",
            "colors": [
                "#94D0CC",
                "#EEC4C4",
                "#F29191",
                "#D1D9D9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.815005Z"
        },
        {
            "id": 621,
            "id_string": "272343-ffffff-e3f6f5-bae8e8-palettepup",
            "name": "Teal Haze",
            "colors": [
                "#272343",
                "#FFFFFF",
                "#E3F6F5",
                "#BAE8E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.443558Z"
        },
        {
            "id": 1173,
            "id_string": "11009e-4942e4-8696fe-c4b0ff-cobaltcat",
            "name": "Sky Sunset",
            "colors": [
                "#11009E",
                "#4942E4",
                "#8696FE",
                "#C4B0FF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.707325Z"
        },
        {
            "id": 1086,
            "id_string": "fcf9ea-badfdb-f8a978-ffc5a1-coloreef",
            "name": "Pastel Coral Dawn",
            "colors": [
                "#FCF9EA",
                "#BADFDB",
                "#F8A978",
                "#FFC5A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.291825Z"
        },
        {
            "id": 1117,
            "id_string": "ff6d60-f7d060-f3e99f-98d8aa-palettepup",
            "name": "Crimson Field",
            "colors": [
                "#FF6D60",
                "#F7D060",
                "#F3E99F",
                "#98D8AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.438030Z"
        },
        {
            "id": 760,
            "id_string": "16423c-6a9c89-c4dad2-e9efec-studiomochi",
            "name": "Warm Teal Glow",
            "colors": [
                "#16423C",
                "#6A9C89",
                "#C4DAD2",
                "#E9EFEC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.146742Z"
        },
        {
            "id": 477,
            "id_string": "2d2424-5c3d2e-b85c38-e0c097-retroswatch",
            "name": "Coral Meadow",
            "colors": [
                "#2D2424",
                "#5C3D2E",
                "#B85C38",
                "#E0C097"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.670113Z"
        },
        {
            "id": 5,
            "id_string": "1b1b1b-525252-a6a6a6-e0e0e0",
            "name": "Game Boy Pocket",
            "colors": [
                "#1B1B1B",
                "#525252",
                "#A6A6A6",
                "#E0E0E0"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-24T02:37:07.746066Z"
        },
        {
            "id": 961,
            "id_string": "fffafa-ffe0e0-ffc0d0-efdfbf-nordichue",
            "name": "Soft Rose Tide",
            "colors": [
                "#FFFAFA",
                "#FFE0E0",
                "#FFC0D0",
                "#EFDFBF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.672220Z"
        }
    ]
}