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=name&page=46
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=name&page=47",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=45"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 965,
            "id_string": "186f65-b5cb99-fce09b-b2533e-palettepup",
            "name": "Electric Apricot Mist",
            "colors": [
                "#186F65",
                "#B5CB99",
                "#FCE09B",
                "#B2533E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.711373Z"
        },
        {
            "id": 999,
            "id_string": "e7e6e1-f7f6e7-f2a154-314e52-swatchbird",
            "name": "Electric Apricot Tide",
            "colors": [
                "#E7E6E1",
                "#F7F6E7",
                "#F2A154",
                "#314E52"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.879919Z"
        },
        {
            "id": 865,
            "id_string": "001c30-176b87-64ccc5-dafffb-swatchbird",
            "name": "Electric Aqua Bloom",
            "colors": [
                "#001C30",
                "#176B87",
                "#64CCC5",
                "#DAFFFB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.023242Z"
        },
        {
            "id": 1193,
            "id_string": "0081c9-5bc0f8-86e5ff-ffc93c-pixelpine",
            "name": "Electric Aqua Dawn",
            "colors": [
                "#0081C9",
                "#5BC0F8",
                "#86E5FF",
                "#FFC93C"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.800266Z"
        },
        {
            "id": 876,
            "id_string": "3db2ff-ffedda-ffb830-ff2442-nordichue",
            "name": "Electric Aqua Drift",
            "colors": [
                "#3DB2FF",
                "#FFEDDA",
                "#FFB830",
                "#FF2442"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.084765Z"
        },
        {
            "id": 780,
            "id_string": "06283d-256d85-47b5ff-dff6ff-huedrift",
            "name": "Electric Aqua Dusk",
            "colors": [
                "#06283D",
                "#256D85",
                "#47B5FF",
                "#DFF6FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.242266Z"
        },
        {
            "id": 1190,
            "id_string": "ecfcff-b2fcff-5edfff-3e64ff-duskpixel",
            "name": "Electric Aqua Hush",
            "colors": [
                "#ECFCFF",
                "#B2FCFF",
                "#5EDFFF",
                "#3E64FF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.786566Z"
        },
        {
            "id": 620,
            "id_string": "3674b5-578fca-a1e3f9-d1f8ef-cobaltcat",
            "name": "Electric Aqua Tide",
            "colors": [
                "#3674B5",
                "#578FCA",
                "#A1E3F9",
                "#D1F8EF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.438869Z"
        },
        {
            "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": 1059,
            "id_string": "070d59-1f3c88-5893d4-ceddef-paperfox",
            "name": "Electric Azure Glow",
            "colors": [
                "#070D59",
                "#1F3C88",
                "#5893D4",
                "#CEDDEF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.165668Z"
        }
    ]
}