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=7
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=8",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=6"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1154,
            "id_string": "4b778d-28b5b5-8fd9a8-d2e69c-retroswatch",
            "name": "Aqua Sunset",
            "colors": [
                "#4B778D",
                "#28B5B5",
                "#8FD9A8",
                "#D2E69C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.615078Z"
        },
        {
            "id": 1226,
            "id_string": "1d5b79-468b97-ef6262-f3aa60-candytone",
            "name": "Vivid Apricot Field",
            "colors": [
                "#1D5B79",
                "#468B97",
                "#EF6262",
                "#F3AA60"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.950965Z"
        },
        {
            "id": 1259,
            "id_string": "184d47-96bb7c-d6efc7-fad586-candytone",
            "name": "Amber Veil",
            "colors": [
                "#184D47",
                "#96BB7C",
                "#D6EFC7",
                "#FAD586"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.135608Z"
        },
        {
            "id": 289,
            "id_string": "737373-cdcdcd-ffffff-eeeeee-fefefe-000000-quilamour007",
            "name": "6-color palette",
            "colors": [
                "#737373",
                "#CDCDCD",
                "#FFFFFF",
                "#EEEEEE",
                "#FEFEFE",
                "#000000"
            ],
            "color_count": 6,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.140619Z"
        },
        {
            "id": 1048,
            "id_string": "c9dabf-9ca986-808d7c-5f6f65-swatchbird",
            "name": "Cool Lime Bay",
            "colors": [
                "#C9DABF",
                "#9CA986",
                "#808D7C",
                "#5F6F65"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.115158Z"
        },
        {
            "id": 1036,
            "id_string": "064635-519259-f0bb62-f4eea9-retroswatch",
            "name": "Vivid Teal Hush",
            "colors": [
                "#064635",
                "#519259",
                "#F0BB62",
                "#F4EEA9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.057273Z"
        },
        {
            "id": 1246,
            "id_string": "f47c7c-f7f48b-a1de93-70a1d7-swatchbird",
            "name": "Electric Sunbeam Tide",
            "colors": [
                "#F47C7C",
                "#F7F48B",
                "#A1DE93",
                "#70A1D7"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.065662Z"
        },
        {
            "id": 1,
            "id_string": "000000-ffffff-akhvledianialyona",
            "name": "1-Bit Monochrome",
            "colors": [
                "#000000",
                "#FFFFFF"
            ],
            "color_count": 2,
            "like_count": 0,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-24T02:37:07.721233Z"
        },
        {
            "id": 397,
            "id_string": "222831-393e46-ffd369-eeeeee-tonecraft",
            "name": "Neon Amber Veil",
            "colors": [
                "#222831",
                "#393E46",
                "#FFD369",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.290238Z"
        },
        {
            "id": 1224,
            "id_string": "f2f6f5-c8dad3-93b5b3-63707e-huedrift",
            "name": "Lagoon Breeze",
            "colors": [
                "#F2F6F5",
                "#C8DAD3",
                "#93B5B3",
                "#63707E"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.942022Z"
        }
    ]
}