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=18
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=19",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=17"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "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": 964,
            "id_string": "4d455d-e96479-f5e9cf-7db9b6-studiomochi",
            "name": "Vivid Magenta Hush",
            "colors": [
                "#4D455D",
                "#E96479",
                "#F5E9CF",
                "#7DB9B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.697094Z"
        },
        {
            "id": 388,
            "id_string": "fff5e4-ffc4c4-ee6983-850e35-huedrift",
            "name": "Coral Haze",
            "colors": [
                "#FFF5E4",
                "#FFC4C4",
                "#EE6983",
                "#850E35"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.248950Z"
        },
        {
            "id": 363,
            "id_string": "867070-d5b4b4-e4d0d0-f5ebeb-coloreef",
            "name": "Cool Rose Grove",
            "colors": [
                "#867070",
                "#D5B4B4",
                "#E4D0D0",
                "#F5EBEB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.130629Z"
        },
        {
            "id": 96,
            "id_string": "ffffff-b82e25-f4c713-comficker",
            "name": "Minimal Hero: Iron Man",
            "colors": [
                "#FFFFFF",
                "#B82E25",
                "#F4C713"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.382823Z"
        },
        {
            "id": 1294,
            "id_string": "f0a500-334756-082032-000000-mossyhex",
            "name": "Midnight Ember Grove",
            "colors": [
                "#F0A500",
                "#334756",
                "#082032",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.311444Z"
        },
        {
            "id": 682,
            "id_string": "f875aa-ffdfdf-fff6f6-aedefc-cobaltcat",
            "name": "Pale Ruby Veil",
            "colors": [
                "#F875AA",
                "#FFDFDF",
                "#FFF6F6",
                "#AEDEFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.770240Z"
        },
        {
            "id": 629,
            "id_string": "030637-3c0753-720455-910a67-duskpixel",
            "name": "Shadow Orchid Mist",
            "colors": [
                "#030637",
                "#3C0753",
                "#720455",
                "#910A67"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.480667Z"
        },
        {
            "id": 558,
            "id_string": "eef5ff-b4d4ff-86b6f6-176b87-minthaze",
            "name": "Vivid Sky Glow",
            "colors": [
                "#EEF5FF",
                "#B4D4FF",
                "#86B6F6",
                "#176B87"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.137214Z"
        },
        {
            "id": 515,
            "id_string": "fbf0f0-dfd3d3-b8b0b0-7c7575-studiomochi",
            "name": "Crimson Drift",
            "colors": [
                "#FBF0F0",
                "#DFD3D3",
                "#B8B0B0",
                "#7C7575"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.863213Z"
        }
    ]
}