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=100
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=101",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=99"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 711,
            "id_string": "f1d4d4-ddb6c6-ac8daf-484c7f-duskpixel",
            "name": "Cool Crimson Glow",
            "colors": [
                "#F1D4D4",
                "#DDB6C6",
                "#AC8DAF",
                "#484C7F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.905706Z"
        },
        {
            "id": 873,
            "id_string": "f9f8f6-efe9e3-d9cfc7-c9b59c-duskpixel",
            "name": "Cloud Amber Harbor",
            "colors": [
                "#F9F8F6",
                "#EFE9E3",
                "#D9CFC7",
                "#C9B59C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.067322Z"
        },
        {
            "id": 901,
            "id_string": "effffd-b8fff9-85f4ff-42c2ff-paperfox",
            "name": "Pastel Teal Mist",
            "colors": [
                "#EFFFFD",
                "#B8FFF9",
                "#85F4FF",
                "#42C2FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.203139Z"
        },
        {
            "id": 381,
            "id_string": "bad7df-ffe2e2-f6f6f6-99ddcc-tonecraft",
            "name": "Cloud Rose Dream",
            "colors": [
                "#BAD7DF",
                "#FFE2E2",
                "#F6F6F6",
                "#99DDCC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.214594Z"
        },
        {
            "id": 252,
            "id_string": "000000-005ea5-a18300-00994e-pixelmonkey25",
            "name": "4-color palette",
            "colors": [
                "#000000",
                "#005EA5",
                "#A18300",
                "#00994E"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.836737Z"
        },
        {
            "id": 989,
            "id_string": "68b0ab-8fc0a9-c8d5b9-faf3dd-huedrift",
            "name": "Vivid Honey Glow",
            "colors": [
                "#68B0AB",
                "#8FC0A9",
                "#C8D5B9",
                "#FAF3DD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.834255Z"
        },
        {
            "id": 973,
            "id_string": "f3d1f4-f5fcc1-bae5e5-98d6ea-mossyhex",
            "name": "Soft Lime Grove",
            "colors": [
                "#F3D1F4",
                "#F5FCC1",
                "#BAE5E5",
                "#98D6EA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.755488Z"
        },
        {
            "id": 1110,
            "id_string": "000000-3e432e-616f39-a7d129-duskpixel",
            "name": "Fern Harbor",
            "colors": [
                "#000000",
                "#3E432E",
                "#616F39",
                "#A7D129"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.405233Z"
        },
        {
            "id": 562,
            "id_string": "99a98f-c1d0b5-d6e8db-fff8de-candytone",
            "name": "Pale Honey Drift",
            "colors": [
                "#99A98F",
                "#C1D0B5",
                "#D6E8DB",
                "#FFF8DE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.156074Z"
        },
        {
            "id": 209,
            "id_string": "ffffff-020000-0a6b96-f5b991-f21827-comficker",
            "name": "Sonic",
            "colors": [
                "#FFFFFF",
                "#020000",
                "#0A6B96",
                "#F5B991",
                "#F21827"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.537067Z"
        }
    ]
}