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=3
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=4",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=2"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 881,
            "id_string": "a0937d-e7d4b5-f6e6cb-b6c7aa-mossyhex",
            "name": "Apricot Haze",
            "colors": [
                "#A0937D",
                "#E7D4B5",
                "#F6E6CB",
                "#B6C7AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.107621Z"
        },
        {
            "id": 992,
            "id_string": "190482-7752fe-8e8ffa-c2d9ff-nordichue",
            "name": "Electric Ocean Bloom",
            "colors": [
                "#190482",
                "#7752FE",
                "#8E8FFA",
                "#C2D9FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.847682Z"
        },
        {
            "id": 922,
            "id_string": "0c0c0c-481e14-9b3922-f2613f-minthaze",
            "name": "Dusk Ruby Sunset",
            "colors": [
                "#0C0C0C",
                "#481E14",
                "#9B3922",
                "#F2613F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.303556Z"
        },
        {
            "id": 898,
            "id_string": "071952-088395-37b7c3-ebf4f6-hexharbor",
            "name": "Vivid Aqua Breeze",
            "colors": [
                "#071952",
                "#088395",
                "#37B7C3",
                "#EBF4F6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.186451Z"
        },
        {
            "id": 945,
            "id_string": "c0d8c0-f5eedc-dd4a48-ecb390-cobaltcat",
            "name": "Warm Ember Dusk",
            "colors": [
                "#C0D8C0",
                "#F5EEDC",
                "#DD4A48",
                "#ECB390"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.486108Z"
        },
        {
            "id": 995,
            "id_string": "2f8f9d-3bacb6-82dbd8-b3e8e5-paperfox",
            "name": "Warm Lagoon Meadow",
            "colors": [
                "#2F8F9D",
                "#3BACB6",
                "#82DBD8",
                "#B3E8E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.861547Z"
        },
        {
            "id": 996,
            "id_string": "00204a-005792-00bbf0-d9faff-palettepup",
            "name": "Neon Cobalt Drift",
            "colors": [
                "#00204A",
                "#005792",
                "#00BBF0",
                "#D9FAFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.866064Z"
        },
        {
            "id": 941,
            "id_string": "3a98b9-fff1dc-e8d5c4-eeeeee-retroswatch",
            "name": "Cloud Amber Glow",
            "colors": [
                "#3A98B9",
                "#FFF1DC",
                "#E8D5C4",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.442684Z"
        },
        {
            "id": 899,
            "id_string": "f9f9f9-ffe0ac-ffacb7-6886c5-tonecraft",
            "name": "Pastel Coral Hush",
            "colors": [
                "#F9F9F9",
                "#FFE0AC",
                "#FFACB7",
                "#6886C5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.193701Z"
        },
        {
            "id": 971,
            "id_string": "864000-d44000-ff7a00-ffefcf-retroswatch",
            "name": "Vivid Coral Dream",
            "colors": [
                "#864000",
                "#D44000",
                "#FF7A00",
                "#FFEFCF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.746135Z"
        }
    ]
}