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=download_count&page=44
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=download_count&page=45",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=43"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1028,
            "id_string": "ccd5ae-e0e5b6-faedce-fefae0-hexharbor",
            "name": "Soft Sunbeam Hush",
            "colors": [
                "#CCD5AE",
                "#E0E5B6",
                "#FAEDCE",
                "#FEFAE0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.021092Z"
        },
        {
            "id": 745,
            "id_string": "7fb77e-b1d7b4-f7f6dc-ffc090-cobaltcat",
            "name": "Neon Coral Bay",
            "colors": [
                "#7FB77E",
                "#B1D7B4",
                "#F7F6DC",
                "#FFC090"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.075365Z"
        },
        {
            "id": 676,
            "id_string": "beebe9-f4dada-ffb6b9-f6eec7-palettepup",
            "name": "Soft Blush Drift",
            "colors": [
                "#BEEBE9",
                "#F4DADA",
                "#FFB6B9",
                "#F6EEC7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.738686Z"
        },
        {
            "id": 1124,
            "id_string": "a9eee6-fefaec-f9a1bc-625772-hexharbor",
            "name": "Vivid Honey Bloom",
            "colors": [
                "#A9EEE6",
                "#FEFAEC",
                "#F9A1BC",
                "#625772"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.469964Z"
        },
        {
            "id": 1010,
            "id_string": "3c4245-5f6769-719192-dfcdc3-mossyhex",
            "name": "Cool Apricot Glow",
            "colors": [
                "#3C4245",
                "#5F6769",
                "#719192",
                "#DFCDC3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.930825Z"
        },
        {
            "id": 265,
            "id_string": "000000-ffffff-20a777-epicguythatsreallycool",
            "name": "Man Template",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#20A777"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.968333Z"
        },
        {
            "id": 1035,
            "id_string": "86a789-b2c8ba-d2e3c8-ebf3e8-minthaze",
            "name": "Fern Field",
            "colors": [
                "#86A789",
                "#B2C8BA",
                "#D2E3C8",
                "#EBF3E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.052863Z"
        },
        {
            "id": 1218,
            "id_string": "d9edbf-ffb996-ffcf81-fdffab-swatchbird",
            "name": "Cloud Coral Hush",
            "colors": [
                "#D9EDBF",
                "#FFB996",
                "#FFCF81",
                "#FDFFAB"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.914265Z"
        },
        {
            "id": 19,
            "id_string": "3f2631-cfe7f7-eef8fe-ffffff-e38628-crimsonpatterdaleterrier",
            "name": "Snowman",
            "colors": [
                "#3F2631",
                "#CFE7F7",
                "#EEF8FE",
                "#FFFFFF",
                "#E38628"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:14.692809Z"
        },
        {
            "id": 772,
            "id_string": "e1ffb1-c7f2a4-b6e388-fcffb2-candytone",
            "name": "Soft Meadow Tide",
            "colors": [
                "#E1FFB1",
                "#C7F2A4",
                "#B6E388",
                "#FCFFB2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.204087Z"
        }
    ]
}