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

{
    "id": 496,
    "id_string": "8e3200-a64b2a-d7a86e-ffebc1-mossyhex",
    "name": "Neon Apricot Hush",
    "desc": null,
    "colors": [
        "#8E3200",
        "#A64B2A",
        "#D7A86E",
        "#FFEBC1"
    ],
    "color_count": 4,
    "signature": "d3cd14cff80e618d6fa29602b2a7a83c7a5f1269",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 91,
    "score": 123.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 325,
            "id_string": "warm",
            "name": "Warm",
            "title": "Warm",
            "desc": ""
        },
        {
            "id": 327,
            "id_string": "gradient",
            "name": "Gradient",
            "title": "Gradient",
            "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.757908Z",
    "updated": "2026-06-25T17:16:36.757902Z"
}