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=92
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=93",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=91"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 442,
            "id_string": "ece3ce-739072-4f6f52-3a4d39-huedrift",
            "name": "Amber Dream",
            "colors": [
                "#ECE3CE",
                "#739072",
                "#4F6F52",
                "#3A4D39"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.500718Z"
        },
        {
            "id": 441,
            "id_string": "ffacac-ffbfa9-ffebb4-fbffb1-paperfox",
            "name": "Pale Scarlet Grove",
            "colors": [
                "#FFACAC",
                "#FFBFA9",
                "#FFEBB4",
                "#FBFFB1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.496100Z"
        },
        {
            "id": 440,
            "id_string": "618264-79ac78-b0d9b1-d0e7d2-paperfox",
            "name": "Warm Moss Veil",
            "colors": [
                "#618264",
                "#79AC78",
                "#B0D9B1",
                "#D0E7D2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.491568Z"
        },
        {
            "id": 439,
            "id_string": "b3c8cf-bed7dc-f1eedc-e5ddc5-palettepup",
            "name": "Cloud Gold Sunset",
            "colors": [
                "#B3C8CF",
                "#BED7DC",
                "#F1EEDC",
                "#E5DDC5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.486924Z"
        },
        {
            "id": 438,
            "id_string": "f1f6f9-14274e-394867-9ba4b4-pixelpine",
            "name": "Cobalt Mist",
            "colors": [
                "#F1F6F9",
                "#14274E",
                "#394867",
                "#9BA4B4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.482261Z"
        },
        {
            "id": 437,
            "id_string": "9a3b3b-c08261-e2c799-f2ecbe-swatchbird",
            "name": "Citrine Grove",
            "colors": [
                "#9A3B3B",
                "#C08261",
                "#E2C799",
                "#F2ECBE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.477723Z"
        },
        {
            "id": 436,
            "id_string": "a0c49d-c4d7b2-e1ecc8-f7ffe5-huedrift",
            "name": "Soft Meadow Meadow",
            "colors": [
                "#A0C49D",
                "#C4D7B2",
                "#E1ECC8",
                "#F7FFE5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.473199Z"
        },
        {
            "id": 435,
            "id_string": "87805e-b09b71-d8cca3-eddfb3-retroswatch",
            "name": "Warm Gold Tide",
            "colors": [
                "#87805E",
                "#B09B71",
                "#D8CCA3",
                "#EDDFB3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.468710Z"
        },
        {
            "id": 434,
            "id_string": "884a39-c38154-ffc26f-f9e0bb-paperfox",
            "name": "Vivid Apricot Grove",
            "colors": [
                "#884A39",
                "#C38154",
                "#FFC26F",
                "#F9E0BB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.463976Z"
        },
        {
            "id": 433,
            "id_string": "070f2b-1b1a55-535c91-9290c3-mossyhex",
            "name": "Azure Dream",
            "colors": [
                "#070F2B",
                "#1B1A55",
                "#535C91",
                "#9290C3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.459366Z"
        }
    ]
}