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

{
    "id": 167,
    "id_string": "9c9b96-252621-b88254-483429-a4a097-a77248-89867f-ddcbb3-ad95867d-comficker",
    "name": "Koala",
    "desc": null,
    "colors": [
        "#9C9B96",
        "#252621",
        "#B88254",
        "#483429",
        "#A4A097",
        "#A77248",
        "#89867F",
        "#DDCBB3",
        "#686868",
        "#48A240",
        "#42783C",
        "#5C542F",
        "#8C603B",
        "#6AB652",
        "#355434"
    ],
    "color_count": 15,
    "signature": "ad95867d57514a1992113b832723b31876d30ce0",
    "source": "extracted",
    "status": "public",
    "like_count": 0,
    "usage_count": 1,
    "download_count": 75,
    "score": 78.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 325,
            "id_string": "warm",
            "name": "Warm",
            "title": "Warm",
            "desc": ""
        }
    ],
    "user": {
        "id": 1,
        "first_name": "",
        "last_name": "",
        "username": "comficker",
        "meta": {
            "coloring": {
                "editor": 700,
                "current": 737
            },
            "game_minesweeper": {
                "GMS": 27.5,
                "won": 55,
                "dead": 246,
                "score": 5156.0
            }
        },
        "groups": [
            {
                "id": 17,
                "name": "besy_permit_account"
            },
            {
                "id": 18,
                "name": "besy_permit_report"
            },
            {
                "id": 19,
                "name": "besy_permit_transaction"
            },
            {
                "id": 111,
                "name": "besy_permit_order"
            },
            {
                "id": 112,
                "name": "besy_permit_fulfillment"
            }
        ],
        "is_staff": true,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-24T02:38:16.301248Z",
    "updated": "2026-06-24T02:38:16.301242Z"
}