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=66
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=67",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=65"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 702,
            "id_string": "a8df8e-f3fde8-ffe5e5-ffbfbf-huedrift",
            "name": "Pastel Scarlet Breeze",
            "colors": [
                "#A8DF8E",
                "#F3FDE8",
                "#FFE5E5",
                "#FFBFBF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.864388Z"
        },
        {
            "id": 701,
            "id_string": "bedcfa-98acf8-b088f9-da9ff9-nordichue",
            "name": "Pale Violet Bay",
            "colors": [
                "#BEDCFA",
                "#98ACF8",
                "#B088F9",
                "#DA9FF9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.859701Z"
        },
        {
            "id": 700,
            "id_string": "151515-301b3f-3c415c-b4a5a5-minthaze",
            "name": "Dusk Violet Veil",
            "colors": [
                "#151515",
                "#301B3F",
                "#3C415C",
                "#B4A5A5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.855106Z"
        },
        {
            "id": 699,
            "id_string": "f0e4d7-f5c0c0-ff7171-9fd8df-minthaze",
            "name": "Soft Crimson Harbor",
            "colors": [
                "#F0E4D7",
                "#F5C0C0",
                "#FF7171",
                "#9FD8DF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.850611Z"
        },
        {
            "id": 698,
            "id_string": "f47c7c-ef9f9f-fad4d4-fff2f2-swatchbird",
            "name": "Soft Rose Mist",
            "colors": [
                "#F47C7C",
                "#EF9F9F",
                "#FAD4D4",
                "#FFF2F2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.845964Z"
        },
        {
            "id": 697,
            "id_string": "191825-865dff-e384ff-ffa3fd-huedrift",
            "name": "Electric Iris Haze",
            "colors": [
                "#191825",
                "#865DFF",
                "#E384FF",
                "#FFA3FD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.841185Z"
        },
        {
            "id": 696,
            "id_string": "440a67-93329e-b4aee8-ffe3fe-palettepup",
            "name": "Electric Mauve Veil",
            "colors": [
                "#440A67",
                "#93329E",
                "#B4AEE8",
                "#FFE3FE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.836607Z"
        },
        {
            "id": 695,
            "id_string": "f9fbe7-f0edd4-eccdb4-fea1a1-coloreef",
            "name": "Soft Scarlet Grove",
            "colors": [
                "#F9FBE7",
                "#F0EDD4",
                "#ECCDB4",
                "#FEA1A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.832080Z"
        },
        {
            "id": 694,
            "id_string": "99e1e5-f3e8cb-f2c6b4-fbafaf-duskpixel",
            "name": "Pastel Crimson Bay",
            "colors": [
                "#99E1E5",
                "#F3E8CB",
                "#F2C6B4",
                "#FBAFAF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.827499Z"
        },
        {
            "id": 693,
            "id_string": "f7f7e8-c7cfb7-9dad7f-557174-palettepup",
            "name": "Warm Gold Breeze",
            "colors": [
                "#F7F7E8",
                "#C7CFB7",
                "#9DAD7F",
                "#557174"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.822842Z"
        }
    ]
}