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=8
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=9",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=7"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 901,
            "id_string": "effffd-b8fff9-85f4ff-42c2ff-paperfox",
            "name": "Pastel Teal Mist",
            "colors": [
                "#EFFFFD",
                "#B8FFF9",
                "#85F4FF",
                "#42C2FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.203139Z"
        },
        {
            "id": 385,
            "id_string": "ffd5cd-efbbcf-c3aed6-8675a9-pixelpine",
            "name": "Rose Drift",
            "colors": [
                "#FFD5CD",
                "#EFBBCF",
                "#C3AED6",
                "#8675A9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.235435Z"
        },
        {
            "id": 1121,
            "id_string": "f8ede3-dfd3c3-d0b8a8-8d493a-coloreef",
            "name": "Ember Meadow",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#8D493A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.456277Z"
        },
        {
            "id": 914,
            "id_string": "f97b22-fee8b0-9ca777-7c9070-huedrift",
            "name": "Electric Apricot Haze",
            "colors": [
                "#F97B22",
                "#FEE8B0",
                "#9CA777",
                "#7C9070"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.266133Z"
        },
        {
            "id": 904,
            "id_string": "c3f8ff-abd9ff-fff6bf-ffebad-duskpixel",
            "name": "Cloud Aqua Haze",
            "colors": [
                "#C3F8FF",
                "#ABD9FF",
                "#FFF6BF",
                "#FFEBAD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.216887Z"
        },
        {
            "id": 864,
            "id_string": "fed9ed-e7bcde-bb9cc0-67729d-retroswatch",
            "name": "Electric Plum Dawn",
            "colors": [
                "#FED9ED",
                "#E7BCDE",
                "#BB9CC0",
                "#67729D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.018407Z"
        },
        {
            "id": 430,
            "id_string": "faf1e4-cedebd-9eb384-435334-palettepup",
            "name": "Cool Coral Grove",
            "colors": [
                "#FAF1E4",
                "#CEDEBD",
                "#9EB384",
                "#435334"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.445681Z"
        },
        {
            "id": 345,
            "id_string": "f4eeff-dcd6f7-a6b1e1-424874-swatchbird",
            "name": "Vivid Iris Bloom",
            "colors": [
                "#F4EEFF",
                "#DCD6F7",
                "#A6B1E1",
                "#424874"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.042768Z"
        },
        {
            "id": 94,
            "id_string": "eee9d4-483c3d-c4b8b7-dad4c8-e4e5f0-594952-cddede-665966-comficker",
            "name": "Icon: Bicycle",
            "colors": [
                "#EEE9D4",
                "#483C3D",
                "#C4B8B7",
                "#DAD4C8",
                "#E4E5F0",
                "#594952",
                "#CDDEDE",
                "#665966"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.372164Z"
        },
        {
            "id": 963,
            "id_string": "567189-7b8fa1-cfb997-fad6a5-candytone",
            "name": "Amber Grove",
            "colors": [
                "#567189",
                "#7B8FA1",
                "#CFB997",
                "#FAD6A5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.687659Z"
        }
    ]
}