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=33
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=34",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=32"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 514,
            "id_string": "b2a4ff-ffb4b4-ffdeb4-fdf7c3-studiomochi",
            "name": "Pale Azure Hush",
            "colors": [
                "#B2A4FF",
                "#FFB4B4",
                "#FFDEB4",
                "#FDF7C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.855292Z"
        },
        {
            "id": 916,
            "id_string": "163020-304d30-b6c4b6-eef0e5-hexharbor",
            "name": "Forest Sunset",
            "colors": [
                "#163020",
                "#304D30",
                "#B6C4B6",
                "#EEF0E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.275612Z"
        },
        {
            "id": 531,
            "id_string": "f7ecde-e9dac1-9ed2c6-54bab9-palettepup",
            "name": "Cool Amber Drift",
            "colors": [
                "#F7ECDE",
                "#E9DAC1",
                "#9ED2C6",
                "#54BAB9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.988795Z"
        },
        {
            "id": 666,
            "id_string": "37306b-66347f-9e4784-d27685-studiomochi",
            "name": "Blush Drift",
            "colors": [
                "#37306B",
                "#66347F",
                "#9E4784",
                "#D27685"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.692700Z"
        },
        {
            "id": 556,
            "id_string": "7c9473-cfdac8-e8eae6-cdd0cb-palettepup",
            "name": "Lime Glow",
            "colors": [
                "#7C9473",
                "#CFDAC8",
                "#E8EAE6",
                "#CDD0CB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.128145Z"
        },
        {
            "id": 642,
            "id_string": "f8f0e5-eadbc8-dac0a3-0f2c59-hexharbor",
            "name": "Azure Mist",
            "colors": [
                "#F8F0E5",
                "#EADBC8",
                "#DAC0A3",
                "#0F2C59"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.578757Z"
        },
        {
            "id": 549,
            "id_string": "d9d7f1-fffdde-e7fbbe-ffcbcb-hexharbor",
            "name": "Soft Citrine Grove",
            "colors": [
                "#D9D7F1",
                "#FFFDDE",
                "#E7FBBE",
                "#FFCBCB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.094805Z"
        },
        {
            "id": 433,
            "id_string": "070f2b-1b1a55-535c91-9290c3-mossyhex",
            "name": "Azure Dream",
            "colors": [
                "#070F2B",
                "#1B1A55",
                "#535C91",
                "#9290C3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.459366Z"
        },
        {
            "id": 1113,
            "id_string": "f1c5c5-faf0af-e5edb7-8bcdcd-duskpixel",
            "name": "Cloud Sunbeam Bay",
            "colors": [
                "#F1C5C5",
                "#FAF0AF",
                "#E5EDB7",
                "#8BCDCD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.419353Z"
        },
        {
            "id": 696,
            "id_string": "440a67-93329e-b4aee8-ffe3fe-palettepup",
            "name": "Electric Mauve Veil",
            "colors": [
                "#440A67",
                "#93329E",
                "#B4AEE8",
                "#FFE3FE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.836607Z"
        }
    ]
}