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

{
    "id": 164,
    "id_string": "fefefe-232127-fe9003-af5301-e1e1e3",
    "name": "5-color palette",
    "desc": null,
    "colors": [
        "#FEFEFE",
        "#232127",
        "#FE9003",
        "#AF5301",
        "#E1E1E3"
    ],
    "color_count": 5,
    "signature": "f88c91db949e0bd52895b2cf0bac552a06d3b4b7",
    "source": "extracted",
    "status": "public",
    "like_count": 0,
    "usage_count": 0,
    "download_count": 76,
    "score": 82.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 325,
            "id_string": "warm",
            "name": "Warm",
            "title": "Warm",
            "desc": ""
        },
        {
            "id": 327,
            "id_string": "gradient",
            "name": "Gradient",
            "title": "Gradient",
            "desc": ""
        }
    ],
    "user": null,
    "created": "2026-06-24T02:38:16.282822Z",
    "updated": "2026-06-24T02:38:16.282816Z"
}