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

{
    "id": 514,
    "id_string": "b2a4ff-ffb4b4-ffdeb4-fdf7c3-studiomochi",
    "name": "Pale Azure Hush",
    "desc": null,
    "colors": [
        "#B2A4FF",
        "#FFB4B4",
        "#FFDEB4",
        "#FDF7C3"
    ],
    "color_count": 4,
    "signature": "3b88469ced82ea9cf964beb062a8eda9004b7a14",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 68,
    "score": 97.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 324,
            "id_string": "neon",
            "name": "Neon",
            "title": "Neon",
            "desc": ""
        },
        {
            "id": 325,
            "id_string": "warm",
            "name": "Warm",
            "title": "Warm",
            "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.855314Z",
    "updated": "2026-06-25T17:16:36.855292Z"
}