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/702/?format=api
{
"id": 702,
"id_string": "a8df8e-f3fde8-ffe5e5-ffbfbf-huedrift",
"name": "Pastel Scarlet Breeze",
"desc": null,
"colors": [
"#A8DF8E",
"#F3FDE8",
"#FFE5E5",
"#FFBFBF"
],
"color_count": 4,
"signature": "39adb8041e630d8511add638a6a1b752dddc2b25",
"source": "curated",
"status": "public",
"like_count": 13,
"usage_count": 0,
"download_count": 54,
"score": 83.0,
"is_liked": false,
"taxonomies": [
{
"id": 324,
"id_string": "neon",
"name": "Neon",
"title": "Neon",
"desc": ""
},
{
"id": 325,
"id_string": "warm",
"name": "Warm",
"title": "Warm",
"desc": ""
},
{
"id": 330,
"id_string": "light",
"name": "Light",
"title": "Light",
"desc": ""
}
],
"user": {
"id": 26934,
"first_name": "",
"last_name": "",
"username": "huedrift",
"meta": {},
"groups": [],
"is_staff": false,
"is_temporary": false,
"avatar": null,
"score": 0
},
"created": "2026-06-25T17:16:37.864395Z",
"updated": "2026-06-25T17:16:37.864388Z"
}