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=117
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=118",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=116"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 843,
            "id_string": "ff8080-ffcf96-f6fdc3-cdfad5-coloreef",
            "name": "Pale Rose Tide",
            "colors": [
                "#FF8080",
                "#FFCF96",
                "#F6FDC3",
                "#CDFAD5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.906058Z"
        },
        {
            "id": 731,
            "id_string": "1a4d2e-4f6f52-e8dfca-f5efe6-tonecraft",
            "name": "Jade Drift",
            "colors": [
                "#1A4D2E",
                "#4F6F52",
                "#E8DFCA",
                "#F5EFE6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.999047Z"
        },
        {
            "id": 636,
            "id_string": "334257-476072-548ca8-eeeeee-studiomochi",
            "name": "Cyan Veil",
            "colors": [
                "#334257",
                "#476072",
                "#548CA8",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.542330Z"
        },
        {
            "id": 1017,
            "id_string": "faf7f3-f0e4d3-dcc5b2-d9a299-swatchbird",
            "name": "Soft Ember Mist",
            "colors": [
                "#FAF7F3",
                "#F0E4D3",
                "#DCC5B2",
                "#D9A299"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.963748Z"
        },
        {
            "id": 1130,
            "id_string": "3a0088-930077-e61c5d-ffbd39-duskpixel",
            "name": "Electric Indigo Dream",
            "colors": [
                "#3A0088",
                "#930077",
                "#E61C5D",
                "#FFBD39"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.497355Z"
        },
        {
            "id": 1140,
            "id_string": "8cb9bd-fefbf6-ecb159-b67352-coloreef",
            "name": "Electric Amber Drift",
            "colors": [
                "#8CB9BD",
                "#FEFBF6",
                "#ECB159",
                "#B67352"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.543162Z"
        },
        {
            "id": 1138,
            "id_string": "f3efe0-434242-222222-22a39f-hexharbor",
            "name": "Mint Drift",
            "colors": [
                "#F3EFE0",
                "#434242",
                "#222222",
                "#22A39F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.534163Z"
        },
        {
            "id": 1134,
            "id_string": "eeeeee-32e0c4-0d7377-212121-tonecraft",
            "name": "Electric Aqua Veil",
            "colors": [
                "#EEEEEE",
                "#32E0C4",
                "#0D7377",
                "#212121"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.515720Z"
        },
        {
            "id": 606,
            "id_string": "d8e3e7-51c4d3-126e82-132c33-studiomochi",
            "name": "Neon Aqua Meadow",
            "colors": [
                "#D8E3E7",
                "#51C4D3",
                "#126E82",
                "#132C33"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.366656Z"
        },
        {
            "id": 1133,
            "id_string": "222831-30475e-c1a57b-ececec-paperfox",
            "name": "Apricot Grove",
            "colors": [
                "#222831",
                "#30475E",
                "#C1A57B",
                "#ECECEC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.511220Z"
        }
    ]
}