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

{
    "id": 94,
    "id_string": "eee9d4-483c3d-c4b8b7-dad4c8-e4e5f0-594952-cddede-665966-comficker",
    "name": "Icon: Bicycle",
    "desc": null,
    "colors": [
        "#EEE9D4",
        "#483C3D",
        "#C4B8B7",
        "#DAD4C8",
        "#E4E5F0",
        "#594952",
        "#CDDEDE",
        "#665966"
    ],
    "color_count": 8,
    "signature": "3c39f9be963ed4d8845f689cc6afd678cdfdffff",
    "source": "extracted",
    "status": "public",
    "like_count": 0,
    "usage_count": 1,
    "download_count": 142,
    "score": 145.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 326,
            "id_string": "gold",
            "name": "Gold",
            "title": "Gold",
            "desc": ""
        },
        {
            "id": 331,
            "id_string": "pastel",
            "name": "Pastel",
            "title": "Pastel",
            "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:15.372170Z",
    "updated": "2026-06-24T02:38:15.372164Z"
}