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&ordering=name&page=50
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&ordering=name&page=51",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=49"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 895,
            "id_string": "f0ff42-82cd47-54b435-379237-candytone",
            "name": "Electric Gold Tide",
            "colors": [
                "#F0FF42",
                "#82CD47",
                "#54B435",
                "#379237"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.172320Z"
        },
        {
            "id": 1185,
            "id_string": "a9eee6-fefaec-f38181-625772-pixelpine",
            "name": "Electric Gold Tide",
            "colors": [
                "#A9EEE6",
                "#FEFAEC",
                "#F38181",
                "#625772"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.763842Z"
        },
        {
            "id": 880,
            "id_string": "faf6e9-ece8d9-fffdf6-494949-paperfox",
            "name": "Electric Honey Bay",
            "colors": [
                "#FAF6E9",
                "#ECE8D9",
                "#FFFDF6",
                "#494949"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.102725Z"
        },
        {
            "id": 956,
            "id_string": "eb5353-f9d923-36ae7c-187498-hexharbor",
            "name": "Electric Honey Field",
            "colors": [
                "#EB5353",
                "#F9D923",
                "#36AE7C",
                "#187498"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.592438Z"
        },
        {
            "id": 730,
            "id_string": "fef9e1-e5d0ac-a31d1d-6d2323-duskpixel",
            "name": "Electric Honey Grove",
            "colors": [
                "#FEF9E1",
                "#E5D0AC",
                "#A31D1D",
                "#6D2323"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.994442Z"
        },
        {
            "id": 1118,
            "id_string": "c21010-e64848-fffde3-cfe8a9-minthaze",
            "name": "Electric Honey Mist",
            "colors": [
                "#C21010",
                "#E64848",
                "#FFFDE3",
                "#CFE8A9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.442626Z"
        },
        {
            "id": 1130,
            "id_string": "3a0088-930077-e61c5d-ffbd39-duskpixel",
            "name": "Electric Indigo Dream",
            "colors": [
                "#3A0088",
                "#930077",
                "#E61C5D",
                "#FFBD39"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.497355Z"
        },
        {
            "id": 697,
            "id_string": "191825-865dff-e384ff-ffa3fd-huedrift",
            "name": "Electric Iris Haze",
            "colors": [
                "#191825",
                "#865DFF",
                "#E384FF",
                "#FFA3FD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.841185Z"
        },
        {
            "id": 696,
            "id_string": "440a67-93329e-b4aee8-ffe3fe-palettepup",
            "name": "Electric Mauve Veil",
            "colors": [
                "#440A67",
                "#93329E",
                "#B4AEE8",
                "#FFE3FE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.836607Z"
        },
        {
            "id": 1233,
            "id_string": "3d8d7a-b3d8a8-fbffe4-a3d1c6-retroswatch",
            "name": "Electric Meadow Dawn",
            "colors": [
                "#3D8D7A",
                "#B3D8A8",
                "#FBFFE4",
                "#A3D1C6"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.986260Z"
        }
    ]
}