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

{
    "id": 661,
    "id_string": "4a55a2-7895cb-a0bfe0-c5dff8-tonecraft",
    "name": "Electric Cyan Drift",
    "desc": null,
    "colors": [
        "#4A55A2",
        "#7895CB",
        "#A0BFE0",
        "#C5DFF8"
    ],
    "color_count": 4,
    "signature": "f4b5808a1fc3ff2b815a8028392e0d43c0b555b6",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 67,
    "score": 99.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 327,
            "id_string": "gradient",
            "name": "Gradient",
            "title": "Gradient",
            "desc": ""
        },
        {
            "id": 328,
            "id_string": "cold",
            "name": "Cold",
            "title": "Cold",
            "desc": ""
        }
    ],
    "user": {
        "id": 26932,
        "first_name": "",
        "last_name": "",
        "username": "tonecraft",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-25T17:16:37.669703Z",
    "updated": "2026-06-25T17:16:37.669698Z"
}