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=25
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=26",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=24"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 376,
            "id_string": "f6f6f6-ffe2e2-ffc7c7-aaaaaa-nordichue",
            "name": "Soft Ruby Bay",
            "colors": [
                "#F6F6F6",
                "#FFE2E2",
                "#FFC7C7",
                "#AAAAAA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.191151Z"
        },
        {
            "id": 371,
            "id_string": "93b5c6-c9ccd5-e4d8dc-ffe3e3-hexharbor",
            "name": "Cloud Crimson Drift",
            "colors": [
                "#93B5C6",
                "#C9CCD5",
                "#E4D8DC",
                "#FFE3E3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.168142Z"
        },
        {
            "id": 344,
            "id_string": "ad8b73-ceab93-e3caa5-fffbe9-swatchbird",
            "name": "Vivid Honey Dream",
            "colors": [
                "#AD8B73",
                "#CEAB93",
                "#E3CAA5",
                "#FFFBE9"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.036207Z"
        },
        {
            "id": 952,
            "id_string": "f8f5f1-f8a488-5aa897-45526c-cobaltcat",
            "name": "Electric Ember Meadow",
            "colors": [
                "#F8F5F1",
                "#F8A488",
                "#5AA897",
                "#45526C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.547107Z"
        },
        {
            "id": 917,
            "id_string": "254336-6b8a7a-b7b597-dad3be-studiomochi",
            "name": "Cool Teal Glow",
            "colors": [
                "#254336",
                "#6B8A7A",
                "#B7B597",
                "#DAD3BE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.280598Z"
        },
        {
            "id": 912,
            "id_string": "fcf8f8-fbefef-f9dfdf-f5afaf-hexharbor",
            "name": "Pastel Rose Bloom",
            "colors": [
                "#FCF8F8",
                "#FBEFEF",
                "#F9DFDF",
                "#F5AFAF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.256243Z"
        },
        {
            "id": 895,
            "id_string": "f0ff42-82cd47-54b435-379237-candytone",
            "name": "Electric Gold Tide",
            "colors": [
                "#F0FF42",
                "#82CD47",
                "#54B435",
                "#379237"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.172320Z"
        },
        {
            "id": 733,
            "id_string": "f1ecc3-c9d8b6-57837b-515e63-duskpixel",
            "name": "Honey Breeze",
            "colors": [
                "#F1ECC3",
                "#C9D8B6",
                "#57837B",
                "#515E63"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.012426Z"
        },
        {
            "id": 454,
            "id_string": "8e806a-c3b091-e4cda7-ffe6bc-cobaltcat",
            "name": "Electric Amber Dream",
            "colors": [
                "#8E806A",
                "#C3B091",
                "#E4CDA7",
                "#FFE6BC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.555991Z"
        },
        {
            "id": 89,
            "id_string": "f9f3de-685952-e9e5d0-573a4a-6be96f-5bd161-cdcab6-b6b4a2-f8060ddc-comficker",
            "name": "Icon: Umbrella",
            "colors": [
                "#F9F3DE",
                "#685952",
                "#E9E5D0",
                "#573A4A",
                "#6BE96F",
                "#5BD161",
                "#CDCAB6",
                "#B6B4A2",
                "#D9D8C4"
            ],
            "color_count": 9,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.346606Z"
        }
    ]
}