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/479/?format=api
{
"id": 479,
"id_string": "ffe8df-ffffff-f0f0f0-888888-minthaze",
"name": "Pastel Ember Dusk",
"desc": null,
"colors": [
"#FFE8DF",
"#FFFFFF",
"#F0F0F0",
"#888888"
],
"color_count": 4,
"signature": "e1cbbdd85fb14ea4be5d5ea3c81cfeec4cb4d967",
"source": "curated",
"status": "public",
"like_count": 13,
"usage_count": 0,
"download_count": 66,
"score": 98.0,
"is_liked": false,
"taxonomies": [
{
"id": 325,
"id_string": "warm",
"name": "Warm",
"title": "Warm",
"desc": ""
},
{
"id": 330,
"id_string": "light",
"name": "Light",
"title": "Light",
"desc": ""
}
],
"user": {
"id": 26944,
"first_name": "",
"last_name": "",
"username": "minthaze",
"meta": {},
"groups": [],
"is_staff": false,
"is_temporary": false,
"avatar": null,
"score": 0
},
"created": "2026-06-25T17:16:36.679473Z",
"updated": "2026-06-25T17:16:36.679465Z"
}