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

{
    "id": 427,
    "id_string": "faf8f1-faeab1-e5ba73-c58940-paperfox",
    "name": "Vivid Gold Dusk",
    "desc": null,
    "colors": [
        "#FAF8F1",
        "#FAEAB1",
        "#E5BA73",
        "#C58940"
    ],
    "color_count": 4,
    "signature": "2b4b148ac8f18f46c47d33e8381bf624d59ab78f",
    "source": "curated",
    "status": "public",
    "like_count": 14,
    "usage_count": 0,
    "download_count": 91,
    "score": 125.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 325,
            "id_string": "warm",
            "name": "Warm",
            "title": "Warm",
            "desc": ""
        },
        {
            "id": 327,
            "id_string": "gradient",
            "name": "Gradient",
            "title": "Gradient",
            "desc": ""
        },
        {
            "id": 330,
            "id_string": "light",
            "name": "Light",
            "title": "Light",
            "desc": ""
        }
    ],
    "user": {
        "id": 26943,
        "first_name": "",
        "last_name": "",
        "username": "paperfox",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-25T17:16:36.431854Z",
    "updated": "2026-06-25T17:16:36.431848Z"
}