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

{
    "id": 437,
    "id_string": "9a3b3b-c08261-e2c799-f2ecbe-swatchbird",
    "name": "Citrine Grove",
    "desc": null,
    "colors": [
        "#9A3B3B",
        "#C08261",
        "#E2C799",
        "#F2ECBE"
    ],
    "color_count": 4,
    "signature": "12c20046796cbab276a92f56e852928cea9bf9db",
    "source": "curated",
    "status": "public",
    "like_count": 14,
    "usage_count": 0,
    "download_count": 102,
    "score": 133.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 325,
            "id_string": "warm",
            "name": "Warm",
            "title": "Warm",
            "desc": ""
        },
        {
            "id": 326,
            "id_string": "gold",
            "name": "Gold",
            "title": "Gold",
            "desc": ""
        },
        {
            "id": 327,
            "id_string": "gradient",
            "name": "Gradient",
            "title": "Gradient",
            "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:36.477728Z",
    "updated": "2026-06-25T17:16:36.477723Z"
}