Palette List
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=like_count&page=136
{ "instance": null, "properties": [], "meta": null, "links": { "next": null, "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=135" }, "count": 1351, "page_size": 10, "num_pages": 136, "results": [ { "id": 341, "id_string": "fff5e4-ffe3e1-ffd1d1-ff9494-candytone", "name": "Cloud Coral Dream", "colors": [ "#FFF5E4", "#FFE3E1", "#FFD1D1", "#FF9494" ], "color_count": 4, "like_count": 16, "usage_count": 0, "source": "curated", "status": "public", "updated": "2026-06-25T17:16:36.020240Z" } ] }