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

{
    "id": 1290,
    "id_string": "76ba99-adcf9f-ced89e-ffdcae-candytone",
    "name": "Electric Coral Tide",
    "desc": null,
    "colors": [
        "#76BA99",
        "#ADCF9F",
        "#CED89E",
        "#FFDCAE"
    ],
    "color_count": 4,
    "signature": "6c1683c3de7eebcd496ef81938b53f9fcae92aee",
    "source": "curated",
    "status": "public",
    "like_count": 12,
    "usage_count": 0,
    "download_count": 53,
    "score": 80.0,
    "is_liked": false,
    "taxonomies": [
        {
            "id": 325,
            "id_string": "warm",
            "name": "Warm",
            "title": "Warm",
            "desc": ""
        },
        {
            "id": 330,
            "id_string": "light",
            "name": "Light",
            "title": "Light",
            "desc": ""
        },
        {
            "id": 331,
            "id_string": "pastel",
            "name": "Pastel",
            "title": "Pastel",
            "desc": ""
        }
    ],
    "user": {
        "id": 26940,
        "first_name": "",
        "last_name": "",
        "username": "candytone",
        "meta": {},
        "groups": [],
        "is_staff": false,
        "is_temporary": false,
        "avatar": null,
        "score": 0
    },
    "created": "2026-06-25T17:16:41.292947Z",
    "updated": "2026-06-25T17:16:41.292943Z"
}