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

{
    "id": 653,
    "id_string": "79b4b7-fefbf3-f8f0df-9d9d9d-swatchbird",
    "name": "Neon Ember Tide",
    "desc": null,
    "colors": [
        "#79B4B7",
        "#FEFBF3",
        "#F8F0DF",
        "#9D9D9D"
    ],
    "color_count": 4,
    "signature": "6cbe9d2d657143615ecf6fc3d04f75023224bb82",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 61,
    "score": 93.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 325,
            "id_string": "warm",
            "name": "Warm",
            "title": "Warm",
            "desc": ""
        },
        {
            "id": 330,
            "id_string": "light",
            "name": "Light",
            "title": "Light",
            "desc": ""
        }
    ],
    "user": {
        "id": 26933,
        "first_name": "",
        "last_name": "",
        "username": "swatchbird",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-25T17:16:37.629904Z",
    "updated": "2026-06-25T17:16:37.629899Z"
}