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=download_count&page=5
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=download_count&page=6",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=4"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1319,
            "id_string": "000000-ffffff-f78e4a-hoanglambk57",
            "name": "Pomo Duck",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#F78E4A"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 1,
            "source": "art",
            "status": "public",
            "updated": "2026-08-12T08:09:48.014219Z"
        },
        {
            "id": 1184,
            "id_string": "eaafaf-a2738c-645c84-427996-tonecraft",
            "name": "Ruby Grove",
            "colors": [
                "#EAAFAF",
                "#A2738C",
                "#645C84",
                "#427996"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.759251Z"
        },
        {
            "id": 1137,
            "id_string": "4e89ae-43658b-ed6663-ffa372-palettepup",
            "name": "Ember Mist",
            "colors": [
                "#4E89AE",
                "#43658B",
                "#ED6663",
                "#FFA372"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.529520Z"
        },
        {
            "id": 693,
            "id_string": "f7f7e8-c7cfb7-9dad7f-557174-palettepup",
            "name": "Warm Gold Breeze",
            "colors": [
                "#F7F7E8",
                "#C7CFB7",
                "#9DAD7F",
                "#557174"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.822842Z"
        },
        {
            "id": 1180,
            "id_string": "e7f0dc-597445-658147-729762-studiomochi",
            "name": "Meadow Veil",
            "colors": [
                "#E7F0DC",
                "#597445",
                "#658147",
                "#729762"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.739500Z"
        },
        {
            "id": 1258,
            "id_string": "fff0d1-795757-664343-3b3030-duskpixel",
            "name": "Vivid Amber Haze",
            "colors": [
                "#FFF0D1",
                "#795757",
                "#664343",
                "#3B3030"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.130689Z"
        },
        {
            "id": 1272,
            "id_string": "00bcd4-b2ebf2-ff5722-dd2c00-swatchbird",
            "name": "Tide Field",
            "colors": [
                "#00BCD4",
                "#B2EBF2",
                "#FF5722",
                "#DD2C00"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.207052Z"
        },
        {
            "id": 1274,
            "id_string": "2c2e43-595260-b2b1b9-ffd523-paperfox",
            "name": "Gold Bloom",
            "colors": [
                "#2C2E43",
                "#595260",
                "#B2B1B9",
                "#FFD523"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.217434Z"
        },
        {
            "id": 1013,
            "id_string": "384b70-507687-fcfaee-b8001f-palettepup",
            "name": "Vivid Blush Drift",
            "colors": [
                "#384B70",
                "#507687",
                "#FCFAEE",
                "#B8001F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.945127Z"
        },
        {
            "id": 1275,
            "id_string": "00425a-1f8a70-bfdb38-fc7300-nordichue",
            "name": "Twilight Cyan Dusk",
            "colors": [
                "#00425A",
                "#1F8A70",
                "#BFDB38",
                "#FC7300"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.222227Z"
        }
    ]
}