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=usage_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=usage_count&page=49",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=47"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 615,
            "id_string": "f5f5f5-f2ead3-dfd7bf-3f2305-coloreef",
            "name": "Vivid Apricot Breeze",
            "colors": [
                "#F5F5F5",
                "#F2EAD3",
                "#DFD7BF",
                "#3F2305"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.408264Z"
        },
        {
            "id": 789,
            "id_string": "ada2ff-c0deff-ffe5f1-fff8e1-nordichue",
            "name": "Cloud Cobalt Bay",
            "colors": [
                "#ADA2FF",
                "#C0DEFF",
                "#FFE5F1",
                "#FFF8E1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.284490Z"
        },
        {
            "id": 354,
            "id_string": "7d5a50-b4846c-e5b299-fcdec0-pixelpine",
            "name": "Vivid Ember Drift",
            "colors": [
                "#7D5A50",
                "#B4846C",
                "#E5B299",
                "#FCDEC0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.086595Z"
        },
        {
            "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": 598,
            "id_string": "092635-1b4242-5c8374-9ec8b9-palettepup",
            "name": "Dusk Aqua Field",
            "colors": [
                "#092635",
                "#1B4242",
                "#5C8374",
                "#9EC8B9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.326200Z"
        },
        {
            "id": 683,
            "id_string": "bbd6b8-aec2b6-94af9f-dbe4c6-palettepup",
            "name": "Fern Field",
            "colors": [
                "#BBD6B8",
                "#AEC2B6",
                "#94AF9F",
                "#DBE4C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.774802Z"
        },
        {
            "id": 467,
            "id_string": "92c7cf-aad7d9-fbf9f1-e5e1da-mossyhex",
            "name": "Cloud Citrine Breeze",
            "colors": [
                "#92C7CF",
                "#AAD7D9",
                "#FBF9F1",
                "#E5E1DA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.618188Z"
        },
        {
            "id": 781,
            "id_string": "053b50-176b87-64ccc5-eeeeee-paperfox",
            "name": "Cyan Veil",
            "colors": [
                "#053B50",
                "#176B87",
                "#64CCC5",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.246886Z"
        },
        {
            "id": 395,
            "id_string": "a9907e-f3deba-abc4aa-675d50-huedrift",
            "name": "Cool Coral Dream",
            "colors": [
                "#A9907E",
                "#F3DEBA",
                "#ABC4AA",
                "#675D50"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.281101Z"
        },
        {
            "id": 805,
            "id_string": "e7dfd5-84a9ac-3b6978-204051-mossyhex",
            "name": "Aqua Tide",
            "colors": [
                "#E7DFD5",
                "#84A9AC",
                "#3B6978",
                "#204051"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.368998Z"
        }
    ]
}