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=name&page=26
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=name&page=27",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=25"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 710,
            "id_string": "f6ffde-e3f2c1-c9dbb2-aac8a7-minthaze",
            "name": "Cloud Meadow Dawn",
            "colors": [
                "#F6FFDE",
                "#E3F2C1",
                "#C9DBB2",
                "#AAC8A7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.901156Z"
        },
        {
            "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": 1261,
            "id_string": "ecfae5-ddf6d2-cae8bd-b0db9c-huedrift",
            "name": "Cloud Meadow Sunset",
            "colors": [
                "#ECFAE5",
                "#DDF6D2",
                "#CAE8BD",
                "#B0DB9C"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.144985Z"
        },
        {
            "id": 500,
            "id_string": "f8fafc-d9eafd-bcccdc-9aa6b2-cobaltcat",
            "name": "Cloud Ocean Bloom",
            "colors": [
                "#F8FAFC",
                "#D9EAFD",
                "#BCCCDC",
                "#9AA6B2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.775959Z"
        },
        {
            "id": 412,
            "id_string": "cdf0ea-f9f9f9-f7dbf0-beaee2-mossyhex",
            "name": "Cloud Orchid Glow",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#F7DBF0",
                "#BEAEE2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.360075Z"
        },
        {
            "id": 796,
            "id_string": "f7e8f6-f1c6e7-e5b0ea-bd83ce-nordichue",
            "name": "Cloud Orchid Veil",
            "colors": [
                "#F7E8F6",
                "#F1C6E7",
                "#E5B0EA",
                "#BD83CE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.316902Z"
        },
        {
            "id": 446,
            "id_string": "fcf5ee-fbe8e7-f7ddde-ffc4d0-tonecraft",
            "name": "Cloud Rose Bloom",
            "colors": [
                "#FCF5EE",
                "#FBE8E7",
                "#F7DDDE",
                "#FFC4D0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.519000Z"
        },
        {
            "id": 793,
            "id_string": "dddddd-f9f3f3-f7d9d9-f25287-coloreef",
            "name": "Cloud Rose Breeze",
            "colors": [
                "#DDDDDD",
                "#F9F3F3",
                "#F7D9D9",
                "#F25287"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.302773Z"
        },
        {
            "id": 381,
            "id_string": "bad7df-ffe2e2-f6f6f6-99ddcc-tonecraft",
            "name": "Cloud Rose Dream",
            "colors": [
                "#BAD7DF",
                "#FFE2E2",
                "#F6F6F6",
                "#99DDCC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.214594Z"
        },
        {
            "id": 1230,
            "id_string": "d8d9cf-ededed-ff8787-e26868-nordichue",
            "name": "Cloud Rose Drift",
            "colors": [
                "#D8D9CF",
                "#EDEDED",
                "#FF8787",
                "#E26868"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.970920Z"
        }
    ]
}