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=created&page=64
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=created&page=65",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=63"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 632,
            "id_string": "8ef6e4-9896f1-d59bf6-edb1f1-paperfox",
            "name": "Soft Teal Harbor",
            "colors": [
                "#8EF6E4",
                "#9896F1",
                "#D59BF6",
                "#EDB1F1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.497864Z"
        },
        {
            "id": 633,
            "id_string": "fce2db-f1c6d3-e4a3d4-c295d8-retroswatch",
            "name": "Pale Crimson Tide",
            "colors": [
                "#FCE2DB",
                "#F1C6D3",
                "#E4A3D4",
                "#C295D8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.506163Z"
        },
        {
            "id": 634,
            "id_string": "faebe0-c9e4c5-b5cda3-c1ac95-retroswatch",
            "name": "Soft Coral Bloom",
            "colors": [
                "#FAEBE0",
                "#C9E4C5",
                "#B5CDA3",
                "#C1AC95"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.517793Z"
        },
        {
            "id": 635,
            "id_string": "85603f-9e7540-bd9354-e3d18a-studiomochi",
            "name": "Cool Gold Grove",
            "colors": [
                "#85603F",
                "#9E7540",
                "#BD9354",
                "#E3D18A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.524600Z"
        },
        {
            "id": 636,
            "id_string": "334257-476072-548ca8-eeeeee-studiomochi",
            "name": "Cyan Veil",
            "colors": [
                "#334257",
                "#476072",
                "#548CA8",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.542330Z"
        },
        {
            "id": 637,
            "id_string": "f7fd04-f9b208-f98404-fc5404-tonecraft",
            "name": "Electric Gold Harbor",
            "colors": [
                "#F7FD04",
                "#F9B208",
                "#F98404",
                "#FC5404"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.552692Z"
        },
        {
            "id": 638,
            "id_string": "faf1e6-fdfaf6-e4efe7-064420-studiomochi",
            "name": "Vivid Jade Haze",
            "colors": [
                "#FAF1E6",
                "#FDFAF6",
                "#E4EFE7",
                "#064420"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.558547Z"
        },
        {
            "id": 639,
            "id_string": "f85f73-fbe8d3-928a97-283c63-duskpixel",
            "name": "Neon Rose Dawn",
            "colors": [
                "#F85F73",
                "#FBE8D3",
                "#928A97",
                "#283C63"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.563196Z"
        },
        {
            "id": 640,
            "id_string": "82aae3-91d8e4-bfeaf5-eafdfc-pixelpine",
            "name": "Cloud Teal Glow",
            "colors": [
                "#82AAE3",
                "#91D8E4",
                "#BFEAF5",
                "#EAFDFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.567993Z"
        },
        {
            "id": 641,
            "id_string": "d3e4cd-99a799-f2ddc1-e2c2b9-retroswatch",
            "name": "Soft Amber Tide",
            "colors": [
                "#D3E4CD",
                "#99A799",
                "#F2DDC1",
                "#E2C2B9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.572678Z"
        }
    ]
}