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=download_count&page=71
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=download_count&page=72",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=70"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 605,
            "id_string": "cc9b6d-f1ca89-f2dac3-c8c2bc-retroswatch",
            "name": "Neon Ember Grove",
            "colors": [
                "#CC9B6D",
                "#F1CA89",
                "#F2DAC3",
                "#C8C2BC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.362020Z"
        },
        {
            "id": 659,
            "id_string": "ffcdb2-ffb4a2-e5989b-b5828c-candytone",
            "name": "Neon Ember Tide",
            "colors": [
                "#FFCDB2",
                "#FFB4A2",
                "#E5989B",
                "#B5828C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.660703Z"
        },
        {
            "id": 606,
            "id_string": "d8e3e7-51c4d3-126e82-132c33-studiomochi",
            "name": "Neon Aqua Meadow",
            "colors": [
                "#D8E3E7",
                "#51C4D3",
                "#126E82",
                "#132C33"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.366656Z"
        },
        {
            "id": 736,
            "id_string": "99bbad-ebd8b7-c6a9a3-9a8194-retroswatch",
            "name": "Warm Ember Grove",
            "colors": [
                "#99BBAD",
                "#EBD8B7",
                "#C6A9A3",
                "#9A8194"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.029199Z"
        },
        {
            "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"
        },
        {
            "id": 537,
            "id_string": "89a8b2-b3c8cf-e5e1da-f1f0e8-mossyhex",
            "name": "Cloud Gold Dawn",
            "colors": [
                "#89A8B2",
                "#B3C8CF",
                "#E5E1DA",
                "#F1F0E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.033308Z"
        },
        {
            "id": 827,
            "id_string": "fabea7-fbe2e5-9cada4-767c77-paperfox",
            "name": "Amber Drift",
            "colors": [
                "#FABEA7",
                "#FBE2E5",
                "#9CADA4",
                "#767C77"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.628079Z"
        },
        {
            "id": 514,
            "id_string": "b2a4ff-ffb4b4-ffdeb4-fdf7c3-studiomochi",
            "name": "Pale Azure Hush",
            "colors": [
                "#B2A4FF",
                "#FFB4B4",
                "#FFDEB4",
                "#FDF7C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.855292Z"
        },
        {
            "id": 760,
            "id_string": "16423c-6a9c89-c4dad2-e9efec-studiomochi",
            "name": "Warm Teal Glow",
            "colors": [
                "#16423C",
                "#6A9C89",
                "#C4DAD2",
                "#E9EFEC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.146742Z"
        },
        {
            "id": 686,
            "id_string": "003c43-135d66-77b0aa-e3fef7-huedrift",
            "name": "Neon Tide Dawn",
            "colors": [
                "#003C43",
                "#135D66",
                "#77B0AA",
                "#E3FEF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.790147Z"
        }
    ]
}