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/885/?format=api
{
"id": 885,
"id_string": "fff4e0-ffbf9b-b46060-4d4d4d-duskpixel",
"name": "Neon Amber Tide",
"desc": null,
"colors": [
"#FFF4E0",
"#FFBF9B",
"#B46060",
"#4D4D4D"
],
"color_count": 4,
"signature": "e77273a08d2765695f665a6610b0faa261fde34c",
"source": "curated",
"status": "public",
"like_count": 13,
"usage_count": 0,
"download_count": 161,
"score": 193.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": 327,
"id_string": "gradient",
"name": "Gradient",
"title": "Gradient",
"desc": ""
}
],
"user": {
"id": 26938,
"first_name": "",
"last_name": "",
"username": "duskpixel",
"meta": {},
"groups": [],
"is_staff": false,
"is_temporary": false,
"avatar": null,
"score": 0
},
"created": "2026-06-25T17:16:39.126087Z",
"updated": "2026-06-25T17:16:39.126082Z"
}