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=usage_count&page=9
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=usage_count&page=10",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=8"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1147,
            "id_string": "7fc8a9-d5eebb-5f7a61-444941-paperfox",
            "name": "Warm Meadow Dusk",
            "colors": [
                "#7FC8A9",
                "#D5EEBB",
                "#5F7A61",
                "#444941"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.577605Z"
        },
        {
            "id": 851,
            "id_string": "cff6cf-cfe5cf-e5cfe5-f6def6-mossyhex",
            "name": "Soft Jade Hush",
            "colors": [
                "#CFF6CF",
                "#CFE5CF",
                "#E5CFE5",
                "#F6DEF6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.952753Z"
        },
        {
            "id": 986,
            "id_string": "f2e3db-41644a-263a29-e86a33-huedrift",
            "name": "Electric Apricot Dream",
            "colors": [
                "#F2E3DB",
                "#41644A",
                "#263A29",
                "#E86A33"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.819780Z"
        },
        {
            "id": 1230,
            "id_string": "d8d9cf-ededed-ff8787-e26868-nordichue",
            "name": "Cloud Rose Drift",
            "colors": [
                "#D8D9CF",
                "#EDEDED",
                "#FF8787",
                "#E26868"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.970920Z"
        },
        {
            "id": 375,
            "id_string": "fdefef-f4dfd0-dad0c2-cdbba7-candytone",
            "name": "Pale Ruby Bloom",
            "colors": [
                "#FDEFEF",
                "#F4DFD0",
                "#DAD0C2",
                "#CDBBA7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.186573Z"
        },
        {
            "id": 817,
            "id_string": "632626-9d5353-bf8b67-dacc96-huedrift",
            "name": "Gold Tide",
            "colors": [
                "#632626",
                "#9D5353",
                "#BF8B67",
                "#DACC96"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.458068Z"
        },
        {
            "id": 446,
            "id_string": "fcf5ee-fbe8e7-f7ddde-ffc4d0-tonecraft",
            "name": "Cloud Rose Bloom",
            "colors": [
                "#FCF5EE",
                "#FBE8E7",
                "#F7DDDE",
                "#FFC4D0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.519000Z"
        },
        {
            "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": 368,
            "id_string": "c4dfdf-d2e9e9-e3f4f4-f8f6f4-studiomochi",
            "name": "Pastel Aqua Dream",
            "colors": [
                "#C4DFDF",
                "#D2E9E9",
                "#E3F4F4",
                "#F8F6F4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.154287Z"
        },
        {
            "id": 1352,
            "id_string": "35342e-70726e-b9b8b4-e1e1e0-f5f5f4-fcfcfb-fefefd-ffffff-warptrain23",
            "name": "Extracted palette",
            "colors": [
                "#35342E",
                "#70726E",
                "#B9B8B4",
                "#E1E1E0",
                "#F5F5F4",
                "#FCFCFB",
                "#FEFEFD",
                "#FFFFFF"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 0,
            "source": "image",
            "status": "public",
            "updated": "2026-08-22T06:15:35.049230Z"
        }
    ]
}