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&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&page=50",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=48"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 960,
            "id_string": "3c486b-f0f0f0-f9d949-f45050-palettepup",
            "name": "Gold Harbor",
            "colors": [
                "#3C486B",
                "#F0F0F0",
                "#F9D949",
                "#F45050"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.660860Z"
        },
        {
            "id": 787,
            "id_string": "898aa6-c9bbcf-b7d3df-d6efed-paperfox",
            "name": "Warm Teal Bloom",
            "colors": [
                "#898AA6",
                "#C9BBCF",
                "#B7D3DF",
                "#D6EFED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.275352Z"
        },
        {
            "id": 782,
            "id_string": "eff5f5-d6e4e5-497174-eb6440-pixelpine",
            "name": "Ruby Field",
            "colors": [
                "#EFF5F5",
                "#D6E4E5",
                "#497174",
                "#EB6440"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.251349Z"
        },
        {
            "id": 715,
            "id_string": "071952-0b666a-35a29f-97feed-coloreef",
            "name": "Electric Mint Dream",
            "colors": [
                "#071952",
                "#0B666A",
                "#35A29F",
                "#97FEED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.924644Z"
        },
        {
            "id": 708,
            "id_string": "fdfdbd-c8ffd4-b8e8fc-b1afff-candytone",
            "name": "Soft Jade Harbor",
            "colors": [
                "#FDFDBD",
                "#C8FFD4",
                "#B8E8FC",
                "#B1AFFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.891875Z"
        },
        {
            "id": 651,
            "id_string": "ffc6ac-fff6dc-c4c1a4-9e9fa5-mossyhex",
            "name": "Electric Coral Drift",
            "colors": [
                "#FFC6AC",
                "#FFF6DC",
                "#C4C1A4",
                "#9E9FA5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.620713Z"
        },
        {
            "id": 621,
            "id_string": "272343-ffffff-e3f6f5-bae8e8-palettepup",
            "name": "Teal Haze",
            "colors": [
                "#272343",
                "#FFFFFF",
                "#E3F6F5",
                "#BAE8E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.443558Z"
        },
        {
            "id": 606,
            "id_string": "d8e3e7-51c4d3-126e82-132c33-studiomochi",
            "name": "Neon Aqua Meadow",
            "colors": [
                "#D8E3E7",
                "#51C4D3",
                "#126E82",
                "#132C33"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.366656Z"
        },
        {
            "id": 601,
            "id_string": "ccd6a6-dae2b6-dfe8cc-f7eddb-candytone",
            "name": "Cloud Amber Dusk",
            "colors": [
                "#CCD6A6",
                "#DAE2B6",
                "#DFE8CC",
                "#F7EDDB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.342049Z"
        },
        {
            "id": 562,
            "id_string": "99a98f-c1d0b5-d6e8db-fff8de-candytone",
            "name": "Pale Honey Drift",
            "colors": [
                "#99A98F",
                "#C1D0B5",
                "#D6E8DB",
                "#FFF8DE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.156074Z"
        }
    ]
}