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=12
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=13",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=11"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1133,
            "id_string": "222831-30475e-c1a57b-ececec-paperfox",
            "name": "Apricot Grove",
            "colors": [
                "#222831",
                "#30475E",
                "#C1A57B",
                "#ECECEC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.511220Z"
        },
        {
            "id": 1141,
            "id_string": "f9f8eb-a7d7c5-74b49b-5c8d89-coloreef",
            "name": "Gold Grove",
            "colors": [
                "#F9F8EB",
                "#A7D7C5",
                "#74B49B",
                "#5C8D89"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.547686Z"
        },
        {
            "id": 1213,
            "id_string": "f2f2f2-eae4d5-b6b09f-000000-coloreef",
            "name": "Amber Hush",
            "colors": [
                "#F2F2F2",
                "#EAE4D5",
                "#B6B09F",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.891519Z"
        },
        {
            "id": 1252,
            "id_string": "ff9843-ffdd95-86a7fc-3468c0-studiomochi",
            "name": "Neon Apricot Sunset",
            "colors": [
                "#FF9843",
                "#FFDD95",
                "#86A7FC",
                "#3468C0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.095288Z"
        },
        {
            "id": 1072,
            "id_string": "f4f9f4-c4e3cb-8aae92-616161-palettepup",
            "name": "Cool Pine Dream",
            "colors": [
                "#F4F9F4",
                "#C4E3CB",
                "#8AAE92",
                "#616161"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.227493Z"
        },
        {
            "id": 1256,
            "id_string": "006769-40a578-9dde8b-e6ff94-huedrift",
            "name": "Vivid Aqua Mist",
            "colors": [
                "#006769",
                "#40A578",
                "#9DDE8B",
                "#E6FF94"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.121499Z"
        },
        {
            "id": 790,
            "id_string": "212121-6d9886-d9cab3-f6f6f6-retroswatch",
            "name": "Apricot Bay",
            "colors": [
                "#212121",
                "#6D9886",
                "#D9CAB3",
                "#F6F6F6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.289069Z"
        },
        {
            "id": 1098,
            "id_string": "845460-ead3cb-bdc7c9-2b4f60-candytone",
            "name": "Ember Sunset",
            "colors": [
                "#845460",
                "#EAD3CB",
                "#BDC7C9",
                "#2B4F60"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.349696Z"
        },
        {
            "id": 1257,
            "id_string": "fbf9fa-fd0054-a80038-2b2024-nordichue",
            "name": "Vivid Rose Bloom",
            "colors": [
                "#FBF9FA",
                "#FD0054",
                "#A80038",
                "#2B2024"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.126143Z"
        },
        {
            "id": 328,
            "id_string": "3f8948-7bcf5c-hoanglambk57",
            "name": "2-color palette",
            "colors": [
                "#3F8948",
                "#7BCF5C"
            ],
            "color_count": 2,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.400343Z"
        }
    ]
}