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=color_count&page=23
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=color_count&page=24",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=22"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1015,
            "id_string": "32502e-406343-ece7b4-f3efcc-retroswatch",
            "name": "Honey Dusk",
            "colors": [
                "#32502E",
                "#406343",
                "#ECE7B4",
                "#F3EFCC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.954267Z"
        },
        {
            "id": 445,
            "id_string": "fff2d8-ead7bb-bca37f-113946-cobaltcat",
            "name": "Vivid Coral Glow",
            "colors": [
                "#FFF2D8",
                "#EAD7BB",
                "#BCA37F",
                "#113946"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.514610Z"
        },
        {
            "id": 1058,
            "id_string": "041562-11468f-da1212-eeeeee-minthaze",
            "name": "Vivid Azure Haze",
            "colors": [
                "#041562",
                "#11468F",
                "#DA1212",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.161142Z"
        },
        {
            "id": 370,
            "id_string": "212121-323232-0d7377-14ffec-coloreef",
            "name": "Dusk Teal Breeze",
            "colors": [
                "#212121",
                "#323232",
                "#0D7377",
                "#14FFEC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.163716Z"
        },
        {
            "id": 779,
            "id_string": "f9efdb-ebd9b4-9dbc98-638889-retroswatch",
            "name": "Ember Meadow",
            "colors": [
                "#F9EFDB",
                "#EBD9B4",
                "#9DBC98",
                "#638889"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.237797Z"
        },
        {
            "id": 488,
            "id_string": "635985-443c68-393053-18122b-studiomochi",
            "name": "Twilight Iris Drift",
            "colors": [
                "#635985",
                "#443C68",
                "#393053",
                "#18122B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.721240Z"
        },
        {
            "id": 450,
            "id_string": "a7727d-eddbc7-f8ead8-f9f5e7-retroswatch",
            "name": "Soft Ember Tide",
            "colors": [
                "#A7727D",
                "#EDDBC7",
                "#F8EAD8",
                "#F9F5E7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.537053Z"
        },
        {
            "id": 543,
            "id_string": "fff3e2-ffe5ca-fa9884-e74646-hexharbor",
            "name": "Cloud Amber Tide",
            "colors": [
                "#FFF3E2",
                "#FFE5CA",
                "#FA9884",
                "#E74646"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.062664Z"
        },
        {
            "id": 915,
            "id_string": "3b1e54-9b7ebd-d4bee4-eeeeee-nordichue",
            "name": "Cool Iris Bay",
            "colors": [
                "#3B1E54",
                "#9B7EBD",
                "#D4BEE4",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.270922Z"
        },
        {
            "id": 468,
            "id_string": "876445-ca965c-eec373-f4dfba-tonecraft",
            "name": "Neon Amber Haze",
            "colors": [
                "#876445",
                "#CA965C",
                "#EEC373",
                "#F4DFBA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.623005Z"
        }
    ]
}