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=22
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=23",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=21"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 9,
            "id_string": "2b0f1a-6b2c39-c24b4b-e8804a-f4c25b-fbefc2",
            "name": "Warm Sunset 6",
            "colors": [
                "#2B0F1A",
                "#6B2C39",
                "#C24B4B",
                "#E8804A",
                "#F4C25B",
                "#FBEFC2"
            ],
            "color_count": 6,
            "like_count": 0,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-24T02:37:07.759773Z"
        },
        {
            "id": 1228,
            "id_string": "000000-323232-ff1e56-ffac41-nordichue",
            "name": "Magenta Harbor",
            "colors": [
                "#000000",
                "#323232",
                "#FF1E56",
                "#FFAC41"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.961416Z"
        },
        {
            "id": 919,
            "id_string": "e14d2a-fd841f-3e6d9c-001253-huedrift",
            "name": "Vivid Azure Hush",
            "colors": [
                "#E14D2A",
                "#FD841F",
                "#3E6D9C",
                "#001253"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.290009Z"
        },
        {
            "id": 820,
            "id_string": "c2dedc-ece5c7-cdc2ae-116a7b-retroswatch",
            "name": "Aqua Breeze",
            "colors": [
                "#C2DEDC",
                "#ECE5C7",
                "#CDC2AE",
                "#116A7B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.547824Z"
        },
        {
            "id": 615,
            "id_string": "f5f5f5-f2ead3-dfd7bf-3f2305-coloreef",
            "name": "Vivid Apricot Breeze",
            "colors": [
                "#F5F5F5",
                "#F2EAD3",
                "#DFD7BF",
                "#3F2305"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.408264Z"
        },
        {
            "id": 496,
            "id_string": "8e3200-a64b2a-d7a86e-ffebc1-mossyhex",
            "name": "Neon Apricot Hush",
            "colors": [
                "#8E3200",
                "#A64B2A",
                "#D7A86E",
                "#FFEBC1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.757902Z"
        },
        {
            "id": 453,
            "id_string": "753422-b05b3b-d79771-ffebc9-huedrift",
            "name": "Electric Ember Tide",
            "colors": [
                "#753422",
                "#B05B3B",
                "#D79771",
                "#FFEBC9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.551376Z"
        },
        {
            "id": 452,
            "id_string": "8294c4-acb1d6-dbdfea-ffead2-retroswatch",
            "name": "Soft Ember Bay",
            "colors": [
                "#8294C4",
                "#ACB1D6",
                "#DBDFEA",
                "#FFEAD2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.546645Z"
        },
        {
            "id": 384,
            "id_string": "ffeecc-ffddcc-ffcccc-febbcc-cobaltcat",
            "name": "Cloud Coral Dream",
            "colors": [
                "#FFEECC",
                "#FFDDCC",
                "#FFCCCC",
                "#FEBBCC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.230966Z"
        },
        {
            "id": 347,
            "id_string": "27374d-526d82-9db2bf-dde6ed-duskpixel",
            "name": "Warm Sky Tide",
            "colors": [
                "#27374D",
                "#526D82",
                "#9DB2BF",
                "#DDE6ED"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.053294Z"
        }
    ]
}