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/?format=api&ordering=like_count&page=51
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "instance": null,
    "properties": [],
    "meta": null,
    "links": {
        "next": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=52",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=50"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1271,
            "id_string": "feffd2-ffeea9-ffbf78-ff7d29-tonecraft",
            "name": "Neon Honey Dawn",
            "colors": [
                "#FEFFD2",
                "#FFEEA9",
                "#FFBF78",
                "#FF7D29"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.195337Z"
        },
        {
            "id": 1275,
            "id_string": "00425a-1f8a70-bfdb38-fc7300-nordichue",
            "name": "Twilight Cyan Dusk",
            "colors": [
                "#00425A",
                "#1F8A70",
                "#BFDB38",
                "#FC7300"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.222227Z"
        },
        {
            "id": 1274,
            "id_string": "2c2e43-595260-b2b1b9-ffd523-paperfox",
            "name": "Gold Bloom",
            "colors": [
                "#2C2E43",
                "#595260",
                "#B2B1B9",
                "#FFD523"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.217434Z"
        },
        {
            "id": 1281,
            "id_string": "feeac9-ffcdc9-fdacac-fd7979-coloreef",
            "name": "Pale Crimson Dusk",
            "colors": [
                "#FEEAC9",
                "#FFCDC9",
                "#FDACAC",
                "#FD7979"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.252009Z"
        },
        {
            "id": 1289,
            "id_string": "072227-35858b-4fbdba-aefeff-retroswatch",
            "name": "Neon Tide Harbor",
            "colors": [
                "#072227",
                "#35858B",
                "#4FBDBA",
                "#AEFEFF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.288259Z"
        },
        {
            "id": 1277,
            "id_string": "66806a-b4c6a6-ffc286-fff1af-swatchbird",
            "name": "Vivid Amber Breeze",
            "colors": [
                "#66806A",
                "#B4C6A6",
                "#FFC286",
                "#FFF1AF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.232285Z"
        },
        {
            "id": 1278,
            "id_string": "443737-272121-ff0000-ff4d00-mossyhex",
            "name": "Twilight Ruby Bloom",
            "colors": [
                "#443737",
                "#272121",
                "#FF0000",
                "#FF4D00"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.237910Z"
        },
        {
            "id": 1286,
            "id_string": "16213e-0f3460-533483-e94560-swatchbird",
            "name": "Twilight Blush Grove",
            "colors": [
                "#16213E",
                "#0F3460",
                "#533483",
                "#E94560"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.274935Z"
        },
        {
            "id": 1292,
            "id_string": "233142-455d7a-f95959-e3e3e3-coloreef",
            "name": "Electric Ruby Hush",
            "colors": [
                "#233142",
                "#455D7A",
                "#F95959",
                "#E3E3E3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.302002Z"
        },
        {
            "id": 1285,
            "id_string": "f8b195-f67280-c06c84-355c7d-studiomochi",
            "name": "Rose Sunset",
            "colors": [
                "#F8B195",
                "#F67280",
                "#C06C84",
                "#355C7D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.270233Z"
        }
    ]
}