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

{
    "id": 598,
    "id_string": "092635-1b4242-5c8374-9ec8b9-palettepup",
    "name": "Dusk Aqua Field",
    "desc": null,
    "colors": [
        "#092635",
        "#1B4242",
        "#5C8374",
        "#9EC8B9"
    ],
    "color_count": 4,
    "signature": "547f9f71968085cbbc16a341f5b6e74584ec870b",
    "source": "curated",
    "status": "public",
    "like_count": 13,
    "usage_count": 0,
    "download_count": 63,
    "score": 95.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": 26935,
        "first_name": "",
        "last_name": "",
        "username": "palettepup",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-25T17:16:37.326204Z",
    "updated": "2026-06-25T17:16:37.326200Z"
}