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=53
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=54",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=52"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 185,
            "id_string": "ffffff-000000-00b4d2-bb0411-65cf02-comficker",
            "name": "Black Monster",
            "colors": [
                "#FFFFFF",
                "#000000",
                "#00B4D2",
                "#BB0411",
                "#65CF02"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.405438Z"
        },
        {
            "id": 130,
            "id_string": "33b6e7-2a3128-000600-e5c010-comficker",
            "name": "Angry Birds 8bit: Blue",
            "colors": [
                "#33B6E7",
                "#2A3128",
                "#000600",
                "#E5C010"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.623879Z"
        },
        {
            "id": 1281,
            "id_string": "feeac9-ffcdc9-fdacac-fd7979-coloreef",
            "name": "Pale Crimson Dusk",
            "colors": [
                "#FEEAC9",
                "#FFCDC9",
                "#FDACAC",
                "#FD7979"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.252009Z"
        },
        {
            "id": 1267,
            "id_string": "14279b-3d56b2-5c7aea-e6e6e6-duskpixel",
            "name": "Neon Cobalt Field",
            "colors": [
                "#14279B",
                "#3D56B2",
                "#5C7AEA",
                "#E6E6E6"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.177065Z"
        },
        {
            "id": 1167,
            "id_string": "022c43-053f5e-115173-ffd700-swatchbird",
            "name": "Twilight Citrine Veil",
            "colors": [
                "#022C43",
                "#053F5E",
                "#115173",
                "#FFD700"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.680198Z"
        },
        {
            "id": 1090,
            "id_string": "f5f4f4-cae4db-cdac81-00303f-studiomochi",
            "name": "Neon Aqua Grove",
            "colors": [
                "#F5F4F4",
                "#CAE4DB",
                "#CDAC81",
                "#00303F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.310376Z"
        },
        {
            "id": 860,
            "id_string": "0a4d68-088395-05bfdb-00ffca-swatchbird",
            "name": "Twilight Teal Haze",
            "colors": [
                "#0A4D68",
                "#088395",
                "#05BFDB",
                "#00FFCA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.994726Z"
        },
        {
            "id": 851,
            "id_string": "cff6cf-cfe5cf-e5cfe5-f6def6-mossyhex",
            "name": "Soft Jade Hush",
            "colors": [
                "#CFF6CF",
                "#CFE5CF",
                "#E5CFE5",
                "#F6DEF6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.952753Z"
        },
        {
            "id": 829,
            "id_string": "ff75a0-fce38a-eaffd0-95e1d3-paperfox",
            "name": "Cloud Magenta Tide",
            "colors": [
                "#FF75A0",
                "#FCE38A",
                "#EAFFD0",
                "#95E1D3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.647333Z"
        },
        {
            "id": 815,
            "id_string": "7c83fd-96baff-7dedff-88fff7-mossyhex",
            "name": "Neon Ocean Dawn",
            "colors": [
                "#7C83FD",
                "#96BAFF",
                "#7DEDFF",
                "#88FFF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.438253Z"
        }
    ]
}