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=36
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=37",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=35"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 402,
            "id_string": "b5eaea-edf6e5-ffbcbc-f38ba0-swatchbird",
            "name": "Soft Ruby Haze",
            "colors": [
                "#B5EAEA",
                "#EDF6E5",
                "#FFBCBC",
                "#F38BA0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.313514Z"
        },
        {
            "id": 684,
            "id_string": "ffb3b3-ffdba4-ffe9ae-c1efff-studiomochi",
            "name": "Pastel Rose Drift",
            "colors": [
                "#FFB3B3",
                "#FFDBA4",
                "#FFE9AE",
                "#C1EFFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.780860Z"
        },
        {
            "id": 687,
            "id_string": "00a9ff-89cff3-a0e9ff-cdf5fd-tonecraft",
            "name": "Vivid Tide Dream",
            "colors": [
                "#00A9FF",
                "#89CFF3",
                "#A0E9FF",
                "#CDF5FD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.794924Z"
        },
        {
            "id": 691,
            "id_string": "060047-b3005e-e90064-ff5f9e-tonecraft",
            "name": "Vivid Sky Bloom",
            "colors": [
                "#060047",
                "#B3005E",
                "#E90064",
                "#FF5F9E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.813278Z"
        },
        {
            "id": 648,
            "id_string": "dcedc2-ffd3b5-ffaaa6-ff8c94-swatchbird",
            "name": "Soft Ember Field",
            "colors": [
                "#DCEDC2",
                "#FFD3B5",
                "#FFAAA6",
                "#FF8C94"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.606695Z"
        },
        {
            "id": 657,
            "id_string": "e5dcc3-c7bea2-aaa492-9a9483-mossyhex",
            "name": "Ember Grove",
            "colors": [
                "#E5DCC3",
                "#C7BEA2",
                "#AAA492",
                "#9A9483"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.651641Z"
        },
        {
            "id": 602,
            "id_string": "efbc9b-fbf3d5-d6dac8-9cafaa-duskpixel",
            "name": "Soft Citrine Field",
            "colors": [
                "#EFBC9B",
                "#FBF3D5",
                "#D6DAC8",
                "#9CAFAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.346652Z"
        },
        {
            "id": 412,
            "id_string": "cdf0ea-f9f9f9-f7dbf0-beaee2-mossyhex",
            "name": "Cloud Orchid Glow",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#F7DBF0",
                "#BEAEE2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.360075Z"
        },
        {
            "id": 762,
            "id_string": "eb6383-fa9191-ffe9c5-b4f2e1-huedrift",
            "name": "Cloud Ember Tide",
            "colors": [
                "#EB6383",
                "#FA9191",
                "#FFE9C5",
                "#B4F2E1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.155821Z"
        },
        {
            "id": 710,
            "id_string": "f6ffde-e3f2c1-c9dbb2-aac8a7-minthaze",
            "name": "Cloud Meadow Dawn",
            "colors": [
                "#F6FFDE",
                "#E3F2C1",
                "#C9DBB2",
                "#AAC8A7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.901156Z"
        }
    ]
}