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=color_count&page=21
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=color_count&page=22",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=20"
    },
    "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": 522,
            "id_string": "0c134f-1d267d-5c469c-d4adfc-retroswatch",
            "name": "Indigo Dusk",
            "colors": [
                "#0C134F",
                "#1D267D",
                "#5C469C",
                "#D4ADFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.921735Z"
        },
        {
            "id": 541,
            "id_string": "bfecff-cdc1ff-fff6e3-ffccea-mossyhex",
            "name": "Pastel Cyan Mist",
            "colors": [
                "#BFECFF",
                "#CDC1FF",
                "#FFF6E3",
                "#FFCCEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.052698Z"
        },
        {
            "id": 1196,
            "id_string": "706233-b0926a-e1c78f-fae7c9-mossyhex",
            "name": "Neon Amber Grove",
            "colors": [
                "#706233",
                "#B0926A",
                "#E1C78F",
                "#FAE7C9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.814051Z"
        },
        {
            "id": 563,
            "id_string": "645cbb-a084dc-bface2-ebc7e6-coloreef",
            "name": "Warm Iris Tide",
            "colors": [
                "#645CBB",
                "#A084DC",
                "#BFACE2",
                "#EBC7E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.160807Z"
        },
        {
            "id": 540,
            "id_string": "caf7e3-edffec-f6dfeb-e4bad4-studiomochi",
            "name": "Pastel Moss Mist",
            "colors": [
                "#CAF7E3",
                "#EDFFEC",
                "#F6DFEB",
                "#E4BAD4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.048112Z"
        },
        {
            "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": 680,
            "id_string": "eeebdd-d8b6a4-630000-000000-huedrift",
            "name": "Vivid Ruby Grove",
            "colors": [
                "#EEEBDD",
                "#D8B6A4",
                "#630000",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.761196Z"
        },
        {
            "id": 361,
            "id_string": "f5efe6-e8dfca-aebdca-7895b2-candytone",
            "name": "Amber Meadow",
            "colors": [
                "#F5EFE6",
                "#E8DFCA",
                "#AEBDCA",
                "#7895B2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.121471Z"
        },
        {
            "id": 801,
            "id_string": "716f81-b97a95-f6ae99-f2e1c1-cobaltcat",
            "name": "Crimson Dream",
            "colors": [
                "#716F81",
                "#B97A95",
                "#F6AE99",
                "#F2E1C1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.339876Z"
        }
    ]
}