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=19
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=20",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=18"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 832,
            "id_string": "511845-900c3f-c70039-ff5733-mossyhex",
            "name": "Twilight Magenta Hush",
            "colors": [
                "#511845",
                "#900C3F",
                "#C70039",
                "#FF5733"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.682503Z"
        },
        {
            "id": 482,
            "id_string": "e1f0da-d4e7c5-bfd8af-99bc85-minthaze",
            "name": "Cloud Jade Grove",
            "colors": [
                "#E1F0DA",
                "#D4E7C5",
                "#BFD8AF",
                "#99BC85"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.693408Z"
        },
        {
            "id": 1174,
            "id_string": "f7cfd8-f4f8d3-a6d6d6-8e7dbe-duskpixel",
            "name": "Cloud Lime Veil",
            "colors": [
                "#F7CFD8",
                "#F4F8D3",
                "#A6D6D6",
                "#8E7DBE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.711874Z"
        },
        {
            "id": 59,
            "id_string": "dc8e8e-ffd966-f4b183-dfa67b-245953-ffffff-glenofimaalterrierplum",
            "name": "6-color palette",
            "colors": [
                "#DC8E8E",
                "#FFD966",
                "#F4B183",
                "#DFA67B",
                "#245953",
                "#FFFFFF"
            ],
            "color_count": 6,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.174799Z"
        },
        {
            "id": 473,
            "id_string": "43766c-f8fae5-b19470-76453b-pixelpine",
            "name": "Warm Lime Meadow",
            "colors": [
                "#43766C",
                "#F8FAE5",
                "#B19470",
                "#76453B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.647856Z"
        },
        {
            "id": 1202,
            "id_string": "fabc3f-e85c0d-c7253e-821131-huedrift",
            "name": "Amber Dusk",
            "colors": [
                "#FABC3F",
                "#E85C0D",
                "#C7253E",
                "#821131"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.841684Z"
        },
        {
            "id": 1210,
            "id_string": "fc4100-ffc55a-00215e-2c4e80-paperfox",
            "name": "Neon Coral Breeze",
            "colors": [
                "#FC4100",
                "#FFC55A",
                "#00215E",
                "#2C4E80"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.878113Z"
        },
        {
            "id": 1000,
            "id_string": "d92027-ff9234-ffcd3c-35d0ba-mossyhex",
            "name": "Vivid Amber Glow",
            "colors": [
                "#D92027",
                "#FF9234",
                "#FFCD3C",
                "#35D0BA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.884411Z"
        },
        {
            "id": 1134,
            "id_string": "eeeeee-32e0c4-0d7377-212121-tonecraft",
            "name": "Electric Aqua Veil",
            "colors": [
                "#EEEEEE",
                "#32E0C4",
                "#0D7377",
                "#212121"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.515720Z"
        },
        {
            "id": 1168,
            "id_string": "fff5fd-ff96ad-005a8d-022e57-palettepup",
            "name": "Vivid Plum Glow",
            "colors": [
                "#FFF5FD",
                "#FF96AD",
                "#005A8D",
                "#022E57"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.684701Z"
        }
    ]
}