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=name&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=name&page=135"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1309,
            "id_string": "301003-3d2109-ee8a34-f09417-f6b51d-fac112-6b7880-f0834b-f6e3e989-hoanglambk57",
            "name": "Yellow Tile",
            "colors": [
                "#301003",
                "#3D2109",
                "#EE8A34",
                "#F09417",
                "#F6B51D",
                "#FAC112",
                "#6B7880",
                "#F0834B",
                "#E79959",
                "#F8E7A1",
                "#FDE8B1",
                "#D4BF7C",
                "#130504",
                "#585E7E",
                "#1B0D1E",
                "#2B0000",
                "#DDDEF2",
                "#01000E",
                "#FCFFFF",
                "#7A7D84",
                "#08091D",
                "#FEDDBE",
                "#FFE9D4",
                "#DABFA1",
                "#F18217",
                "#E59323",
                "#DC8D0C",
                "#F3B836",
                "#5A5D66",
                "#977615",
                "#A17508",
                "#F2CA68",
                "#E3B23C",
                "#D49B10",
                "#9F6535",
                "#161500",
                "#401200",
                "#93561D",
                "#14212A",
                "#8F8697",
                "#706561"
            ],
            "color_count": 41,
            "like_count": 0,
            "usage_count": 1,
            "source": "art",
            "status": "public",
            "updated": "2026-08-09T14:05:42.252297Z"
        }
    ]
}