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

{
    "id": 861,
    "id_string": "000000-cf0a0a-dc5f00-eeeeee-retroswatch",
    "name": "Neon Apricot Mist",
    "desc": null,
    "colors": [
        "#000000",
        "#CF0A0A",
        "#DC5F00",
        "#EEEEEE"
    ],
    "color_count": 4,
    "signature": "117a7c4db39bd9956f310befd257e977b9dbb7dc",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 66,
    "score": 98.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": 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.001277Z",
    "updated": "2026-06-25T17:16:39.001271Z"
}