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

{
    "id": 943,
    "id_string": "371b58-4c3575-5b4b8a-7858a6-cobaltcat",
    "name": "Violet Hush",
    "desc": null,
    "colors": [
        "#371B58",
        "#4C3575",
        "#5B4B8A",
        "#7858A6"
    ],
    "color_count": 4,
    "signature": "6903cf04205f2fed27fec99b185bb211fdf50e7d",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 111,
    "score": 140.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 328,
            "id_string": "cold",
            "name": "Cold",
            "title": "Cold",
            "desc": ""
        }
    ],
    "user": {
        "id": 26945,
        "first_name": "",
        "last_name": "",
        "username": "cobaltcat",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-25T17:16:39.464188Z",
    "updated": "2026-06-25T17:16:39.464182Z"
}