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=like_count&page=45
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=like_count&page=46",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=44"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1205,
            "id_string": "94b5c0-350b40-ad6c80-ee99a0-nordichue",
            "name": "Blush Dream",
            "colors": [
                "#94B5C0",
                "#350B40",
                "#AD6C80",
                "#EE99A0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.855491Z"
        },
        {
            "id": 1192,
            "id_string": "ffbaba-ffeadb-f7c5a8-678a74-cobaltcat",
            "name": "Electric Scarlet Bay",
            "colors": [
                "#FFBABA",
                "#FFEADB",
                "#F7C5A8",
                "#678A74"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.795744Z"
        },
        {
            "id": 1197,
            "id_string": "393e46-00adb5-aad8d3-eeeeee-paperfox",
            "name": "Cyan Grove",
            "colors": [
                "#393E46",
                "#00ADB5",
                "#AAD8D3",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.818548Z"
        },
        {
            "id": 1195,
            "id_string": "ffffd0-f3ccff-d09cfa-a555ec-candytone",
            "name": "Pastel Gold Mist",
            "colors": [
                "#FFFFD0",
                "#F3CCFF",
                "#D09CFA",
                "#A555EC"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.809482Z"
        },
        {
            "id": 1194,
            "id_string": "a1cae2-c2b092-cfc5a5-eae3c8-pixelpine",
            "name": "Cool Aqua Veil",
            "colors": [
                "#A1CAE2",
                "#C2B092",
                "#CFC5A5",
                "#EAE3C8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.805041Z"
        },
        {
            "id": 1203,
            "id_string": "071e3d-1f4287-278ea5-21e6c1-hexharbor",
            "name": "Teal Glow",
            "colors": [
                "#071E3D",
                "#1F4287",
                "#278EA5",
                "#21E6C1"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.846212Z"
        },
        {
            "id": 1202,
            "id_string": "fabc3f-e85c0d-c7253e-821131-huedrift",
            "name": "Amber Dusk",
            "colors": [
                "#FABC3F",
                "#E85C0D",
                "#C7253E",
                "#821131"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.841684Z"
        },
        {
            "id": 1199,
            "id_string": "006e7f-f8cb2e-ee5007-b22727-retroswatch",
            "name": "Vivid Cyan Tide",
            "colors": [
                "#006E7F",
                "#F8CB2E",
                "#EE5007",
                "#B22727"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.827656Z"
        },
        {
            "id": 1208,
            "id_string": "655d8a-7897ab-d885a3-fdceb9-paperfox",
            "name": "Neon Amber Hush",
            "colors": [
                "#655D8A",
                "#7897AB",
                "#D885A3",
                "#FDCEB9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.868941Z"
        },
        {
            "id": 1200,
            "id_string": "fce2db-ff8fb1-b270a2-7a4495-retroswatch",
            "name": "Blush Meadow",
            "colors": [
                "#FCE2DB",
                "#FF8FB1",
                "#B270A2",
                "#7A4495"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.832174Z"
        }
    ]
}