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=like_count&page=66
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=like_count&page=67",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=65"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1077,
            "id_string": "f8ede3-dfd3c3-d0b8a8-c5705d-retroswatch",
            "name": "Cool Coral Dusk",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#C5705D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.250716Z"
        },
        {
            "id": 963,
            "id_string": "567189-7b8fa1-cfb997-fad6a5-candytone",
            "name": "Amber Grove",
            "colors": [
                "#567189",
                "#7B8FA1",
                "#CFB997",
                "#FAD6A5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.687659Z"
        },
        {
            "id": 626,
            "id_string": "2b3a55-ce7777-e8c4c4-f2e5e5-mossyhex",
            "name": "Cool Crimson Dawn",
            "colors": [
                "#2B3A55",
                "#CE7777",
                "#E8C4C4",
                "#F2E5E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.466846Z"
        },
        {
            "id": 978,
            "id_string": "6499e9-9eddff-a6f6ff-befff7-cobaltcat",
            "name": "Cloud Tide Dusk",
            "colors": [
                "#6499E9",
                "#9EDDFF",
                "#A6F6FF",
                "#BEFFF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.781204Z"
        },
        {
            "id": 679,
            "id_string": "f7f7f7-eeeeee-393e46-929aab-retroswatch",
            "name": "Slate Breeze",
            "colors": [
                "#F7F7F7",
                "#EEEEEE",
                "#393E46",
                "#929AAB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.756596Z"
        },
        {
            "id": 697,
            "id_string": "191825-865dff-e384ff-ffa3fd-huedrift",
            "name": "Electric Iris Haze",
            "colors": [
                "#191825",
                "#865DFF",
                "#E384FF",
                "#FFA3FD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.841185Z"
        },
        {
            "id": 817,
            "id_string": "632626-9d5353-bf8b67-dacc96-huedrift",
            "name": "Gold Tide",
            "colors": [
                "#632626",
                "#9D5353",
                "#BF8B67",
                "#DACC96"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.458068Z"
        },
        {
            "id": 601,
            "id_string": "ccd6a6-dae2b6-dfe8cc-f7eddb-candytone",
            "name": "Cloud Amber Dusk",
            "colors": [
                "#CCD6A6",
                "#DAE2B6",
                "#DFE8CC",
                "#F7EDDB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.342049Z"
        },
        {
            "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"
        },
        {
            "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"
        }
    ]
}