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=49
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=50",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=48"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 849,
            "id_string": "96ceb4-ffeead-d9534f-ffad60-minthaze",
            "name": "Neon Honey Meadow",
            "colors": [
                "#96CEB4",
                "#FFEEAD",
                "#D9534F",
                "#FFAD60"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.943549Z"
        },
        {
            "id": 742,
            "id_string": "22092c-872341-be3144-f05941-duskpixel",
            "name": "Twilight Rose Glow",
            "colors": [
                "#22092C",
                "#872341",
                "#BE3144",
                "#F05941"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.061145Z"
        },
        {
            "id": 818,
            "id_string": "f5dad2-fcffe0-bacd92-75a47f-nordichue",
            "name": "Fern Dusk",
            "colors": [
                "#F5DAD2",
                "#FCFFE0",
                "#BACD92",
                "#75A47F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.475072Z"
        },
        {
            "id": 713,
            "id_string": "ffdfd3-fec8d8-d291bc-957dad-minthaze",
            "name": "Neon Ember Grove",
            "colors": [
                "#FFDFD3",
                "#FEC8D8",
                "#D291BC",
                "#957DAD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.914976Z"
        },
        {
            "id": 848,
            "id_string": "2d033b-810ca8-c147e9-e5b8f4-palettepup",
            "name": "Neon Indigo Dawn",
            "colors": [
                "#2D033B",
                "#810CA8",
                "#C147E9",
                "#E5B8F4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.938405Z"
        },
        {
            "id": 776,
            "id_string": "ffafaf-fbffe2-ffebcc-ff9999-duskpixel",
            "name": "Cloud Scarlet Mist",
            "colors": [
                "#FFAFAF",
                "#FBFFE2",
                "#FFEBCC",
                "#FF9999"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.223579Z"
        },
        {
            "id": 758,
            "id_string": "2d132c-801336-c72c41-ee4540-palettepup",
            "name": "Dusk Rose Bloom",
            "colors": [
                "#2D132C",
                "#801336",
                "#C72C41",
                "#EE4540"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.137636Z"
        },
        {
            "id": 1090,
            "id_string": "f5f4f4-cae4db-cdac81-00303f-studiomochi",
            "name": "Neon Aqua Grove",
            "colors": [
                "#F5F4F4",
                "#CAE4DB",
                "#CDAC81",
                "#00303F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.310376Z"
        },
        {
            "id": 705,
            "id_string": "f3d5c0-d4b499-889eaf-506d84-pixelpine",
            "name": "Amber Meadow",
            "colors": [
                "#F3D5C0",
                "#D4B499",
                "#889EAF",
                "#506D84"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.878214Z"
        },
        {
            "id": 846,
            "id_string": "493323-91684a-eaac7f-ffdf91-studiomochi",
            "name": "Vivid Apricot Dream",
            "colors": [
                "#493323",
                "#91684A",
                "#EAAC7F",
                "#FFDF91"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.928779Z"
        }
    ]
}