Palette Instance
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/688/?format=api
{
"id": 688,
"id_string": "e8e8e8-5588a3-145374-00334e-studiomochi",
"name": "Aqua Dream",
"desc": null,
"colors": [
"#E8E8E8",
"#5588A3",
"#145374",
"#00334E"
],
"color_count": 4,
"signature": "52bf2818b9d2fbc7bafb0455ec5bdbdb56ca8774",
"source": "curated",
"status": "public",
"like_count": 13,
"usage_count": 0,
"download_count": 62,
"score": 94.0,
"is_liked": false,
"taxonomies": [
{
"id": 327,
"id_string": "gradient",
"name": "Gradient",
"title": "Gradient",
"desc": ""
},
{
"id": 328,
"id_string": "cold",
"name": "Cold",
"title": "Cold",
"desc": ""
}
],
"user": {
"id": 26942,
"first_name": "",
"last_name": "",
"username": "studiomochi",
"meta": {},
"groups": [],
"is_staff": false,
"is_temporary": false,
"avatar": null,
"score": 0
},
"created": "2026-06-25T17:16:37.799390Z",
"updated": "2026-06-25T17:16:37.799384Z"
}