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=-created&page=101
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=-created&page=102",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=100"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 352,
            "id_string": "ffeddb-edcdbb-e3b7a0-bf9270-swatchbird",
            "name": "Electric Amber Haze",
            "colors": [
                "#FFEDDB",
                "#EDCDBB",
                "#E3B7A0",
                "#BF9270"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.077247Z"
        },
        {
            "id": 351,
            "id_string": "ffb6b9-fae3d9-bbded6-61c0bf-paperfox",
            "name": "Pale Blush Mist",
            "colors": [
                "#FFB6B9",
                "#FAE3D9",
                "#BBDED6",
                "#61C0BF"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.072576Z"
        },
        {
            "id": 350,
            "id_string": "6096b4-93bfcf-bdcdd6-eee9da-pixelpine",
            "name": "Cyan Tide",
            "colors": [
                "#6096B4",
                "#93BFCF",
                "#BDCDD6",
                "#EEE9DA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.067891Z"
        },
        {
            "id": 349,
            "id_string": "b7c4cf-eee3cb-d7c0ae-967e76-duskpixel",
            "name": "Ember Drift",
            "colors": [
                "#B7C4CF",
                "#EEE3CB",
                "#D7C0AE",
                "#967E76"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.063174Z"
        },
        {
            "id": 348,
            "id_string": "b1b2ff-aac4ff-d2daff-eef1ff-paperfox",
            "name": "Pastel Sky Meadow",
            "colors": [
                "#B1B2FF",
                "#AAC4FF",
                "#D2DAFF",
                "#EEF1FF"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.058416Z"
        },
        {
            "id": 347,
            "id_string": "27374d-526d82-9db2bf-dde6ed-duskpixel",
            "name": "Warm Sky Tide",
            "colors": [
                "#27374D",
                "#526D82",
                "#9DB2BF",
                "#DDE6ED"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.053294Z"
        },
        {
            "id": 346,
            "id_string": "1b262c-0f4c75-3282b8-bbe1fa-nordichue",
            "name": "Neon Aqua Veil",
            "colors": [
                "#1B262C",
                "#0F4C75",
                "#3282B8",
                "#BBE1FA"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.048281Z"
        },
        {
            "id": 345,
            "id_string": "f4eeff-dcd6f7-a6b1e1-424874-swatchbird",
            "name": "Vivid Iris Bloom",
            "colors": [
                "#F4EEFF",
                "#DCD6F7",
                "#A6B1E1",
                "#424874"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.042768Z"
        },
        {
            "id": 344,
            "id_string": "ad8b73-ceab93-e3caa5-fffbe9-swatchbird",
            "name": "Vivid Honey Dream",
            "colors": [
                "#AD8B73",
                "#CEAB93",
                "#E3CAA5",
                "#FFFBE9"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.036207Z"
        },
        {
            "id": 343,
            "id_string": "ffc7c7-ffe2e2-f6f6f6-8785a2-retroswatch",
            "name": "Soft Ruby Grove",
            "colors": [
                "#FFC7C7",
                "#FFE2E2",
                "#F6F6F6",
                "#8785A2"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.031410Z"
        }
    ]
}