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

{
    "id": 792,
    "id_string": "6c3428-ba704f-dfa878-cee6f3-paperfox",
    "name": "Ember Tide",
    "desc": null,
    "colors": [
        "#6C3428",
        "#BA704F",
        "#DFA878",
        "#CEE6F3"
    ],
    "color_count": 4,
    "signature": "df971868dcfe366ce44effacc8bd2c4f7479513b",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 50,
    "score": 79.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 325,
            "id_string": "warm",
            "name": "Warm",
            "title": "Warm",
            "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.298157Z",
    "updated": "2026-06-25T17:16:38.298152Z"
}