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=48
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=49",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=47"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 237,
            "id_string": "000000-ff00ff-ff8000-usbugraus",
            "name": "3-color palette",
            "colors": [
                "#000000",
                "#FF00FF",
                "#FF8000"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.719029Z"
        },
        {
            "id": 534,
            "id_string": "756ab6-ac87c5-e0aed0-ffe5e5-pixelpine",
            "name": "Vivid Rose Dawn",
            "colors": [
                "#756AB6",
                "#AC87C5",
                "#E0AED0",
                "#FFE5E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.015401Z"
        },
        {
            "id": 1086,
            "id_string": "fcf9ea-badfdb-f8a978-ffc5a1-coloreef",
            "name": "Pastel Coral Dawn",
            "colors": [
                "#FCF9EA",
                "#BADFDB",
                "#F8A978",
                "#FFC5A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.291825Z"
        },
        {
            "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": 183,
            "id_string": "ffffff-ff7804-02b1d7-000000-bf0117-60d401-comficker",
            "name": "Blue Monster",
            "colors": [
                "#FFFFFF",
                "#FF7804",
                "#02B1D7",
                "#000000",
                "#BF0117",
                "#60D401"
            ],
            "color_count": 6,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.394743Z"
        },
        {
            "id": 1051,
            "id_string": "e3d9ca-95a792-596c68-403f48-studiomochi",
            "name": "Cool Ember Sunset",
            "colors": [
                "#E3D9CA",
                "#95A792",
                "#596C68",
                "#403F48"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.129015Z"
        },
        {
            "id": 1153,
            "id_string": "eeb76b-e2703a-9c3d54-310b0b-minthaze",
            "name": "Vivid Amber Hush",
            "colors": [
                "#EEB76B",
                "#E2703A",
                "#9C3D54",
                "#310B0B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.610476Z"
        },
        {
            "id": 277,
            "id_string": "000000-efcdb2-b58530-ffffff-616161-30270a-niels",
            "name": "Cute Cat",
            "colors": [
                "#000000",
                "#EFCDB2",
                "#B58530",
                "#FFFFFF",
                "#616161",
                "#30270A"
            ],
            "color_count": 6,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.052254Z"
        },
        {
            "id": 866,
            "id_string": "4c3a51-774360-b25068-e7ab79-hexharbor",
            "name": "Warm Amber Drift",
            "colors": [
                "#4C3A51",
                "#774360",
                "#B25068",
                "#E7AB79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.028158Z"
        },
        {
            "id": 329,
            "id_string": "4a9e5a-e43b44-3d895d-feae34-hoanglambk57",
            "name": "4-color palette",
            "colors": [
                "#4A9E5A",
                "#E43B44",
                "#3D895D",
                "#FEAE34"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.408352Z"
        }
    ]
}