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=16
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=17",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=15"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 709,
            "id_string": "004225-f5f5dc-ffb000-ffcf9d-huedrift",
            "name": "Electric Mint Dusk",
            "colors": [
                "#004225",
                "#F5F5DC",
                "#FFB000",
                "#FFCF9D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.896639Z"
        },
        {
            "id": 1278,
            "id_string": "443737-272121-ff0000-ff4d00-mossyhex",
            "name": "Twilight Ruby Bloom",
            "colors": [
                "#443737",
                "#272121",
                "#FF0000",
                "#FF4D00"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.237910Z"
        },
        {
            "id": 1095,
            "id_string": "ccffbd-7eca9c-40394a-1c1427-duskpixel",
            "name": "Neon Moss Dusk",
            "colors": [
                "#CCFFBD",
                "#7ECA9C",
                "#40394A",
                "#1C1427"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.335614Z"
        },
        {
            "id": 1193,
            "id_string": "0081c9-5bc0f8-86e5ff-ffc93c-pixelpine",
            "name": "Electric Aqua Dawn",
            "colors": [
                "#0081C9",
                "#5BC0F8",
                "#86E5FF",
                "#FFC93C"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.800266Z"
        },
        {
            "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": 1238,
            "id_string": "7eb5a6-c36839-86340a-e8d0b3-retroswatch",
            "name": "Electric Ember Bloom",
            "colors": [
                "#7EB5A6",
                "#C36839",
                "#86340A",
                "#E8D0B3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.013350Z"
        },
        {
            "id": 1279,
            "id_string": "ff6b6b-ffd93d-6bcb77-4d96ff-retroswatch",
            "name": "Electric Crimson Veil",
            "colors": [
                "#FF6B6B",
                "#FFD93D",
                "#6BCB77",
                "#4D96FF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.242659Z"
        },
        {
            "id": 476,
            "id_string": "ffdcdc-fff2eb-ffe8cd-ffd6ba-coloreef",
            "name": "Cloud Crimson Grove",
            "colors": [
                "#FFDCDC",
                "#FFF2EB",
                "#FFE8CD",
                "#FFD6BA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.665323Z"
        },
        {
            "id": 1026,
            "id_string": "fa26a0-05dfd7-a3f7bf-fff591-duskpixel",
            "name": "Neon Gold Field",
            "colors": [
                "#FA26A0",
                "#05DFD7",
                "#A3F7BF",
                "#FFF591"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.012218Z"
        },
        {
            "id": 426,
            "id_string": "f4f4f2-e8e8e8-bbbfca-495464-huedrift",
            "name": "Stone Tide",
            "colors": [
                "#F4F4F2",
                "#E8E8E8",
                "#BBBFCA",
                "#495464"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.426814Z"
        }
    ]
}