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=36
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=37",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=35"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 703,
            "id_string": "232931-393e46-4ecca3-eeeeee-huedrift",
            "name": "Cool Teal Haze",
            "colors": [
                "#232931",
                "#393E46",
                "#4ECCA3",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.869120Z"
        },
        {
            "id": 498,
            "id_string": "f4bfbf-ffd9c0-faf0d7-8cc0de-nordichue",
            "name": "Soft Apricot Field",
            "colors": [
                "#F4BFBF",
                "#FFD9C0",
                "#FAF0D7",
                "#8CC0DE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.766921Z"
        },
        {
            "id": 1024,
            "id_string": "151515-a91d3a-c73659-eeeeee-pixelpine",
            "name": "Warm Rose Tide",
            "colors": [
                "#151515",
                "#A91D3A",
                "#C73659",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.999385Z"
        },
        {
            "id": 611,
            "id_string": "a8e6cf-fdffab-ffd3b6-ffaaa5-retroswatch",
            "name": "Cloud Sunbeam Breeze",
            "colors": [
                "#A8E6CF",
                "#FDFFAB",
                "#FFD3B6",
                "#FFAAA5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.389532Z"
        },
        {
            "id": 536,
            "id_string": "ffd5e5-ffffdd-a0ffe6-81f5ff-nordichue",
            "name": "Pale Magenta Bloom",
            "colors": [
                "#FFD5E5",
                "#FFFFDD",
                "#A0FFE6",
                "#81F5FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.027110Z"
        },
        {
            "id": 1318,
            "id_string": "ffffff-1a1c19-f78e4a-f7b6ed-hoanglambk57",
            "name": "Chubby Little Penguin",
            "colors": [
                "#FFFFFF",
                "#1A1C19",
                "#F78E4A",
                "#F7B6ED"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 4,
            "source": "art",
            "status": "public",
            "updated": "2026-08-11T16:14:45.855634Z"
        },
        {
            "id": 485,
            "id_string": "f6f5f5-d3e0ea-1687a7-276678-coloreef",
            "name": "Vivid Tide Drift",
            "colors": [
                "#F6F5F5",
                "#D3E0EA",
                "#1687A7",
                "#276678"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.707156Z"
        },
        {
            "id": 559,
            "id_string": "faf7f0-cdfcf6-bccef8-98a8f8-pixelpine",
            "name": "Pastel Mint Bay",
            "colors": [
                "#FAF7F0",
                "#CDFCF6",
                "#BCCEF8",
                "#98A8F8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.141895Z"
        },
        {
            "id": 1233,
            "id_string": "3d8d7a-b3d8a8-fbffe4-a3d1c6-retroswatch",
            "name": "Electric Meadow Dawn",
            "colors": [
                "#3D8D7A",
                "#B3D8A8",
                "#FBFFE4",
                "#A3D1C6"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.986260Z"
        },
        {
            "id": 574,
            "id_string": "b983ff-94b3fd-94daff-99feff-paperfox",
            "name": "Pale Iris Mist",
            "colors": [
                "#B983FF",
                "#94B3FD",
                "#94DAFF",
                "#99FEFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.214044Z"
        }
    ]
}