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

{
    "id": 143,
    "id_string": "49497a-ffac0e-fff24e-ff7337-ffd56e-ffffff-6d4248-bluesmoothearthsnake",
    "name": "Milk Tea",
    "desc": null,
    "colors": [
        "#49497A",
        "#FFAC0E",
        "#FFF24E",
        "#FF7337",
        "#FFD56E",
        "#FFFFFF",
        "#6D4248"
    ],
    "color_count": 7,
    "signature": "859059f808c37b7b9d896e0253e1f4b36e23dd39",
    "source": "extracted",
    "status": "public",
    "like_count": 0,
    "usage_count": 0,
    "download_count": 62,
    "score": 65.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 324,
            "id_string": "neon",
            "name": "Neon",
            "title": "Neon",
            "desc": ""
        },
        {
            "id": 325,
            "id_string": "warm",
            "name": "Warm",
            "title": "Warm",
            "desc": ""
        }
    ],
    "user": {
        "id": 13665,
        "first_name": "",
        "last_name": "",
        "username": "BlueSmoothEarthSnake",
        "meta": {
            "coloring": {
                "current": 694
            }
        },
        "groups": [],
        "is_staff": false,
        "is_temporary": true,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-24T02:38:16.112258Z",
    "updated": "2026-06-24T02:38:16.112249Z"
}