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=12
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=13",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=11"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 680,
            "id_string": "eeebdd-d8b6a4-630000-000000-huedrift",
            "name": "Vivid Ruby Grove",
            "colors": [
                "#EEEBDD",
                "#D8B6A4",
                "#630000",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.761196Z"
        },
        {
            "id": 672,
            "id_string": "181d31-678983-e6ddc4-f0e9d2-tonecraft",
            "name": "Cool Sunbeam Grove",
            "colors": [
                "#181D31",
                "#678983",
                "#E6DDC4",
                "#F0E9D2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.720150Z"
        },
        {
            "id": 97,
            "id_string": "aca796-141616-f8d8fb-434747-f2bf00-comficker",
            "name": "Minimal Hero: Batman",
            "colors": [
                "#ACA796",
                "#141616",
                "#F8D8FB",
                "#434747",
                "#F2BF00"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.387891Z"
        },
        {
            "id": 906,
            "id_string": "865858-8e7f7f-bbbbbb-e2d5d5-huedrift",
            "name": "Warm Ruby Grove",
            "colors": [
                "#865858",
                "#8E7F7F",
                "#BBBBBB",
                "#E2D5D5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.226174Z"
        },
        {
            "id": 817,
            "id_string": "632626-9d5353-bf8b67-dacc96-huedrift",
            "name": "Gold Tide",
            "colors": [
                "#632626",
                "#9D5353",
                "#BF8B67",
                "#DACC96"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.458068Z"
        },
        {
            "id": 800,
            "id_string": "b9eddd-87cbb9-569daa-577d86-mossyhex",
            "name": "Warm Mint Bay",
            "colors": [
                "#B9EDDD",
                "#87CBB9",
                "#569DAA",
                "#577D86"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.335267Z"
        },
        {
            "id": 700,
            "id_string": "151515-301b3f-3c415c-b4a5a5-minthaze",
            "name": "Dusk Violet Veil",
            "colors": [
                "#151515",
                "#301B3F",
                "#3C415C",
                "#B4A5A5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.855106Z"
        },
        {
            "id": 356,
            "id_string": "fff8ea-9e7676-815b5b-594545-nordichue",
            "name": "Neon Ember Sunset",
            "colors": [
                "#FFF8EA",
                "#9E7676",
                "#815B5B",
                "#594545"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.095875Z"
        },
        {
            "id": 349,
            "id_string": "b7c4cf-eee3cb-d7c0ae-967e76-duskpixel",
            "name": "Ember Drift",
            "colors": [
                "#B7C4CF",
                "#EEE3CB",
                "#D7C0AE",
                "#967E76"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.063174Z"
        },
        {
            "id": 346,
            "id_string": "1b262c-0f4c75-3282b8-bbe1fa-nordichue",
            "name": "Neon Aqua Veil",
            "colors": [
                "#1B262C",
                "#0F4C75",
                "#3282B8",
                "#BBE1FA"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.048281Z"
        }
    ]
}