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=96
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=97",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=95"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 897,
            "id_string": "c8c6a7-92967d-6e7c7c-435560-minthaze",
            "name": "Warm Honey Haze",
            "colors": [
                "#C8C6A7",
                "#92967D",
                "#6E7C7C",
                "#435560"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.181533Z"
        },
        {
            "id": 785,
            "id_string": "d3dedc-92a9bd-7c99ac-ffefef-studiomochi",
            "name": "Electric Scarlet Grove",
            "colors": [
                "#D3DEDC",
                "#92A9BD",
                "#7C99AC",
                "#FFEFEF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.266205Z"
        },
        {
            "id": 252,
            "id_string": "000000-005ea5-a18300-00994e-pixelmonkey25",
            "name": "4-color palette",
            "colors": [
                "#000000",
                "#005EA5",
                "#A18300",
                "#00994E"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.836737Z"
        },
        {
            "id": 2,
            "id_string": "000000-555555-aaaaaa-ffffff",
            "name": "Grayscale 4",
            "colors": [
                "#000000",
                "#555555",
                "#AAAAAA",
                "#FFFFFF"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-24T02:37:07.735286Z"
        },
        {
            "id": 551,
            "id_string": "f3f3e0-133e87-608bc1-cbdceb-candytone",
            "name": "Sky Drift",
            "colors": [
                "#F3F3E0",
                "#133E87",
                "#608BC1",
                "#CBDCEB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.104206Z"
        },
        {
            "id": 439,
            "id_string": "b3c8cf-bed7dc-f1eedc-e5ddc5-palettepup",
            "name": "Cloud Gold Sunset",
            "colors": [
                "#B3C8CF",
                "#BED7DC",
                "#F1EEDC",
                "#E5DDC5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.486924Z"
        },
        {
            "id": 1262,
            "id_string": "001524-445d48-d6cc99-fde5d4-swatchbird",
            "name": "Aqua Grove",
            "colors": [
                "#001524",
                "#445D48",
                "#D6CC99",
                "#FDE5D4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.149513Z"
        },
        {
            "id": 1004,
            "id_string": "ffaaa5-fcf8f3-ffd3b6-698474-swatchbird",
            "name": "Neon Ruby Tide",
            "colors": [
                "#FFAAA5",
                "#FCF8F3",
                "#FFD3B6",
                "#698474"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.902672Z"
        },
        {
            "id": 1039,
            "id_string": "727d73-aab99a-d0ddd0-f0f0d7-minthaze",
            "name": "Warm Gold Dream",
            "colors": [
                "#727D73",
                "#AAB99A",
                "#D0DDD0",
                "#F0F0D7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.074135Z"
        },
        {
            "id": 794,
            "id_string": "e7e7de-008891-00587a-0f3057-tonecraft",
            "name": "Electric Cyan Bay",
            "colors": [
                "#E7E7DE",
                "#008891",
                "#00587A",
                "#0F3057"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.307323Z"
        }
    ]
}