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

{
    "id": 273,
    "id_string": "000000-df7126-eec39a-cbdbfc-ffffff-dgroes404",
    "name": "5-color palette",
    "desc": null,
    "colors": [
        "#000000",
        "#DF7126",
        "#EEC39A",
        "#CBDBFC",
        "#FFFFFF"
    ],
    "color_count": 5,
    "signature": "6872f12ad8aafeb1e3723daa1bf6b1b8b9e24a49",
    "source": "extracted",
    "status": "public",
    "like_count": 0,
    "usage_count": 0,
    "download_count": 49,
    "score": 55.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 325,
            "id_string": "warm",
            "name": "Warm",
            "title": "Warm",
            "desc": ""
        }
    ],
    "user": {
        "id": 26712,
        "first_name": "Dalpo",
        "last_name": "",
        "username": "dgroes404",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-24T02:38:17.024623Z",
    "updated": "2026-06-24T02:38:17.024618Z"
}