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=123
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=124",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=122"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 444,
            "id_string": "ffe6e6-e1afd1-ad88c6-7469b6-candytone",
            "name": "Neon Ruby Drift",
            "colors": [
                "#FFE6E6",
                "#E1AFD1",
                "#AD88C6",
                "#7469B6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.509861Z"
        },
        {
            "id": 161,
            "id_string": "000000-ffffff-ff0000-00ff00-ffff00-ff00ff-00ffff-ffa500-marcsangio",
            "name": "Hornet",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF0000",
                "#00FF00",
                "#FFFF00",
                "#FF00FF",
                "#00FFFF",
                "#FFA500"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.258925Z"
        },
        {
            "id": 956,
            "id_string": "eb5353-f9d923-36ae7c-187498-hexharbor",
            "name": "Electric Honey Field",
            "colors": [
                "#EB5353",
                "#F9D923",
                "#36AE7C",
                "#187498"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.592438Z"
        },
        {
            "id": 927,
            "id_string": "021526-03346e-6eacda-e2e2b6-swatchbird",
            "name": "Ocean Dusk",
            "colors": [
                "#021526",
                "#03346E",
                "#6EACDA",
                "#E2E2B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.326670Z"
        },
        {
            "id": 294,
            "id_string": "000000-ffffff-ff0000-00ff00-ffff00-ff00ff-00ffff-ffa500-74d4b0dd-shrecklings",
            "name": "9-color palette",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF0000",
                "#00FF00",
                "#FFFF00",
                "#FF00FF",
                "#00FFFF",
                "#FFA500",
                "#B17102"
            ],
            "color_count": 9,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.179493Z"
        },
        {
            "id": 202,
            "id_string": "f6f6f6-000003-e3d147-da511e-ec470f-comficker",
            "name": "Fennekin",
            "colors": [
                "#F6F6F6",
                "#000003",
                "#E3D147",
                "#DA511E",
                "#EC470F"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.499814Z"
        },
        {
            "id": 902,
            "id_string": "f6f6f6-c7ffd8-98ded9-161d6f-coloreef",
            "name": "Vivid Forest Meadow",
            "colors": [
                "#F6F6F6",
                "#C7FFD8",
                "#98DED9",
                "#161D6F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.207712Z"
        },
        {
            "id": 817,
            "id_string": "632626-9d5353-bf8b67-dacc96-huedrift",
            "name": "Gold Tide",
            "colors": [
                "#632626",
                "#9D5353",
                "#BF8B67",
                "#DACC96"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.458068Z"
        },
        {
            "id": 1173,
            "id_string": "11009e-4942e4-8696fe-c4b0ff-cobaltcat",
            "name": "Sky Sunset",
            "colors": [
                "#11009E",
                "#4942E4",
                "#8696FE",
                "#C4B0FF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.707325Z"
        },
        {
            "id": 906,
            "id_string": "865858-8e7f7f-bbbbbb-e2d5d5-huedrift",
            "name": "Warm Ruby Grove",
            "colors": [
                "#865858",
                "#8E7F7F",
                "#BBBBBB",
                "#E2D5D5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.226174Z"
        }
    ]
}