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=38
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=39",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=37"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 526,
            "id_string": "404258-474e68-50577a-6b728e-swatchbird",
            "name": "Twilight Cobalt Hush",
            "colors": [
                "#404258",
                "#474E68",
                "#50577A",
                "#6B728E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.955633Z"
        },
        {
            "id": 591,
            "id_string": "698269-b99b6b-f1dbbf-aa5656-hexharbor",
            "name": "Ember Field",
            "colors": [
                "#698269",
                "#B99B6B",
                "#F1DBBF",
                "#AA5656"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.294178Z"
        },
        {
            "id": 694,
            "id_string": "99e1e5-f3e8cb-f2c6b4-fbafaf-duskpixel",
            "name": "Pastel Crimson Bay",
            "colors": [
                "#99E1E5",
                "#F3E8CB",
                "#F2C6B4",
                "#FBAFAF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.827499Z"
        },
        {
            "id": 654,
            "id_string": "d4ecdd-345b63-152d35-112031-swatchbird",
            "name": "Twilight Sky Haze",
            "colors": [
                "#D4ECDD",
                "#345B63",
                "#152D35",
                "#112031"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.636102Z"
        },
        {
            "id": 965,
            "id_string": "186f65-b5cb99-fce09b-b2533e-palettepup",
            "name": "Electric Apricot Mist",
            "colors": [
                "#186F65",
                "#B5CB99",
                "#FCE09B",
                "#B2533E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.711373Z"
        },
        {
            "id": 380,
            "id_string": "f3eeea-ebe3d5-b0a695-776b5d-cobaltcat",
            "name": "Coral Sunset",
            "colors": [
                "#F3EEEA",
                "#EBE3D5",
                "#B0A695",
                "#776B5D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.209847Z"
        },
        {
            "id": 786,
            "id_string": "219c90-e9b824-ee9322-d83f31-studiomochi",
            "name": "Neon Ember Dusk",
            "colors": [
                "#219C90",
                "#E9B824",
                "#EE9322",
                "#D83F31"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.270635Z"
        },
        {
            "id": 1204,
            "id_string": "59d5e0-f5dd61-faa300-f4538a-paperfox",
            "name": "Electric Ember Mist",
            "colors": [
                "#59D5E0",
                "#F5DD61",
                "#FAA300",
                "#F4538A"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.850802Z"
        },
        {
            "id": 820,
            "id_string": "c2dedc-ece5c7-cdc2ae-116a7b-retroswatch",
            "name": "Aqua Breeze",
            "colors": [
                "#C2DEDC",
                "#ECE5C7",
                "#CDC2AE",
                "#116A7B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.547824Z"
        },
        {
            "id": 4,
            "id_string": "0f380f-306230-8bac0f-9bbc0f",
            "name": "Game Boy DMG",
            "colors": [
                "#0F380F",
                "#306230",
                "#8BAC0F",
                "#9BBC0F"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-24T02:37:07.742589Z"
        }
    ]
}