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=color_count&page=61
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=color_count&page=62",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=60"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 955,
            "id_string": "eee2de-ea906c-b31312-2b2a4c-cobaltcat",
            "name": "Vivid Ruby Field",
            "colors": [
                "#EEE2DE",
                "#EA906C",
                "#B31312",
                "#2B2A4C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.580986Z"
        },
        {
            "id": 410,
            "id_string": "5f7161-6d8b74-efead8-d0c9c0-studiomochi",
            "name": "Honey Veil",
            "colors": [
                "#5F7161",
                "#6D8B74",
                "#EFEAD8",
                "#D0C9C0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.350630Z"
        },
        {
            "id": 430,
            "id_string": "faf1e4-cedebd-9eb384-435334-palettepup",
            "name": "Cool Coral Grove",
            "colors": [
                "#FAF1E4",
                "#CEDEBD",
                "#9EB384",
                "#435334"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.445681Z"
        },
        {
            "id": 271,
            "id_string": "ffffff-0000ff-f5f500-12cece-paulidemello420",
            "name": "4-color palette",
            "colors": [
                "#FFFFFF",
                "#0000FF",
                "#F5F500",
                "#12CECE"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.012506Z"
        },
        {
            "id": 350,
            "id_string": "6096b4-93bfcf-bdcdd6-eee9da-pixelpine",
            "name": "Cyan Tide",
            "colors": [
                "#6096B4",
                "#93BFCF",
                "#BDCDD6",
                "#EEE9DA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.067891Z"
        },
        {
            "id": 799,
            "id_string": "fff8e8-f7eed3-aab396-674636-palettepup",
            "name": "Neon Ember Mist",
            "colors": [
                "#FFF8E8",
                "#F7EED3",
                "#AAB396",
                "#674636"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.330706Z"
        },
        {
            "id": 880,
            "id_string": "faf6e9-ece8d9-fffdf6-494949-paperfox",
            "name": "Electric Honey Bay",
            "colors": [
                "#FAF6E9",
                "#ECE8D9",
                "#FFFDF6",
                "#494949"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.102725Z"
        },
        {
            "id": 847,
            "id_string": "1e201e-3c3d37-697565-ecdfcc-hexharbor",
            "name": "Warm Ember Veil",
            "colors": [
                "#1E201E",
                "#3C3D37",
                "#697565",
                "#ECDFCC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.933639Z"
        },
        {
            "id": 894,
            "id_string": "ff6464-ff8264-ffaa64-fff5a5-cobaltcat",
            "name": "Crimson Tide",
            "colors": [
                "#FF6464",
                "#FF8264",
                "#FFAA64",
                "#FFF5A5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.167802Z"
        },
        {
            "id": 932,
            "id_string": "ffeedb-ffd8cc-ffbd9b-0a1d37-coloreef",
            "name": "Vivid Ember Hush",
            "colors": [
                "#FFEEDB",
                "#FFD8CC",
                "#FFBD9B",
                "#0A1D37"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.352256Z"
        }
    ]
}