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

{
    "id": 829,
    "id_string": "ff75a0-fce38a-eaffd0-95e1d3-paperfox",
    "name": "Cloud Magenta Tide",
    "desc": null,
    "colors": [
        "#FF75A0",
        "#FCE38A",
        "#EAFFD0",
        "#95E1D3"
    ],
    "color_count": 4,
    "signature": "44417002ec3cacf28f2ee56227bb9e50eeb791ba",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 63,
    "score": 92.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": 26943,
        "first_name": "",
        "last_name": "",
        "username": "paperfox",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-25T17:16:38.647342Z",
    "updated": "2026-06-25T17:16:38.647333Z"
}