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=usage_count&page=44
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=usage_count&page=45",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=43"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "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": 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": 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"
        },
        {
            "id": 644,
            "id_string": "3a3845-f7ccac-c69b7b-826f66-minthaze",
            "name": "Electric Coral Dusk",
            "colors": [
                "#3A3845",
                "#F7CCAC",
                "#C69B7B",
                "#826F66"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.588003Z"
        },
        {
            "id": 827,
            "id_string": "fabea7-fbe2e5-9cada4-767c77-paperfox",
            "name": "Amber Drift",
            "colors": [
                "#FABEA7",
                "#FBE2E5",
                "#9CADA4",
                "#767C77"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.628079Z"
        }
    ]
}