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=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=download_count&page=42",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=40"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 417,
            "id_string": "f1f6f9-394867-212a3e-9ba4b5-duskpixel",
            "name": "Cool Aqua Veil",
            "colors": [
                "#F1F6F9",
                "#394867",
                "#212A3E",
                "#9BA4B5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.385166Z"
        },
        {
            "id": 360,
            "id_string": "defcf9-cadefc-c3bef0-cca8e9-coloreef",
            "name": "Pale Azure Sunset",
            "colors": [
                "#DEFCF9",
                "#CADEFC",
                "#C3BEF0",
                "#CCA8E9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.116900Z"
        },
        {
            "id": 34,
            "id_string": "fff2cc-ffd966-f4b183-dfa67b-245953-ffffff-muskoxcyan",
            "name": "6-color palette",
            "colors": [
                "#FFF2CC",
                "#FFD966",
                "#F4B183",
                "#DFA67B",
                "#245953",
                "#FFFFFF"
            ],
            "color_count": 6,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:14.974175Z"
        },
        {
            "id": 362,
            "id_string": "edf1d6-9dc08b-609966-40513b-pixelpine",
            "name": "Cool Fern Field",
            "colors": [
                "#EDF1D6",
                "#9DC08B",
                "#609966",
                "#40513B"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.126110Z"
        },
        {
            "id": 1082,
            "id_string": "e60965-f94892-ffa1c9-fbe5e5-minthaze",
            "name": "Magenta Field",
            "colors": [
                "#E60965",
                "#F94892",
                "#FFA1C9",
                "#FBE5E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.273425Z"
        },
        {
            "id": 1227,
            "id_string": "efee9d-d1eaa3-dbc6eb-abc2e8-palettepup",
            "name": "Soft Honey Dream",
            "colors": [
                "#EFEE9D",
                "#D1EAA3",
                "#DBC6EB",
                "#ABC2E8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.955433Z"
        },
        {
            "id": 564,
            "id_string": "a1ccd1-f4f2de-e9b384-7c9d96-nordichue",
            "name": "Cool Amber Hush",
            "colors": [
                "#A1CCD1",
                "#F4F2DE",
                "#E9B384",
                "#7C9D96"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.165687Z"
        },
        {
            "id": 463,
            "id_string": "1fab89-62d2a2-9df3c4-d7fbe8-cobaltcat",
            "name": "Neon Jade Sunset",
            "colors": [
                "#1FAB89",
                "#62D2A2",
                "#9DF3C4",
                "#D7FBE8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.599625Z"
        },
        {
            "id": 1014,
            "id_string": "7bd3ea-a1eebd-f6f7c4-f6d6d6-paperfox",
            "name": "Pastel Honey Glow",
            "colors": [
                "#7BD3EA",
                "#A1EEBD",
                "#F6F7C4",
                "#F6D6D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.949680Z"
        },
        {
            "id": 798,
            "id_string": "420516-7d1935-b42b51-e63e6d-cobaltcat",
            "name": "Rose Veil",
            "colors": [
                "#420516",
                "#7D1935",
                "#B42B51",
                "#E63E6D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.326064Z"
        }
    ]
}