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=-created&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=-created&page=135"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1,
            "id_string": "000000-ffffff-akhvledianialyona",
            "name": "1-Bit Monochrome",
            "colors": [
                "#000000",
                "#FFFFFF"
            ],
            "color_count": 2,
            "like_count": 0,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-24T02:37:07.721233Z"
        }
    ]
}