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

{
    "id": 537,
    "id_string": "89a8b2-b3c8cf-e5e1da-f1f0e8-mossyhex",
    "name": "Cloud Gold Dawn",
    "desc": null,
    "colors": [
        "#89A8B2",
        "#B3C8CF",
        "#E5E1DA",
        "#F1F0E8"
    ],
    "color_count": 4,
    "signature": "cf8e5953f3799ff899782f8d6d29003fe9292981",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 63,
    "score": 92.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 330,
            "id_string": "light",
            "name": "Light",
            "title": "Light",
            "desc": ""
        },
        {
            "id": 331,
            "id_string": "pastel",
            "name": "Pastel",
            "title": "Pastel",
            "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:37.033316Z",
    "updated": "2026-06-25T17:16:37.033308Z"
}