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

{
    "id": 501,
    "id_string": "f3f1f5-f0d9ff-bfa2db-7f7c82-studiomochi",
    "name": "Soft Indigo Sunset",
    "desc": null,
    "colors": [
        "#F3F1F5",
        "#F0D9FF",
        "#BFA2DB",
        "#7F7C82"
    ],
    "color_count": 4,
    "signature": "5560685dbc2e50f8c2fd12fa52b562cec9786bac",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 99,
    "score": 131.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 327,
            "id_string": "gradient",
            "name": "Gradient",
            "title": "Gradient",
            "desc": ""
        },
        {
            "id": 328,
            "id_string": "cold",
            "name": "Cold",
            "title": "Cold",
            "desc": ""
        },
        {
            "id": 330,
            "id_string": "light",
            "name": "Light",
            "title": "Light",
            "desc": ""
        }
    ],
    "user": {
        "id": 26942,
        "first_name": "",
        "last_name": "",
        "username": "studiomochi",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-25T17:16:36.780519Z",
    "updated": "2026-06-25T17:16:36.780514Z"
}