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

{
    "id": 241,
    "id_string": "000000-ilovepokemon485",
    "name": "1-color palette",
    "desc": null,
    "colors": [
        "#000000"
    ],
    "color_count": 1,
    "signature": "abfef18f951619ea4020008a3c8a262f7abb2907",
    "source": "extracted",
    "status": "public",
    "like_count": 0,
    "usage_count": 0,
    "download_count": 94,
    "score": 94.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 329,
            "id_string": "dark",
            "name": "Dark",
            "title": "Dark",
            "desc": ""
        }
    ],
    "user": {
        "id": 26607,
        "first_name": "Bufferfishh",
        "last_name": "",
        "username": "ilovepokemon485",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-24T02:38:16.756285Z",
    "updated": "2026-06-24T02:38:16.756278Z"
}