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

{
    "id": 494,
    "id_string": "ccd6a6-dae2b6-f4ead5-fffbe9-hexharbor",
    "name": "Pale Sunbeam Glow",
    "desc": null,
    "colors": [
        "#CCD6A6",
        "#DAE2B6",
        "#F4EAD5",
        "#FFFBE9"
    ],
    "color_count": 4,
    "signature": "e6555ec5e3267295a9d703e15dd8983d4646a521",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 53,
    "score": 82.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": ""
        },
        {
            "id": 331,
            "id_string": "pastel",
            "name": "Pastel",
            "title": "Pastel",
            "desc": ""
        }
    ],
    "user": {
        "id": 26931,
        "first_name": "",
        "last_name": "",
        "username": "hexharbor",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-25T17:16:36.748823Z",
    "updated": "2026-06-25T17:16:36.748818Z"
}