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=15
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=16",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=14"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 685,
            "id_string": "fff3c7-fec7b4-fc819e-f7418f-paperfox",
            "name": "Sunbeam Dawn",
            "colors": [
                "#FFF3C7",
                "#FEC7B4",
                "#FC819E",
                "#F7418F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.785379Z"
        },
        {
            "id": 412,
            "id_string": "cdf0ea-f9f9f9-f7dbf0-beaee2-mossyhex",
            "name": "Cloud Orchid Glow",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#F7DBF0",
                "#BEAEE2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.360075Z"
        },
        {
            "id": 889,
            "id_string": "c0c78c-a6b37d-fefae0-b99470-paperfox",
            "name": "Sunbeam Dawn",
            "colors": [
                "#C0C78C",
                "#A6B37D",
                "#FEFAE0",
                "#B99470"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.144644Z"
        },
        {
            "id": 707,
            "id_string": "181c14-3c3d37-697565-ecdfcc-huedrift",
            "name": "Apricot Harbor",
            "colors": [
                "#181C14",
                "#3C3D37",
                "#697565",
                "#ECDFCC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.887377Z"
        },
        {
            "id": 704,
            "id_string": "495c83-7a86b6-a8a4ce-c8b6e2-swatchbird",
            "name": "Violet Breeze",
            "colors": [
                "#495C83",
                "#7A86B6",
                "#A8A4CE",
                "#C8B6E2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.873766Z"
        },
        {
            "id": 546,
            "id_string": "643843-99627a-c88ea7-e7cbcb-tonecraft",
            "name": "Warm Rose Breeze",
            "colors": [
                "#643843",
                "#99627A",
                "#C88EA7",
                "#E7CBCB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.077195Z"
        },
        {
            "id": 424,
            "id_string": "968c83-d6d2c4-fff5ea-f7dad9-tonecraft",
            "name": "Soft Apricot Haze",
            "colors": [
                "#968C83",
                "#D6D2C4",
                "#FFF5EA",
                "#F7DAD9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.417748Z"
        },
        {
            "id": 350,
            "id_string": "6096b4-93bfcf-bdcdd6-eee9da-pixelpine",
            "name": "Cyan Tide",
            "colors": [
                "#6096B4",
                "#93BFCF",
                "#BDCDD6",
                "#EEE9DA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.067891Z"
        },
        {
            "id": 90,
            "id_string": "f8f3de-573a4c-e9e7d1-d7d5bd-a8a9fc-bbb4a3-7e79f2-a9a897-77450bff-comficker",
            "name": "Icon: Glasses",
            "colors": [
                "#F8F3DE",
                "#573A4C",
                "#E9E7D1",
                "#D7D5BD",
                "#A8A9FC",
                "#BBB4A3",
                "#7E79F2",
                "#A9A897",
                "#C6C1B5"
            ],
            "color_count": 9,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.351982Z"
        },
        {
            "id": 1192,
            "id_string": "ffbaba-ffeadb-f7c5a8-678a74-cobaltcat",
            "name": "Electric Scarlet Bay",
            "colors": [
                "#FFBABA",
                "#FFEADB",
                "#F7C5A8",
                "#678A74"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.795744Z"
        }
    ]
}