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=-created&page=30
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=-created&page=31",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=29"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1062,
            "id_string": "000000-150050-3f0071-fb2576-hexharbor",
            "name": "Deep Indigo Breeze",
            "colors": [
                "#000000",
                "#150050",
                "#3F0071",
                "#FB2576"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.179522Z"
        },
        {
            "id": 1061,
            "id_string": "162447-1f4068-1b1b2f-e43f5a-hexharbor",
            "name": "Twilight Rose Glow",
            "colors": [
                "#162447",
                "#1F4068",
                "#1B1B2F",
                "#E43F5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.175093Z"
        },
        {
            "id": 1060,
            "id_string": "e2c2b9-bfd8b8-e7eab5-f1f7e7-mossyhex",
            "name": "Cloud Sunbeam Breeze",
            "colors": [
                "#E2C2B9",
                "#BFD8B8",
                "#E7EAB5",
                "#F1F7E7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.170287Z"
        },
        {
            "id": 1059,
            "id_string": "070d59-1f3c88-5893d4-ceddef-paperfox",
            "name": "Electric Azure Glow",
            "colors": [
                "#070D59",
                "#1F3C88",
                "#5893D4",
                "#CEDDEF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.165668Z"
        },
        {
            "id": 1058,
            "id_string": "041562-11468f-da1212-eeeeee-minthaze",
            "name": "Vivid Azure Haze",
            "colors": [
                "#041562",
                "#11468F",
                "#DA1212",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.161142Z"
        },
        {
            "id": 1057,
            "id_string": "213448-547792-94b4c1-ecefca-pixelpine",
            "name": "Gold Bay",
            "colors": [
                "#213448",
                "#547792",
                "#94B4C1",
                "#ECEFCA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.156570Z"
        },
        {
            "id": 1056,
            "id_string": "6c4ab6-8d72e1-8d9eff-b9e0ff-candytone",
            "name": "Ocean Bloom",
            "colors": [
                "#6C4AB6",
                "#8D72E1",
                "#8D9EFF",
                "#B9E0FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.151993Z"
        },
        {
            "id": 1055,
            "id_string": "adb2d4-c7d9dd-d5e5d5-eef1da-duskpixel",
            "name": "Cloud Meadow Dream",
            "colors": [
                "#ADB2D4",
                "#C7D9DD",
                "#D5E5D5",
                "#EEF1DA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.147260Z"
        },
        {
            "id": 1054,
            "id_string": "766161-87a7b3-cdc7be-e1f1dd-mossyhex",
            "name": "Moss Veil",
            "colors": [
                "#766161",
                "#87A7B3",
                "#CDC7BE",
                "#E1F1DD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.142794Z"
        },
        {
            "id": 1053,
            "id_string": "820000-4e6c50-f2deba-faecd6-palettepup",
            "name": "Neon Ruby Harbor",
            "colors": [
                "#820000",
                "#4E6C50",
                "#F2DEBA",
                "#FAECD6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.138194Z"
        }
    ]
}