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

{
    "id": 1054,
    "id_string": "766161-87a7b3-cdc7be-e1f1dd-mossyhex",
    "name": "Moss Veil",
    "desc": null,
    "colors": [
        "#766161",
        "#87A7B3",
        "#CDC7BE",
        "#E1F1DD"
    ],
    "color_count": 4,
    "signature": "b1b0973066360e7124d03442d19d2f61105b5d60",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 38,
    "score": 67.0,
    "is_liked": false,
    "taxonomies": [],
    "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:40.142800Z",
    "updated": "2026-06-25T17:16:40.142794Z"
}