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=color_count&page=20
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=color_count&page=21",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=19"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 814,
            "id_string": "de8971-7b6079-a7d0cd-ffe9d6-swatchbird",
            "name": "Neon Amber Sunset",
            "colors": [
                "#DE8971",
                "#7B6079",
                "#A7D0CD",
                "#FFE9D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.430056Z"
        },
        {
            "id": 519,
            "id_string": "838383-ad9d9d-d9adad-fccbcb-palettepup",
            "name": "Electric Ruby Dream",
            "colors": [
                "#838383",
                "#AD9D9D",
                "#D9ADAD",
                "#FCCBCB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.897540Z"
        },
        {
            "id": 533,
            "id_string": "e97777-ff9f9f-fcddb0-fffad7-nordichue",
            "name": "Cloud Scarlet Sunset",
            "colors": [
                "#E97777",
                "#FF9F9F",
                "#FCDDB0",
                "#FFFAD7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.010322Z"
        },
        {
            "id": 524,
            "id_string": "ffbb5c-ff9b50-e25e3e-c63d2f-cobaltcat",
            "name": "Vivid Apricot Drift",
            "colors": [
                "#FFBB5C",
                "#FF9B50",
                "#E25E3E",
                "#C63D2F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.937901Z"
        },
        {
            "id": 419,
            "id_string": "142850-27496d-0c7b93-00a8cc-tonecraft",
            "name": "Dusk Tide Dream",
            "colors": [
                "#142850",
                "#27496D",
                "#0C7B93",
                "#00A8CC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.394456Z"
        },
        {
            "id": 422,
            "id_string": "3c6255-61876e-a6bb8d-eae7b1-paperfox",
            "name": "Sunbeam Dream",
            "colors": [
                "#3C6255",
                "#61876E",
                "#A6BB8D",
                "#EAE7B1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.408284Z"
        },
        {
            "id": 1033,
            "id_string": "952323-a73121-dad4b5-f2e8c6-duskpixel",
            "name": "Cool Rose Haze",
            "colors": [
                "#952323",
                "#A73121",
                "#DAD4B5",
                "#F2E8C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.043918Z"
        },
        {
            "id": 803,
            "id_string": "0a043c-03506f-bbbbbb-ffe3d8-swatchbird",
            "name": "Electric Coral Tide",
            "colors": [
                "#0A043C",
                "#03506F",
                "#BBBBBB",
                "#FFE3D8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.359679Z"
        },
        {
            "id": 1248,
            "id_string": "2d3250-424769-7077a1-f6b17a-mossyhex",
            "name": "Neon Apricot Bloom",
            "colors": [
                "#2D3250",
                "#424769",
                "#7077A1",
                "#F6B17A"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.075205Z"
        },
        {
            "id": 372,
            "id_string": "000000-3d0000-950101-ff0000-tonecraft",
            "name": "Midnight Scarlet Mist",
            "colors": [
                "#000000",
                "#3D0000",
                "#950101",
                "#FF0000"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.172730Z"
        }
    ]
}