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

{
    "id": 126,
    "id_string": "00020f-3ea6e5-54a1cf-2ab0f6-c6d9dd-020c2b-6e80af-edcec1-c4884fe1-comficker",
    "name": "Sonic 8bit",
    "desc": null,
    "colors": [
        "#00020F",
        "#3EA6E5",
        "#54A1CF",
        "#2AB0F6",
        "#C6D9DD",
        "#020C2B",
        "#6E80AF",
        "#EDCEC1",
        "#8C5C53",
        "#063267",
        "#9F543C",
        "#292241",
        "#7F7A8F",
        "#C22256",
        "#623551"
    ],
    "color_count": 15,
    "signature": "c4884fe1cbee8e6ab9b3edb8c7e5d890138a1419",
    "source": "extracted",
    "status": "public",
    "like_count": 0,
    "usage_count": 1,
    "download_count": 62,
    "score": 68.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 328,
            "id_string": "cold",
            "name": "Cold",
            "title": "Cold",
            "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.603390Z",
    "updated": "2026-06-24T02:38:15.603385Z"
}