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=85
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=86",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=84"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1060,
            "id_string": "e2c2b9-bfd8b8-e7eab5-f1f7e7-mossyhex",
            "name": "Cloud Sunbeam Breeze",
            "colors": [
                "#E2C2B9",
                "#BFD8B8",
                "#E7EAB5",
                "#F1F7E7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.170287Z"
        },
        {
            "id": 1059,
            "id_string": "070d59-1f3c88-5893d4-ceddef-paperfox",
            "name": "Electric Azure Glow",
            "colors": [
                "#070D59",
                "#1F3C88",
                "#5893D4",
                "#CEDDEF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.165668Z"
        },
        {
            "id": 1044,
            "id_string": "0e2954-1f6e8c-2e8a99-84a7a1-retroswatch",
            "name": "Sky Dusk",
            "colors": [
                "#0E2954",
                "#1F6E8C",
                "#2E8A99",
                "#84A7A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.097037Z"
        },
        {
            "id": 1002,
            "id_string": "ff78c4-e1aeff-ffbdf7-ffecec-swatchbird",
            "name": "Soft Mauve Bay",
            "colors": [
                "#FF78C4",
                "#E1AEFF",
                "#FFBDF7",
                "#FFECEC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.893533Z"
        },
        {
            "id": 852,
            "id_string": "6b240c-994d1c-e48f45-f5cca0-paperfox",
            "name": "Ember Hush",
            "colors": [
                "#6B240C",
                "#994D1C",
                "#E48F45",
                "#F5CCA0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.957261Z"
        },
        {
            "id": 740,
            "id_string": "65647c-8b7e74-c7bca1-f1d3b3-tonecraft",
            "name": "Amber Breeze",
            "colors": [
                "#65647C",
                "#8B7E74",
                "#C7BCA1",
                "#F1D3B3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.051573Z"
        },
        {
            "id": 638,
            "id_string": "faf1e6-fdfaf6-e4efe7-064420-studiomochi",
            "name": "Vivid Jade Haze",
            "colors": [
                "#FAF1E6",
                "#FDFAF6",
                "#E4EFE7",
                "#064420"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.558547Z"
        },
        {
            "id": 632,
            "id_string": "8ef6e4-9896f1-d59bf6-edb1f1-paperfox",
            "name": "Soft Teal Harbor",
            "colors": [
                "#8EF6E4",
                "#9896F1",
                "#D59BF6",
                "#EDB1F1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.497864Z"
        },
        {
            "id": 596,
            "id_string": "bfcba8-5b8a72-56776c-464f41-studiomochi",
            "name": "Meadow Grove",
            "colors": [
                "#BFCBA8",
                "#5B8A72",
                "#56776C",
                "#464F41"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.317137Z"
        },
        {
            "id": 555,
            "id_string": "fdf7e4-faeed1-ded0b6-bbab8c-huedrift",
            "name": "Cloud Honey Bloom",
            "colors": [
                "#FDF7E4",
                "#FAEED1",
                "#DED0B6",
                "#BBAB8C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.123253Z"
        }
    ]
}