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=57
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=58",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=56"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 487,
            "id_string": "dcf2f1-7fc7d9-365486-0f1035-swatchbird",
            "name": "Ocean Drift",
            "colors": [
                "#DCF2F1",
                "#7FC7D9",
                "#365486",
                "#0F1035"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.716720Z"
        },
        {
            "id": 995,
            "id_string": "2f8f9d-3bacb6-82dbd8-b3e8e5-paperfox",
            "name": "Warm Lagoon Meadow",
            "colors": [
                "#2F8F9D",
                "#3BACB6",
                "#82DBD8",
                "#B3E8E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.861547Z"
        },
        {
            "id": 845,
            "id_string": "ffe15d-f49d1a-dc3535-b01e68-duskpixel",
            "name": "Neon Sunbeam Veil",
            "colors": [
                "#FFE15D",
                "#F49D1A",
                "#DC3535",
                "#B01E68"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.923883Z"
        },
        {
            "id": 462,
            "id_string": "171717-444444-da0037-ededed-paperfox",
            "name": "Neon Blush Dawn",
            "colors": [
                "#171717",
                "#444444",
                "#DA0037",
                "#EDEDED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.595075Z"
        },
        {
            "id": 829,
            "id_string": "ff75a0-fce38a-eaffd0-95e1d3-paperfox",
            "name": "Cloud Magenta Tide",
            "colors": [
                "#FF75A0",
                "#FCE38A",
                "#EAFFD0",
                "#95E1D3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.647333Z"
        },
        {
            "id": 653,
            "id_string": "79b4b7-fefbf3-f8f0df-9d9d9d-swatchbird",
            "name": "Neon Ember Tide",
            "colors": [
                "#79B4B7",
                "#FEFBF3",
                "#F8F0DF",
                "#9D9D9D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.629899Z"
        },
        {
            "id": 911,
            "id_string": "5800ff-0096ff-00d7ff-72ffff-nordichue",
            "name": "Neon Violet Haze",
            "colors": [
                "#5800FF",
                "#0096FF",
                "#00D7FF",
                "#72FFFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.251725Z"
        },
        {
            "id": 734,
            "id_string": "439a97-62b6b7-97dece-cbedd5-duskpixel",
            "name": "Teal Tide",
            "colors": [
                "#439A97",
                "#62B6B7",
                "#97DECE",
                "#CBEDD5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.017998Z"
        },
        {
            "id": 704,
            "id_string": "495c83-7a86b6-a8a4ce-c8b6e2-swatchbird",
            "name": "Violet Breeze",
            "colors": [
                "#495C83",
                "#7A86B6",
                "#A8A4CE",
                "#C8B6E2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.873766Z"
        },
        {
            "id": 922,
            "id_string": "0c0c0c-481e14-9b3922-f2613f-minthaze",
            "name": "Dusk Ruby Sunset",
            "colors": [
                "#0C0C0C",
                "#481E14",
                "#9B3922",
                "#F2613F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.303556Z"
        }
    ]
}