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=124
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=125",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=123"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 352,
            "id_string": "ffeddb-edcdbb-e3b7a0-bf9270-swatchbird",
            "name": "Electric Amber Haze",
            "colors": [
                "#FFEDDB",
                "#EDCDBB",
                "#E3B7A0",
                "#BF9270"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.077247Z"
        },
        {
            "id": 396,
            "id_string": "be9fe1-c9b6e4-e1ccec-f1f1f6-cobaltcat",
            "name": "Pastel Violet Dawn",
            "colors": [
                "#BE9FE1",
                "#C9B6E4",
                "#E1CCEC",
                "#F1F1F6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.285746Z"
        },
        {
            "id": 431,
            "id_string": "fdeedc-ffd8a9-f1a661-e38b29-minthaze",
            "name": "Electric Apricot Dusk",
            "colors": [
                "#FDEEDC",
                "#FFD8A9",
                "#F1A661",
                "#E38B29"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.450110Z"
        },
        {
            "id": 448,
            "id_string": "222831-31363f-76abae-eeeeee-minthaze",
            "name": "Cool Aqua Field",
            "colors": [
                "#222831",
                "#31363F",
                "#76ABAE",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.528045Z"
        },
        {
            "id": 349,
            "id_string": "b7c4cf-eee3cb-d7c0ae-967e76-duskpixel",
            "name": "Ember Drift",
            "colors": [
                "#B7C4CF",
                "#EEE3CB",
                "#D7C0AE",
                "#967E76"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.063174Z"
        },
        {
            "id": 393,
            "id_string": "eac7c7-a0c3d2-f7f5eb-eae0da-mossyhex",
            "name": "Cloud Scarlet Field",
            "colors": [
                "#EAC7C7",
                "#A0C3D2",
                "#F7F5EB",
                "#EAE0DA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.272000Z"
        },
        {
            "id": 366,
            "id_string": "96b6c5-adc4ce-eee0c9-f1f0e8-swatchbird",
            "name": "Pale Apricot Dream",
            "colors": [
                "#96B6C5",
                "#ADC4CE",
                "#EEE0C9",
                "#F1F0E8"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.144911Z"
        },
        {
            "id": 416,
            "id_string": "000000-52057b-892cdc-bc6ff1-minthaze",
            "name": "Twilight Indigo Field",
            "colors": [
                "#000000",
                "#52057B",
                "#892CDC",
                "#BC6FF1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.380234Z"
        },
        {
            "id": 384,
            "id_string": "ffeecc-ffddcc-ffcccc-febbcc-cobaltcat",
            "name": "Cloud Coral Dream",
            "colors": [
                "#FFEECC",
                "#FFDDCC",
                "#FFCCCC",
                "#FEBBCC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.230966Z"
        },
        {
            "id": 414,
            "id_string": "d14d72-ffabab-fcc8d1-fef2f4-retroswatch",
            "name": "Cloud Crimson Breeze",
            "colors": [
                "#D14D72",
                "#FFABAB",
                "#FCC8D1",
                "#FEF2F4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.370867Z"
        }
    ]
}