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=download_count&page=18
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=download_count&page=19",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=17"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1136,
            "id_string": "99b898-feceab-ff847c-e84a5f-swatchbird",
            "name": "Neon Crimson Breeze",
            "colors": [
                "#99B898",
                "#FECEAB",
                "#FF847C",
                "#E84A5F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.524776Z"
        },
        {
            "id": 718,
            "id_string": "f6d7a7-f6eabe-c8e3d4-87aaaa-retroswatch",
            "name": "Neon Amber Field",
            "colors": [
                "#F6D7A7",
                "#F6EABE",
                "#C8E3D4",
                "#87AAAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.938797Z"
        },
        {
            "id": 832,
            "id_string": "511845-900c3f-c70039-ff5733-mossyhex",
            "name": "Twilight Magenta Hush",
            "colors": [
                "#511845",
                "#900C3F",
                "#C70039",
                "#FF5733"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.682503Z"
        },
        {
            "id": 1174,
            "id_string": "f7cfd8-f4f8d3-a6d6d6-8e7dbe-duskpixel",
            "name": "Cloud Lime Veil",
            "colors": [
                "#F7CFD8",
                "#F4F8D3",
                "#A6D6D6",
                "#8E7DBE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.711874Z"
        },
        {
            "id": 1117,
            "id_string": "ff6d60-f7d060-f3e99f-98d8aa-palettepup",
            "name": "Crimson Field",
            "colors": [
                "#FF6D60",
                "#F7D060",
                "#F3E99F",
                "#98D8AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.438030Z"
        },
        {
            "id": 675,
            "id_string": "331d2c-3f2e3e-a78295-efe1d1-huedrift",
            "name": "Cool Ember Field",
            "colors": [
                "#331D2C",
                "#3F2E3E",
                "#A78295",
                "#EFE1D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.734135Z"
        },
        {
            "id": 1240,
            "id_string": "d789d7-9d65c9-5d54a4-2a3d66-nordichue",
            "name": "Warm Plum Field",
            "colors": [
                "#D789D7",
                "#9D65C9",
                "#5D54A4",
                "#2A3D66"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.023024Z"
        },
        {
            "id": 541,
            "id_string": "bfecff-cdc1ff-fff6e3-ffccea-mossyhex",
            "name": "Pastel Cyan Mist",
            "colors": [
                "#BFECFF",
                "#CDC1FF",
                "#FFF6E3",
                "#FFCCEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.052698Z"
        },
        {
            "id": 499,
            "id_string": "472d2d-553939-704f4f-a77979-cobaltcat",
            "name": "Scarlet Bloom",
            "colors": [
                "#472D2D",
                "#553939",
                "#704F4F",
                "#A77979"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.771432Z"
        },
        {
            "id": 1097,
            "id_string": "025464-e57c23-e8aa42-f8f1f1-huedrift",
            "name": "Tide Tide",
            "colors": [
                "#025464",
                "#E57C23",
                "#E8AA42",
                "#F8F1F1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.345113Z"
        }
    ]
}