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&page=91
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&page=92",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=90"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "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": 1022,
            "id_string": "ff7b54-ffb26b-ffd56f-939b62-mossyhex",
            "name": "Electric Scarlet Tide",
            "colors": [
                "#FF7B54",
                "#FFB26B",
                "#FFD56F",
                "#939B62"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.986569Z"
        },
        {
            "id": 1016,
            "id_string": "0c356a-0174be-ffc436-fff0ce-mossyhex",
            "name": "Neon Amber Grove",
            "colors": [
                "#0C356A",
                "#0174BE",
                "#FFC436",
                "#FFF0CE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.958786Z"
        },
        {
            "id": 854,
            "id_string": "900c3f-c70039-f94c10-f8de22-pixelpine",
            "name": "Neon Blush Field",
            "colors": [
                "#900C3F",
                "#C70039",
                "#F94C10",
                "#F8DE22"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.966871Z"
        },
        {
            "id": 765,
            "id_string": "3e3232-503c3c-7e6363-a87c7c-studiomochi",
            "name": "Dusk Scarlet Hush",
            "colors": [
                "#3E3232",
                "#503C3C",
                "#7E6363",
                "#A87C7C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.169573Z"
        },
        {
            "id": 702,
            "id_string": "a8df8e-f3fde8-ffe5e5-ffbfbf-huedrift",
            "name": "Pastel Scarlet Breeze",
            "colors": [
                "#A8DF8E",
                "#F3FDE8",
                "#FFE5E5",
                "#FFBFBF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.864388Z"
        },
        {
            "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": 533,
            "id_string": "e97777-ff9f9f-fcddb0-fffad7-nordichue",
            "name": "Cloud Scarlet Sunset",
            "colors": [
                "#E97777",
                "#FF9F9F",
                "#FCDDB0",
                "#FFFAD7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.010322Z"
        },
        {
            "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": 494,
            "id_string": "ccd6a6-dae2b6-f4ead5-fffbe9-hexharbor",
            "name": "Pale Sunbeam Glow",
            "colors": [
                "#CCD6A6",
                "#DAE2B6",
                "#F4EAD5",
                "#FFFBE9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.748818Z"
        }
    ]
}