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=60
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=61",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=59"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1107,
            "id_string": "865439-c68b59-fcdec0-8fc1d4-minthaze",
            "name": "Neon Coral Dawn",
            "colors": [
                "#865439",
                "#C68B59",
                "#FCDEC0",
                "#8FC1D4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.391472Z"
        },
        {
            "id": 845,
            "id_string": "ffe15d-f49d1a-dc3535-b01e68-duskpixel",
            "name": "Neon Sunbeam Veil",
            "colors": [
                "#FFE15D",
                "#F49D1A",
                "#DC3535",
                "#B01E68"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.923883Z"
        },
        {
            "id": 809,
            "id_string": "beadfa-d0bfff-dfccfb-fff8c9-duskpixel",
            "name": "Soft Indigo Dusk",
            "colors": [
                "#BEADFA",
                "#D0BFFF",
                "#DFCCFB",
                "#FFF8C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.387231Z"
        },
        {
            "id": 793,
            "id_string": "dddddd-f9f3f3-f7d9d9-f25287-coloreef",
            "name": "Cloud Rose Breeze",
            "colors": [
                "#DDDDDD",
                "#F9F3F3",
                "#F7D9D9",
                "#F25287"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.302773Z"
        },
        {
            "id": 712,
            "id_string": "002b5b-2b4865-256d85-8fe3cf-cobaltcat",
            "name": "Twilight Sky Dream",
            "colors": [
                "#002B5B",
                "#2B4865",
                "#256D85",
                "#8FE3CF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.910456Z"
        },
        {
            "id": 689,
            "id_string": "f6e7d8-f68989-c65d7b-874356-studiomochi",
            "name": "Neon Scarlet Bloom",
            "colors": [
                "#F6E7D8",
                "#F68989",
                "#C65D7B",
                "#874356"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.803993Z"
        },
        {
            "id": 688,
            "id_string": "e8e8e8-5588a3-145374-00334e-studiomochi",
            "name": "Aqua Dream",
            "colors": [
                "#E8E8E8",
                "#5588A3",
                "#145374",
                "#00334E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.799384Z"
        },
        {
            "id": 687,
            "id_string": "00a9ff-89cff3-a0e9ff-cdf5fd-tonecraft",
            "name": "Vivid Tide Dream",
            "colors": [
                "#00A9FF",
                "#89CFF3",
                "#A0E9FF",
                "#CDF5FD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.794924Z"
        },
        {
            "id": 653,
            "id_string": "79b4b7-fefbf3-f8f0df-9d9d9d-swatchbird",
            "name": "Neon Ember Tide",
            "colors": [
                "#79B4B7",
                "#FEFBF3",
                "#F8F0DF",
                "#9D9D9D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.629899Z"
        },
        {
            "id": 582,
            "id_string": "6f4e37-a67b5b-ecb176-fed8b1-hexharbor",
            "name": "Electric Apricot Hush",
            "colors": [
                "#6F4E37",
                "#A67B5B",
                "#ECB176",
                "#FED8B1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.251535Z"
        }
    ]
}