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

{
    "id": 390,
    "id_string": "f5eee6-fff8e3-f3d7ca-e6a4b4-tonecraft",
    "name": "Soft Citrine Dusk",
    "desc": null,
    "colors": [
        "#F5EEE6",
        "#FFF8E3",
        "#F3D7CA",
        "#E6A4B4"
    ],
    "color_count": 4,
    "signature": "9dea350782e8fd6ffd505e94a222cf950b8ad828",
    "source": "curated",
    "status": "public",
    "like_count": 14,
    "usage_count": 0,
    "download_count": 65,
    "score": 96.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 325,
            "id_string": "warm",
            "name": "Warm",
            "title": "Warm",
            "desc": ""
        },
        {
            "id": 330,
            "id_string": "light",
            "name": "Light",
            "title": "Light",
            "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:36.258087Z",
    "updated": "2026-06-25T17:16:36.258082Z"
}