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

{
    "id": 3,
    "id_string": "000000-242424-484848-6d6d6d-919191-b6b6b6-dadada-ffffff",
    "name": "Grayscale 8",
    "desc": null,
    "colors": [
        "#000000",
        "#242424",
        "#484848",
        "#6D6D6D",
        "#919191",
        "#B6B6B6",
        "#DADADA",
        "#FFFFFF"
    ],
    "color_count": 8,
    "signature": "f409973db405c5e57fa2f8a0ce39e2da4001a5bf",
    "source": "curated",
    "status": "public",
    "like_count": 0,
    "usage_count": 0,
    "download_count": 77,
    "score": 77.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 327,
            "id_string": "gradient",
            "name": "Gradient",
            "title": "Gradient",
            "desc": ""
        }
    ],
    "user": null,
    "created": "2026-06-24T02:37:07.738914Z",
    "updated": "2026-06-24T02:37:07.738908Z"
}