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=31
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=32",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=30"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 449,
            "id_string": "7286d3-8ea7e9-e5e0ff-fff2f2-studiomochi",
            "name": "Pastel Cobalt Haze",
            "colors": [
                "#7286D3",
                "#8EA7E9",
                "#E5E0FF",
                "#FFF2F2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.532684Z"
        },
        {
            "id": 439,
            "id_string": "b3c8cf-bed7dc-f1eedc-e5ddc5-palettepup",
            "name": "Cloud Gold Sunset",
            "colors": [
                "#B3C8CF",
                "#BED7DC",
                "#F1EEDC",
                "#E5DDC5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.486924Z"
        },
        {
            "id": 435,
            "id_string": "87805e-b09b71-d8cca3-eddfb3-retroswatch",
            "name": "Warm Gold Tide",
            "colors": [
                "#87805E",
                "#B09B71",
                "#D8CCA3",
                "#EDDFB3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.468710Z"
        },
        {
            "id": 404,
            "id_string": "ffb9b9-ffddd2-ffacc7-ff8dc7-pixelpine",
            "name": "Cloud Crimson Mist",
            "colors": [
                "#FFB9B9",
                "#FFDDD2",
                "#FFACC7",
                "#FF8DC7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.322613Z"
        },
        {
            "id": 1262,
            "id_string": "001524-445d48-d6cc99-fde5d4-swatchbird",
            "name": "Aqua Grove",
            "colors": [
                "#001524",
                "#445D48",
                "#D6CC99",
                "#FDE5D4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.149513Z"
        },
        {
            "id": 1116,
            "id_string": "f8f3d9-ebe5c2-b9b28a-504b38-hexharbor",
            "name": "Cool Honey Sunset",
            "colors": [
                "#F8F3D9",
                "#EBE5C2",
                "#B9B28A",
                "#504B38"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.433345Z"
        },
        {
            "id": 1037,
            "id_string": "ccafaf-ffcac2-fc9d9d-900c3f-duskpixel",
            "name": "Neon Rose Veil",
            "colors": [
                "#CCAFAF",
                "#FFCAC2",
                "#FC9D9D",
                "#900C3F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.064596Z"
        },
        {
            "id": 1015,
            "id_string": "32502e-406343-ece7b4-f3efcc-retroswatch",
            "name": "Honey Dusk",
            "colors": [
                "#32502E",
                "#406343",
                "#ECE7B4",
                "#F3EFCC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.954267Z"
        },
        {
            "id": 997,
            "id_string": "8fbdd3-e4d1b9-be8c63-a97155-huedrift",
            "name": "Warm Amber Glow",
            "colors": [
                "#8FBDD3",
                "#E4D1B9",
                "#BE8C63",
                "#A97155"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.870570Z"
        },
        {
            "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"
        }
    ]
}