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=123
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=124",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=122"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1222,
            "id_string": "e0fcff-90f2ff-6eb6ff-7098da-paperfox",
            "name": "Electric Tide Grove",
            "colors": [
                "#E0FCFF",
                "#90F2FF",
                "#6EB6FF",
                "#7098DA"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.932615Z"
        },
        {
            "id": 1223,
            "id_string": "e3c770-fecd70-ffae6d-f3e0b5-candytone",
            "name": "Electric Apricot Meadow",
            "colors": [
                "#E3C770",
                "#FECD70",
                "#FFAE6D",
                "#F3E0B5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.937397Z"
        },
        {
            "id": 1224,
            "id_string": "f2f6f5-c8dad3-93b5b3-63707e-huedrift",
            "name": "Lagoon Breeze",
            "colors": [
                "#F2F6F5",
                "#C8DAD3",
                "#93B5B3",
                "#63707E"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.942022Z"
        },
        {
            "id": 1225,
            "id_string": "85a392-f5b971-fdd998-ffecc7-paperfox",
            "name": "Neon Apricot Dream",
            "colors": [
                "#85A392",
                "#F5B971",
                "#FDD998",
                "#FFECC7"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.946435Z"
        },
        {
            "id": 1226,
            "id_string": "1d5b79-468b97-ef6262-f3aa60-candytone",
            "name": "Vivid Apricot Field",
            "colors": [
                "#1D5B79",
                "#468B97",
                "#EF6262",
                "#F3AA60"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.950965Z"
        },
        {
            "id": 1227,
            "id_string": "efee9d-d1eaa3-dbc6eb-abc2e8-palettepup",
            "name": "Soft Honey Dream",
            "colors": [
                "#EFEE9D",
                "#D1EAA3",
                "#DBC6EB",
                "#ABC2E8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.955433Z"
        },
        {
            "id": 1228,
            "id_string": "000000-323232-ff1e56-ffac41-nordichue",
            "name": "Magenta Harbor",
            "colors": [
                "#000000",
                "#323232",
                "#FF1E56",
                "#FFAC41"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.961416Z"
        },
        {
            "id": 1229,
            "id_string": "ffe9d0-fffed3-bbe9ff-b1afff-minthaze",
            "name": "Pastel Coral Glow",
            "colors": [
                "#FFE9D0",
                "#FFFED3",
                "#BBE9FF",
                "#B1AFFF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.966324Z"
        },
        {
            "id": 1230,
            "id_string": "d8d9cf-ededed-ff8787-e26868-nordichue",
            "name": "Cloud Rose Drift",
            "colors": [
                "#D8D9CF",
                "#EDEDED",
                "#FF8787",
                "#E26868"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.970920Z"
        },
        {
            "id": 1231,
            "id_string": "0f2854-1c4d8d-4988c4-bde8f5-duskpixel",
            "name": "Vivid Cyan Drift",
            "colors": [
                "#0F2854",
                "#1C4D8D",
                "#4988C4",
                "#BDE8F5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.975452Z"
        }
    ]
}