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

{
    "id": 446,
    "id_string": "fcf5ee-fbe8e7-f7ddde-ffc4d0-tonecraft",
    "name": "Cloud Rose Bloom",
    "desc": null,
    "colors": [
        "#FCF5EE",
        "#FBE8E7",
        "#F7DDDE",
        "#FFC4D0"
    ],
    "color_count": 4,
    "signature": "4e1b4735676aa8ec912f09d45d11a4f6f87b84de",
    "source": "curated",
    "status": "public",
    "like_count": 14,
    "usage_count": 0,
    "download_count": 58,
    "score": 89.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 325,
            "id_string": "warm",
            "name": "Warm",
            "title": "Warm",
            "desc": ""
        },
        {
            "id": 330,
            "id_string": "light",
            "name": "Light",
            "title": "Light",
            "desc": ""
        }
    ],
    "user": {
        "id": 26932,
        "first_name": "",
        "last_name": "",
        "username": "tonecraft",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-25T17:16:36.519005Z",
    "updated": "2026-06-25T17:16:36.519000Z"
}