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=77
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=78",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=76"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 525,
            "id_string": "402218-865439-c68b59-d7b19d-duskpixel",
            "name": "Amber Field",
            "colors": [
                "#402218",
                "#865439",
                "#C68B59",
                "#D7B19D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.947286Z"
        },
        {
            "id": 1020,
            "id_string": "a66cff-9c9efe-afb4ff-b1e1ff-nordichue",
            "name": "Pale Indigo Haze",
            "colors": [
                "#A66CFF",
                "#9C9EFE",
                "#AFB4FF",
                "#B1E1FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.977187Z"
        },
        {
            "id": 1125,
            "id_string": "b5c99a-862b0d-fff9c9-ffc95f-tonecraft",
            "name": "Neon Gold Tide",
            "colors": [
                "#B5C99A",
                "#862B0D",
                "#FFF9C9",
                "#FFC95F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.474559Z"
        },
        {
            "id": 441,
            "id_string": "ffacac-ffbfa9-ffebb4-fbffb1-paperfox",
            "name": "Pale Scarlet Grove",
            "colors": [
                "#FFACAC",
                "#FFBFA9",
                "#FFEBB4",
                "#FBFFB1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.496100Z"
        },
        {
            "id": 522,
            "id_string": "0c134f-1d267d-5c469c-d4adfc-retroswatch",
            "name": "Indigo Dusk",
            "colors": [
                "#0C134F",
                "#1D267D",
                "#5C469C",
                "#D4ADFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.921735Z"
        },
        {
            "id": 1265,
            "id_string": "b7e0ff-fff5cd-ffcfb3-e78f81-duskpixel",
            "name": "Soft Cyan Tide",
            "colors": [
                "#B7E0FF",
                "#FFF5CD",
                "#FFCFB3",
                "#E78F81"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.164280Z"
        },
        {
            "id": 1094,
            "id_string": "beebe9-fffdf9-ffe3ed-8ac6d1-paperfox",
            "name": "Cloud Amber Grove",
            "colors": [
                "#BEEBE9",
                "#FFFDF9",
                "#FFE3ED",
                "#8AC6D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.328667Z"
        },
        {
            "id": 869,
            "id_string": "294b29-50623a-789461-dbe7c9-retroswatch",
            "name": "Warm Lime Harbor",
            "colors": [
                "#294B29",
                "#50623A",
                "#789461",
                "#DBE7C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.048250Z"
        },
        {
            "id": 166,
            "id_string": "ebebeb-ffffff-000000-b1602c-db803c-a7655c-e2afa9-ec6a98-28dd0fdc-comficker",
            "name": "Shiba Inu",
            "colors": [
                "#EBEBEB",
                "#FFFFFF",
                "#000000",
                "#B1602C",
                "#DB803C",
                "#A7655C",
                "#E2AFA9",
                "#EC6A98",
                "#92214A",
                "#C2C2C1"
            ],
            "color_count": 10,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.295464Z"
        },
        {
            "id": 1143,
            "id_string": "2f2519-4a3f35-fa7d09-ff4301-duskpixel",
            "name": "Twilight Ember Tide",
            "colors": [
                "#2F2519",
                "#4A3F35",
                "#FA7D09",
                "#FF4301"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.559408Z"
        }
    ]
}