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

{
    "id": 1127,
    "id_string": "f0f0f0-213555-4f709c-e5d283-duskpixel",
    "name": "Warm Gold Dusk",
    "desc": null,
    "colors": [
        "#F0F0F0",
        "#213555",
        "#4F709C",
        "#E5D283"
    ],
    "color_count": 4,
    "signature": "f6b433db061ce1cfa19ba5c1c333da936aa78fe7",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 92,
    "score": 124.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 326,
            "id_string": "gold",
            "name": "Gold",
            "title": "Gold",
            "desc": ""
        },
        {
            "id": 328,
            "id_string": "cold",
            "name": "Cold",
            "title": "Cold",
            "desc": ""
        }
    ],
    "user": {
        "id": 26938,
        "first_name": "",
        "last_name": "",
        "username": "duskpixel",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-25T17:16:40.483703Z",
    "updated": "2026-06-25T17:16:40.483698Z"
}