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=102
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=103",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=101"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1236,
            "id_string": "eddfe0-f5f5f7-b7b7b7-705c53-nordichue",
            "name": "Blush Veil",
            "colors": [
                "#EDDFE0",
                "#F5F5F7",
                "#B7B7B7",
                "#705C53"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.002555Z"
        },
        {
            "id": 1200,
            "id_string": "fce2db-ff8fb1-b270a2-7a4495-retroswatch",
            "name": "Blush Meadow",
            "colors": [
                "#FCE2DB",
                "#FF8FB1",
                "#B270A2",
                "#7A4495"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.832174Z"
        },
        {
            "id": 1189,
            "id_string": "f5efff-e5d9f2-cdc1ff-a294f9-tonecraft",
            "name": "Cloud Iris Glow",
            "colors": [
                "#F5EFFF",
                "#E5D9F2",
                "#CDC1FF",
                "#A294F9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.781743Z"
        },
        {
            "id": 1186,
            "id_string": "16697a-db6400-ffa62b-f8f1f1-studiomochi",
            "name": "Electric Ember Harbor",
            "colors": [
                "#16697A",
                "#DB6400",
                "#FFA62B",
                "#F8F1F1"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.768281Z"
        },
        {
            "id": 1174,
            "id_string": "f7cfd8-f4f8d3-a6d6d6-8e7dbe-duskpixel",
            "name": "Cloud Lime Veil",
            "colors": [
                "#F7CFD8",
                "#F4F8D3",
                "#A6D6D6",
                "#8E7DBE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.711874Z"
        },
        {
            "id": 1115,
            "id_string": "ffc93c-dbf6e9-9ddfd3-31326f-huedrift",
            "name": "Apricot Grove",
            "colors": [
                "#FFC93C",
                "#DBF6E9",
                "#9DDFD3",
                "#31326F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.428417Z"
        },
        {
            "id": 1095,
            "id_string": "ccffbd-7eca9c-40394a-1c1427-duskpixel",
            "name": "Neon Moss Dusk",
            "colors": [
                "#CCFFBD",
                "#7ECA9C",
                "#40394A",
                "#1C1427"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.335614Z"
        },
        {
            "id": 1041,
            "id_string": "ff4646-ff8585-ffb396-fff5c0-retroswatch",
            "name": "Electric Scarlet Breeze",
            "colors": [
                "#FF4646",
                "#FF8585",
                "#FFB396",
                "#FFF5C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.083193Z"
        },
        {
            "id": 1005,
            "id_string": "94b4a4-d2f5e3-e5c5b5-f4d9c6-mossyhex",
            "name": "Soft Apricot Field",
            "colors": [
                "#94B4A4",
                "#D2F5E3",
                "#E5C5B5",
                "#F4D9C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.907188Z"
        },
        {
            "id": 846,
            "id_string": "493323-91684a-eaac7f-ffdf91-studiomochi",
            "name": "Vivid Apricot Dream",
            "colors": [
                "#493323",
                "#91684A",
                "#EAAC7F",
                "#FFDF91"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.928779Z"
        }
    ]
}