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=usage_count&page=41
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=usage_count&page=42",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=40"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 702,
            "id_string": "a8df8e-f3fde8-ffe5e5-ffbfbf-huedrift",
            "name": "Pastel Scarlet Breeze",
            "colors": [
                "#A8DF8E",
                "#F3FDE8",
                "#FFE5E5",
                "#FFBFBF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.864388Z"
        },
        {
            "id": 398,
            "id_string": "f8ede3-dfd3c3-d0b8a8-85586f-pixelpine",
            "name": "Cool Apricot Dusk",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#85586F"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.294997Z"
        },
        {
            "id": 608,
            "id_string": "f6e5f5-fbf4f9-f6e7e6-b9cced-nordichue",
            "name": "Pastel Ocean Breeze",
            "colors": [
                "#F6E5F5",
                "#FBF4F9",
                "#F6E7E6",
                "#B9CCED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.375928Z"
        },
        {
            "id": 969,
            "id_string": "9ecad6-748dae-f5cbcb-ffeaea-coloreef",
            "name": "Pastel Rose Grove",
            "colors": [
                "#9ECAD6",
                "#748DAE",
                "#F5CBCB",
                "#FFEAEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.737005Z"
        },
        {
            "id": 747,
            "id_string": "204051-3b6978-84a9ac-cae8d5-coloreef",
            "name": "Tide Haze",
            "colors": [
                "#204051",
                "#3B6978",
                "#84A9AC",
                "#CAE8D5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.087034Z"
        },
        {
            "id": 674,
            "id_string": "fcffa6-c1ffd7-b5deff-cab8ff-retroswatch",
            "name": "Pastel Gold Hush",
            "colors": [
                "#FCFFA6",
                "#C1FFD7",
                "#B5DEFF",
                "#CAB8FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.729548Z"
        },
        {
            "id": 754,
            "id_string": "ffe6eb-defcfc-cbf1f5-a6e3e9-palettepup",
            "name": "Pastel Rose Sunset",
            "colors": [
                "#FFE6EB",
                "#DEFCFC",
                "#CBF1F5",
                "#A6E3E9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.119224Z"
        },
        {
            "id": 423,
            "id_string": "eac696-c8ae7d-765827-65451f-palettepup",
            "name": "Cool Ember Bloom",
            "colors": [
                "#EAC696",
                "#C8AE7D",
                "#765827",
                "#65451F"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.413232Z"
        },
        {
            "id": 751,
            "id_string": "ff731d-fff7e9-5f9df7-1746a2-mossyhex",
            "name": "Electric Coral Veil",
            "colors": [
                "#FF731D",
                "#FFF7E9",
                "#5F9DF7",
                "#1746A2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.105246Z"
        },
        {
            "id": 1127,
            "id_string": "f0f0f0-213555-4f709c-e5d283-duskpixel",
            "name": "Warm Gold Dusk",
            "colors": [
                "#F0F0F0",
                "#213555",
                "#4F709C",
                "#E5D283"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.483698Z"
        }
    ]
}