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=3
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=4",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=2"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 935,
            "id_string": "f8b595-f67280-c06c84-6c5b7c-palettepup",
            "name": "Vivid Rose Meadow",
            "colors": [
                "#F8B595",
                "#F67280",
                "#C06C84",
                "#6C5B7C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.384953Z"
        },
        {
            "id": 341,
            "id_string": "fff5e4-ffe3e1-ffd1d1-ff9494-candytone",
            "name": "Cloud Coral Dream",
            "colors": [
                "#FFF5E4",
                "#FFE3E1",
                "#FFD1D1",
                "#FF9494"
            ],
            "color_count": 4,
            "like_count": 16,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.020240Z"
        },
        {
            "id": 343,
            "id_string": "ffc7c7-ffe2e2-f6f6f6-8785a2-retroswatch",
            "name": "Soft Ruby Grove",
            "colors": [
                "#FFC7C7",
                "#FFE2E2",
                "#F6F6F6",
                "#8785A2"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.031410Z"
        },
        {
            "id": 344,
            "id_string": "ad8b73-ceab93-e3caa5-fffbe9-swatchbird",
            "name": "Vivid Honey Dream",
            "colors": [
                "#AD8B73",
                "#CEAB93",
                "#E3CAA5",
                "#FFFBE9"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.036207Z"
        },
        {
            "id": 384,
            "id_string": "ffeecc-ffddcc-ffcccc-febbcc-cobaltcat",
            "name": "Cloud Coral Dream",
            "colors": [
                "#FFEECC",
                "#FFDDCC",
                "#FFCCCC",
                "#FEBBCC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.230966Z"
        },
        {
            "id": 844,
            "id_string": "6c4a4a-c89595-ddbebe-ededed-minthaze",
            "name": "Cool Ruby Tide",
            "colors": [
                "#6C4A4A",
                "#C89595",
                "#DDBEBE",
                "#EDEDED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.916874Z"
        },
        {
            "id": 443,
            "id_string": "f3c5c5-c1a3a3-886f6f-694e4e-swatchbird",
            "name": "Cool Ruby Dusk",
            "colors": [
                "#F3C5C5",
                "#C1A3A3",
                "#886F6F",
                "#694E4E"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.505208Z"
        },
        {
            "id": 1099,
            "id_string": "75cfb8-bbdfc8-f0e5d8-ffc478-studiomochi",
            "name": "Neon Apricot Bay",
            "colors": [
                "#75CFB8",
                "#BBDFC8",
                "#F0E5D8",
                "#FFC478"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.354277Z"
        },
        {
            "id": 595,
            "id_string": "e6ba95-fafdd6-e4e9be-a2b38b-mossyhex",
            "name": "Vivid Gold Dream",
            "colors": [
                "#E6BA95",
                "#FAFDD6",
                "#E4E9BE",
                "#A2B38B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.312358Z"
        },
        {
            "id": 360,
            "id_string": "defcf9-cadefc-c3bef0-cca8e9-coloreef",
            "name": "Pale Azure Sunset",
            "colors": [
                "#DEFCF9",
                "#CADEFC",
                "#C3BEF0",
                "#CCA8E9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.116900Z"
        }
    ]
}