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&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&page=135"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1352,
            "id_string": "35342e-70726e-b9b8b4-e1e1e0-f5f5f4-fcfcfb-fefefd-ffffff-warptrain23",
            "name": "Extracted palette",
            "colors": [
                "#35342E",
                "#70726E",
                "#B9B8B4",
                "#E1E1E0",
                "#F5F5F4",
                "#FCFCFB",
                "#FEFEFD",
                "#FFFFFF"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 0,
            "source": "image",
            "status": "public",
            "updated": "2026-08-22T06:15:35.049230Z"
        }
    ]
}