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=6
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=7",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=5"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 970,
            "id_string": "f6f1f1-19a7ce-146c94-000000-huedrift",
            "name": "Neon Tide Field",
            "colors": [
                "#F6F1F1",
                "#19A7CE",
                "#146C94",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.741595Z"
        },
        {
            "id": 424,
            "id_string": "968c83-d6d2c4-fff5ea-f7dad9-tonecraft",
            "name": "Soft Apricot Haze",
            "colors": [
                "#968C83",
                "#D6D2C4",
                "#FFF5EA",
                "#F7DAD9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.417748Z"
        },
        {
            "id": 470,
            "id_string": "f9ecec-f0d9da-c8d9eb-ecf2f9-minthaze",
            "name": "Pastel Crimson Harbor",
            "colors": [
                "#F9ECEC",
                "#F0D9DA",
                "#C8D9EB",
                "#ECF2F9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.632602Z"
        },
        {
            "id": 878,
            "id_string": "e8e8e8-f05454-30475e-222831-nordichue",
            "name": "Rose Harbor",
            "colors": [
                "#E8E8E8",
                "#F05454",
                "#30475E",
                "#222831"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.093417Z"
        },
        {
            "id": 870,
            "id_string": "e4e3e3-84a9ac-3b6978-204051-retroswatch",
            "name": "Aqua Harbor",
            "colors": [
                "#E4E3E3",
                "#84A9AC",
                "#3B6978",
                "#204051"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.053132Z"
        },
        {
            "id": 451,
            "id_string": "a87676-ca8787-e1acac-ffd0d0-duskpixel",
            "name": "Electric Scarlet Harbor",
            "colors": [
                "#A87676",
                "#CA8787",
                "#E1ACAC",
                "#FFD0D0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.541506Z"
        },
        {
            "id": 731,
            "id_string": "1a4d2e-4f6f52-e8dfca-f5efe6-tonecraft",
            "name": "Jade Drift",
            "colors": [
                "#1A4D2E",
                "#4F6F52",
                "#E8DFCA",
                "#F5EFE6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.999047Z"
        },
        {
            "id": 783,
            "id_string": "384259-f73859-7ac7c4-c4edde-nordichue",
            "name": "Neon Rose Haze",
            "colors": [
                "#384259",
                "#F73859",
                "#7AC7C4",
                "#C4EDDE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.256189Z"
        },
        {
            "id": 577,
            "id_string": "edcfa9-e89f71-d57149-aa4a30-swatchbird",
            "name": "Neon Coral Drift",
            "colors": [
                "#EDCFA9",
                "#E89F71",
                "#D57149",
                "#AA4A30"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.228389Z"
        },
        {
            "id": 613,
            "id_string": "ddffbb-c7e9b0-b3c99c-a4bc92-paperfox",
            "name": "Lime Bloom",
            "colors": [
                "#DDFFBB",
                "#C7E9B0",
                "#B3C99C",
                "#A4BC92"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.398966Z"
        }
    ]
}