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

{
    "id": 465,
    "id_string": "f8f4e1-af8f6f-74512d-543310-mossyhex",
    "name": "Cool Apricot Tide",
    "desc": null,
    "colors": [
        "#F8F4E1",
        "#AF8F6F",
        "#74512D",
        "#543310"
    ],
    "color_count": 4,
    "signature": "d54f2b2ca01282126195cd7adb67866ec8f74bcf",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 61,
    "score": 93.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.608801Z",
    "updated": "2026-06-25T17:16:36.608796Z"
}