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

{
    "id": 739,
    "id_string": "194350-ff8882-ffc2b4-9dbeb9-tonecraft",
    "name": "Vivid Rose Breeze",
    "desc": null,
    "colors": [
        "#194350",
        "#FF8882",
        "#FFC2B4",
        "#9DBEB9"
    ],
    "color_count": 4,
    "signature": "f93a10bb0c0f39c3514bfba2c98ed40d02384745",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 52,
    "score": 84.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 324,
            "id_string": "neon",
            "name": "Neon",
            "title": "Neon",
            "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:38.042788Z",
    "updated": "2026-06-25T17:16:38.042783Z"
}