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=15
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=16",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=14"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1282,
            "id_string": "325288-f4eee8-f5cebe-114e60-candytone",
            "name": "Coral Haze",
            "colors": [
                "#325288",
                "#F4EEE8",
                "#F5CEBE",
                "#114E60"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.256492Z"
        },
        {
            "id": 1292,
            "id_string": "233142-455d7a-f95959-e3e3e3-coloreef",
            "name": "Electric Ruby Hush",
            "colors": [
                "#233142",
                "#455D7A",
                "#F95959",
                "#E3E3E3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.302002Z"
        },
        {
            "id": 1280,
            "id_string": "ff9898-cf455c-971549-470031-retroswatch",
            "name": "Neon Rose Dusk",
            "colors": [
                "#FF9898",
                "#CF455C",
                "#971549",
                "#470031"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.247272Z"
        },
        {
            "id": 1245,
            "id_string": "c7f3ff-fdc7ff-ffdcf5-f2f4c3-pixelpine",
            "name": "Cloud Cyan Bloom",
            "colors": [
                "#C7F3FF",
                "#FDC7FF",
                "#FFDCF5",
                "#F2F4C3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.060345Z"
        },
        {
            "id": 1081,
            "id_string": "ede6db-417d7a-1d5c63-1a3c40-huedrift",
            "name": "Warm Aqua Bloom",
            "colors": [
                "#EDE6DB",
                "#417D7A",
                "#1D5C63",
                "#1A3C40"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.268983Z"
        },
        {
            "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": 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": 1211,
            "id_string": "205781-4f959d-98d2c0-f6f8d5-mossyhex",
            "name": "Gold Haze",
            "colors": [
                "#205781",
                "#4F959D",
                "#98D2C0",
                "#F6F8D5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.882569Z"
        },
        {
            "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": 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"
        }
    ]
}