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/467/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 467,
    "id_string": "92c7cf-aad7d9-fbf9f1-e5e1da-mossyhex",
    "name": "Cloud Citrine Breeze",
    "desc": null,
    "colors": [
        "#92C7CF",
        "#AAD7D9",
        "#FBF9F1",
        "#E5E1DA"
    ],
    "color_count": 4,
    "signature": "a71aeb103c13b898c7f7badf09084974492286a6",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 53,
    "score": 85.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 330,
            "id_string": "light",
            "name": "Light",
            "title": "Light",
            "desc": ""
        },
        {
            "id": 331,
            "id_string": "pastel",
            "name": "Pastel",
            "title": "Pastel",
            "desc": ""
        }
    ],
    "user": {
        "id": 26937,
        "first_name": "",
        "last_name": "",
        "username": "mossyhex",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-25T17:16:36.618193Z",
    "updated": "2026-06-25T17:16:36.618188Z"
}