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=20
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=21",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=19"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 773,
            "id_string": "f2deba-ffefd6-0e5e6f-3a8891-cobaltcat",
            "name": "Neon Coral Tide",
            "colors": [
                "#F2DEBA",
                "#FFEFD6",
                "#0E5E6F",
                "#3A8891"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.208870Z"
        },
        {
            "id": 1000,
            "id_string": "d92027-ff9234-ffcd3c-35d0ba-mossyhex",
            "name": "Vivid Amber Glow",
            "colors": [
                "#D92027",
                "#FF9234",
                "#FFCD3C",
                "#35D0BA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.884411Z"
        },
        {
            "id": 473,
            "id_string": "43766c-f8fae5-b19470-76453b-pixelpine",
            "name": "Warm Lime Meadow",
            "colors": [
                "#43766C",
                "#F8FAE5",
                "#B19470",
                "#76453B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.647856Z"
        },
        {
            "id": 593,
            "id_string": "ecf2ff-e3dffd-e5d1fa-fff4d2-cobaltcat",
            "name": "Cloud Sky Dream",
            "colors": [
                "#ECF2FF",
                "#E3DFFD",
                "#E5D1FA",
                "#FFF4D2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.303260Z"
        },
        {
            "id": 1182,
            "id_string": "5a639c-7776b3-9b86bd-e2bbe9-tonecraft",
            "name": "Cool Orchid Harbor",
            "colors": [
                "#5A639C",
                "#7776B3",
                "#9B86BD",
                "#E2BBE9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.748463Z"
        },
        {
            "id": 823,
            "id_string": "ddf3f5-a6dcef-f2aaaa-e36387-nordichue",
            "name": "Pastel Crimson Mist",
            "colors": [
                "#DDF3F5",
                "#A6DCEF",
                "#F2AAAA",
                "#E36387"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.593632Z"
        },
        {
            "id": 1134,
            "id_string": "eeeeee-32e0c4-0d7377-212121-tonecraft",
            "name": "Electric Aqua Veil",
            "colors": [
                "#EEEEEE",
                "#32E0C4",
                "#0D7377",
                "#212121"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.515720Z"
        },
        {
            "id": 1202,
            "id_string": "fabc3f-e85c0d-c7253e-821131-huedrift",
            "name": "Amber Dusk",
            "colors": [
                "#FABC3F",
                "#E85C0D",
                "#C7253E",
                "#821131"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.841684Z"
        },
        {
            "id": 1168,
            "id_string": "fff5fd-ff96ad-005a8d-022e57-palettepup",
            "name": "Vivid Plum Glow",
            "colors": [
                "#FFF5FD",
                "#FF96AD",
                "#005A8D",
                "#022E57"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.684701Z"
        },
        {
            "id": 1289,
            "id_string": "072227-35858b-4fbdba-aefeff-retroswatch",
            "name": "Neon Tide Harbor",
            "colors": [
                "#072227",
                "#35858B",
                "#4FBDBA",
                "#AEFEFF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.288259Z"
        }
    ]
}