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=112
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=113",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=111"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1238,
            "id_string": "7eb5a6-c36839-86340a-e8d0b3-retroswatch",
            "name": "Electric Ember Bloom",
            "colors": [
                "#7EB5A6",
                "#C36839",
                "#86340A",
                "#E8D0B3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.013350Z"
        },
        {
            "id": 1193,
            "id_string": "0081c9-5bc0f8-86e5ff-ffc93c-pixelpine",
            "name": "Electric Aqua Dawn",
            "colors": [
                "#0081C9",
                "#5BC0F8",
                "#86E5FF",
                "#FFC93C"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.800266Z"
        },
        {
            "id": 1157,
            "id_string": "00ead3-fff5b7-ff449f-005f99-nordichue",
            "name": "Neon Teal Grove",
            "colors": [
                "#00EAD3",
                "#FFF5B7",
                "#FF449F",
                "#005F99"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.633660Z"
        },
        {
            "id": 1145,
            "id_string": "f4f9f4-a7d7c5-74b49b-5c8d89-cobaltcat",
            "name": "Lagoon Breeze",
            "colors": [
                "#F4F9F4",
                "#A7D7C5",
                "#74B49B",
                "#5C8D89"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.568636Z"
        },
        {
            "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": 1019,
            "id_string": "316b83-6d8299-8ca1a5-d5bfbf-candytone",
            "name": "Cyan Hush",
            "colors": [
                "#316B83",
                "#6D8299",
                "#8CA1A5",
                "#D5BFBF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.972705Z"
        },
        {
            "id": 791,
            "id_string": "fee2b3-ffa299-ad6989-562349-pixelpine",
            "name": "Neon Crimson Bloom",
            "colors": [
                "#FEE2B3",
                "#FFA299",
                "#AD6989",
                "#562349"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.293609Z"
        },
        {
            "id": 304,
            "id_string": "ecc299-0d0b11-b12631-841c20-9db3b5-f5f0ed-b1ada6-eaa119-d8c56a7a-qualityoath",
            "name": "13-color palette",
            "colors": [
                "#ECC299",
                "#0D0B11",
                "#B12631",
                "#841C20",
                "#9DB3B5",
                "#F5F0ED",
                "#B1ADA6",
                "#EAA119",
                "#CBAD91",
                "#C56818",
                "#E5A848",
                "#FF0000",
                "#000000"
            ],
            "color_count": 13,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.243840Z"
        },
        {
            "id": 279,
            "id_string": "f6f6f6-000000-85436b-3bc1d9-ffe9a8-niels",
            "name": "Squirtle",
            "colors": [
                "#F6F6F6",
                "#000000",
                "#85436B",
                "#3BC1D9",
                "#FFE9A8"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.063043Z"
        },
        {
            "id": 278,
            "id_string": "000000-ff0001-ffffff-niels",
            "name": "Mushroom - Super Mario",
            "colors": [
                "#000000",
                "#FF0001",
                "#FFFFFF"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.057900Z"
        }
    ]
}