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=68
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=69",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=67"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 372,
            "id_string": "000000-3d0000-950101-ff0000-tonecraft",
            "name": "Midnight Scarlet Mist",
            "colors": [
                "#000000",
                "#3D0000",
                "#950101",
                "#FF0000"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.172730Z"
        },
        {
            "id": 753,
            "id_string": "362222-171010-423f3e-2b2b2b-mossyhex",
            "name": "Midnight Rose Mist",
            "colors": [
                "#362222",
                "#171010",
                "#423F3E",
                "#2B2B2B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.114440Z"
        },
        {
            "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": 172,
            "id_string": "fafaf8-472b1f-d9ac71-5e3e29-28201e-bf8e56-c99f65-ad7f4b-comficker",
            "name": "meerkat",
            "colors": [
                "#FAFAF8",
                "#472B1F",
                "#D9AC71",
                "#5E3E29",
                "#28201E",
                "#BF8E56",
                "#C99F65",
                "#AD7F4B"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.336898Z"
        },
        {
            "id": 1180,
            "id_string": "e7f0dc-597445-658147-729762-studiomochi",
            "name": "Meadow Veil",
            "colors": [
                "#E7F0DC",
                "#597445",
                "#658147",
                "#729762"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.739500Z"
        },
        {
            "id": 596,
            "id_string": "bfcba8-5b8a72-56776c-464f41-studiomochi",
            "name": "Meadow Grove",
            "colors": [
                "#BFCBA8",
                "#5B8A72",
                "#56776C",
                "#464F41"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.317137Z"
        },
        {
            "id": 232,
            "id_string": "000000-ffffff-ff0000-00ff00-ffff00-ff00ff-00ffff-747378-davidfbenko",
            "name": "Max TNT",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF0000",
                "#00FF00",
                "#FFFF00",
                "#FF00FF",
                "#00FFFF",
                "#747378"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.671715Z"
        },
        {
            "id": 949,
            "id_string": "822659-b34180-e36bae-f8a1d1-mossyhex",
            "name": "Mauve Tide",
            "colors": [
                "#822659",
                "#B34180",
                "#E36BAE",
                "#F8A1D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.524107Z"
        },
        {
            "id": 668,
            "id_string": "ffedfa-ffb8e0-ec7fa9-be5985-swatchbird",
            "name": "Mauve Dawn",
            "colors": [
                "#FFEDFA",
                "#FFB8E0",
                "#EC7FA9",
                "#BE5985"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.701694Z"
        },
        {
            "id": 480,
            "id_string": "645caa-a084ca-bface0-ebc7e8-swatchbird",
            "name": "Mauve Bloom",
            "colors": [
                "#645CAA",
                "#A084CA",
                "#BFACE0",
                "#EBC7E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.684146Z"
        }
    ]
}