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

{
    "id": 1088,
    "id_string": "e4eddb-307672-144d53-1a3c40-tonecraft",
    "name": "Twilight Cyan Grove",
    "desc": null,
    "colors": [
        "#E4EDDB",
        "#307672",
        "#144D53",
        "#1A3C40"
    ],
    "color_count": 4,
    "signature": "8d2e788d9d4fa9e51acb26c3c08202dea52f5819",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 48,
    "score": 77.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 328,
            "id_string": "cold",
            "name": "Cold",
            "title": "Cold",
            "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:40.300992Z",
    "updated": "2026-06-25T17:16:40.300987Z"
}