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=42
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=43",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=41"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 942,
            "id_string": "000000-3e065f-700b97-8e05c2-nordichue",
            "name": "Noir Violet Field",
            "colors": [
                "#000000",
                "#3E065F",
                "#700B97",
                "#8E05C2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.454204Z"
        },
        {
            "id": 941,
            "id_string": "3a98b9-fff1dc-e8d5c4-eeeeee-retroswatch",
            "name": "Cloud Amber Glow",
            "colors": [
                "#3A98B9",
                "#FFF1DC",
                "#E8D5C4",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.442684Z"
        },
        {
            "id": 940,
            "id_string": "c6e7ff-d4f6ff-fbfbfb-ffddae-swatchbird",
            "name": "Pale Tide Sunset",
            "colors": [
                "#C6E7FF",
                "#D4F6FF",
                "#FBFBFB",
                "#FFDDAE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.438063Z"
        },
        {
            "id": 939,
            "id_string": "1a1a2e-16213e-0f3460-e94560-duskpixel",
            "name": "Twilight Magenta Dawn",
            "colors": [
                "#1A1A2E",
                "#16213E",
                "#0F3460",
                "#E94560"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.428550Z"
        },
        {
            "id": 938,
            "id_string": "016a70-ffffdd-d2de32-a2c579-duskpixel",
            "name": "Gold Grove",
            "colors": [
                "#016A70",
                "#FFFFDD",
                "#D2DE32",
                "#A2C579"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.417646Z"
        },
        {
            "id": 937,
            "id_string": "433878-7e60bf-e4b1f0-ffe1ff-minthaze",
            "name": "Vivid Plum Bay",
            "colors": [
                "#433878",
                "#7E60BF",
                "#E4B1F0",
                "#FFE1FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.405178Z"
        },
        {
            "id": 936,
            "id_string": "52006a-cd113b-ff7600-ffa900-palettepup",
            "name": "Electric Violet Dream",
            "colors": [
                "#52006A",
                "#CD113B",
                "#FF7600",
                "#FFA900"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.397192Z"
        },
        {
            "id": 935,
            "id_string": "f8b595-f67280-c06c84-6c5b7c-palettepup",
            "name": "Vivid Rose Meadow",
            "colors": [
                "#F8B595",
                "#F67280",
                "#C06C84",
                "#6C5B7C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.384953Z"
        },
        {
            "id": 934,
            "id_string": "a59d84-c1baa1-d7d3bf-ecebde-cobaltcat",
            "name": "Honey Dawn",
            "colors": [
                "#A59D84",
                "#C1BAA1",
                "#D7D3BF",
                "#ECEBDE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.361925Z"
        },
        {
            "id": 933,
            "id_string": "4c0033-790252-af0171-e80f88-swatchbird",
            "name": "Plum Breeze",
            "colors": [
                "#4C0033",
                "#790252",
                "#AF0171",
                "#E80F88"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.357246Z"
        }
    ]
}