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/?format=api&ordering=usage_count&page=136
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "instance": null,
    "properties": [],
    "meta": null,
    "links": {
        "next": null,
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=135"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1336,
            "id_string": "ffffff-000000-ff9700-hoanglambk57",
            "name": "Tiny Penguin",
            "colors": [
                "#FFFFFF",
                "#000000",
                "#FF9700"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 4,
            "source": "art",
            "status": "public",
            "updated": "2026-08-15T13:35:10.846130Z"
        }
    ]
}