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=34
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=35",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=33"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 917,
            "id_string": "254336-6b8a7a-b7b597-dad3be-studiomochi",
            "name": "Cool Teal Glow",
            "colors": [
                "#254336",
                "#6B8A7A",
                "#B7B597",
                "#DAD3BE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.280598Z"
        },
        {
            "id": 673,
            "id_string": "ffc996-ff8474-9f5f80-583d72-duskpixel",
            "name": "Vivid Apricot Veil",
            "colors": [
                "#FFC996",
                "#FF8474",
                "#9F5F80",
                "#583D72"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.724587Z"
        },
        {
            "id": 884,
            "id_string": "e8ffff-a6f6f1-41aea9-213e3b-paperfox",
            "name": "Neon Cyan Bloom",
            "colors": [
                "#E8FFFF",
                "#A6F6F1",
                "#41AEA9",
                "#213E3B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.121395Z"
        },
        {
            "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"
        }
    ]
}