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=119
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=120",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=118"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 975,
            "id_string": "9fc088-e8c07d-cc704b-614124-duskpixel",
            "name": "Cool Coral Tide",
            "colors": [
                "#9FC088",
                "#E8C07D",
                "#CC704B",
                "#614124"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.766890Z"
        },
        {
            "id": 268,
            "id_string": "000000-ffffff-ff0000-00ff00-ffff00-ff00ff-5fa1ff-ffa500-ingridhagen26",
            "name": "8-color palette",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF0000",
                "#00FF00",
                "#FFFF00",
                "#FF00FF",
                "#5FA1FF",
                "#FFA500"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.993536Z"
        },
        {
            "id": 656,
            "id_string": "1c0a00-361500-603601-cc9544-minthaze",
            "name": "Noir Ember Breeze",
            "colors": [
                "#1C0A00",
                "#361500",
                "#603601",
                "#CC9544"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.645222Z"
        },
        {
            "id": 1159,
            "id_string": "dc0000-850000-ffdb89-fff6c3-paperfox",
            "name": "Neon Crimson Bloom",
            "colors": [
                "#DC0000",
                "#850000",
                "#FFDB89",
                "#FFF6C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.643254Z"
        },
        {
            "id": 959,
            "id_string": "c40c0c-ff6500-ff8a08-ffc100-paperfox",
            "name": "Neon Amber Breeze",
            "colors": [
                "#C40C0C",
                "#FF6500",
                "#FF8A08",
                "#FFC100"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.652361Z"
        },
        {
            "id": 835,
            "id_string": "fff2d7-ffe0b5-f8c794-d8ae7e-pixelpine",
            "name": "Pastel Amber Dream",
            "colors": [
                "#FFF2D7",
                "#FFE0B5",
                "#F8C794",
                "#D8AE7E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.714771Z"
        },
        {
            "id": 412,
            "id_string": "cdf0ea-f9f9f9-f7dbf0-beaee2-mossyhex",
            "name": "Cloud Orchid Glow",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#F7DBF0",
                "#BEAEE2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.360075Z"
        },
        {
            "id": 944,
            "id_string": "2e073f-7a1cac-ad49e1-ebd3f8-mossyhex",
            "name": "Vivid Iris Harbor",
            "colors": [
                "#2E073F",
                "#7A1CAC",
                "#AD49E1",
                "#EBD3F8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.470640Z"
        },
        {
            "id": 909,
            "id_string": "f5f5f5-f05454-30475e-121212-cobaltcat",
            "name": "Neon Ruby Dawn",
            "colors": [
                "#F5F5F5",
                "#F05454",
                "#30475E",
                "#121212"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.242385Z"
        },
        {
            "id": 356,
            "id_string": "fff8ea-9e7676-815b5b-594545-nordichue",
            "name": "Neon Ember Sunset",
            "colors": [
                "#FFF8EA",
                "#9E7676",
                "#815B5B",
                "#594545"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.095875Z"
        }
    ]
}