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=17
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=18",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=16"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 330,
            "id_string": "3f8e4f-7bcf5c-hoanglambk57",
            "name": "2-color palette",
            "colors": [
                "#3F8E4F",
                "#7BCF5C"
            ],
            "color_count": 2,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.413858Z"
        },
        {
            "id": 1093,
            "id_string": "ff74b1-ffa1cf-ffd6ec-a7ffe4-retroswatch",
            "name": "Soft Magenta Bay",
            "colors": [
                "#FF74B1",
                "#FFA1CF",
                "#FFD6EC",
                "#A7FFE4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.324186Z"
        },
        {
            "id": 1091,
            "id_string": "907fa4-a58faa-a6d6d6-ededd0-candytone",
            "name": "Warm Sunbeam Dream",
            "colors": [
                "#907FA4",
                "#A58FAA",
                "#A6D6D6",
                "#EDEDD0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.315081Z"
        },
        {
            "id": 495,
            "id_string": "f5f0bb-c4dfaa-90c8ac-73a9ad-nordichue",
            "name": "Sunbeam Harbor",
            "colors": [
                "#F5F0BB",
                "#C4DFAA",
                "#90C8AC",
                "#73A9AD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.753387Z"
        },
        {
            "id": 1200,
            "id_string": "fce2db-ff8fb1-b270a2-7a4495-retroswatch",
            "name": "Blush Meadow",
            "colors": [
                "#FCE2DB",
                "#FF8FB1",
                "#B270A2",
                "#7A4495"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.832174Z"
        },
        {
            "id": 1097,
            "id_string": "025464-e57c23-e8aa42-f8f1f1-huedrift",
            "name": "Tide Tide",
            "colors": [
                "#025464",
                "#E57C23",
                "#E8AA42",
                "#F8F1F1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.345113Z"
        },
        {
            "id": 1240,
            "id_string": "d789d7-9d65c9-5d54a4-2a3d66-nordichue",
            "name": "Warm Plum Field",
            "colors": [
                "#D789D7",
                "#9D65C9",
                "#5D54A4",
                "#2A3D66"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.023024Z"
        },
        {
            "id": 832,
            "id_string": "511845-900c3f-c70039-ff5733-mossyhex",
            "name": "Twilight Magenta Hush",
            "colors": [
                "#511845",
                "#900C3F",
                "#C70039",
                "#FF5733"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.682503Z"
        },
        {
            "id": 482,
            "id_string": "e1f0da-d4e7c5-bfd8af-99bc85-minthaze",
            "name": "Cloud Jade Grove",
            "colors": [
                "#E1F0DA",
                "#D4E7C5",
                "#BFD8AF",
                "#99BC85"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.693408Z"
        },
        {
            "id": 1237,
            "id_string": "d83a56-ff616d-ffeac9-66de93-paperfox",
            "name": "Neon Rose Tide",
            "colors": [
                "#D83A56",
                "#FF616D",
                "#FFEAC9",
                "#66DE93"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.008063Z"
        }
    ]
}