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

{
    "id": 908,
    "id_string": "fff7d1-ffecc8-ffd09b-ffb0b0-retroswatch",
    "name": "Soft Gold Glow",
    "desc": null,
    "colors": [
        "#FFF7D1",
        "#FFECC8",
        "#FFD09B",
        "#FFB0B0"
    ],
    "color_count": 4,
    "signature": "b78ca64daa2f41c4182296fe3ae9c33483e94ba5",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 129,
    "score": 158.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 324,
            "id_string": "neon",
            "name": "Neon",
            "title": "Neon",
            "desc": ""
        },
        {
            "id": 325,
            "id_string": "warm",
            "name": "Warm",
            "title": "Warm",
            "desc": ""
        },
        {
            "id": 330,
            "id_string": "light",
            "name": "Light",
            "title": "Light",
            "desc": ""
        }
    ],
    "user": {
        "id": 26941,
        "first_name": "",
        "last_name": "",
        "username": "retroswatch",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-25T17:16:39.236096Z",
    "updated": "2026-06-25T17:16:39.236091Z"
}