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/1207/?format=api
{
"id": 1207,
"id_string": "242f9b-646fd4-9ba3eb-dbdffd-nordichue",
"name": "Neon Sky Meadow",
"desc": null,
"colors": [
"#242F9B",
"#646FD4",
"#9BA3EB",
"#DBDFFD"
],
"color_count": 4,
"signature": "76bac798ce09474b8cacadd0f435d1b98f4d67d2",
"source": "curated",
"status": "public",
"like_count": 12,
"usage_count": 0,
"download_count": 66,
"score": 96.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": 26939,
"first_name": "",
"last_name": "",
"username": "nordichue",
"meta": {},
"groups": [],
"is_staff": false,
"is_temporary": false,
"avatar": null,
"score": 0
},
"created": "2026-06-25T17:16:40.864347Z",
"updated": "2026-06-25T17:16:40.864341Z"
}