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=87
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=88",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=86"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 492,
            "id_string": "f1e5d1-dbb5b5-c39898-987070-pixelpine",
            "name": "Cool Apricot Tide",
            "colors": [
                "#F1E5D1",
                "#DBB5B5",
                "#C39898",
                "#987070"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.739572Z"
        },
        {
            "id": 491,
            "id_string": "fcecdd-ffc288-fea82f-ff6701-studiomochi",
            "name": "Neon Amber Mist",
            "colors": [
                "#FCECDD",
                "#FFC288",
                "#FEA82F",
                "#FF6701"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.735015Z"
        },
        {
            "id": 490,
            "id_string": "ff8787-f8c4b4-e5ebb2-bce29e-candytone",
            "name": "Soft Scarlet Drift",
            "colors": [
                "#FF8787",
                "#F8C4B4",
                "#E5EBB2",
                "#BCE29E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.730617Z"
        },
        {
            "id": 489,
            "id_string": "f8ecd1-deb6ab-ac7d88-85586f-tonecraft",
            "name": "Coral Harbor",
            "colors": [
                "#F8ECD1",
                "#DEB6AB",
                "#AC7D88",
                "#85586F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.725978Z"
        },
        {
            "id": 488,
            "id_string": "635985-443c68-393053-18122b-studiomochi",
            "name": "Twilight Iris Drift",
            "colors": [
                "#635985",
                "#443C68",
                "#393053",
                "#18122B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.721240Z"
        },
        {
            "id": 487,
            "id_string": "dcf2f1-7fc7d9-365486-0f1035-swatchbird",
            "name": "Ocean Drift",
            "colors": [
                "#DCF2F1",
                "#7FC7D9",
                "#365486",
                "#0F1035"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.716720Z"
        },
        {
            "id": 486,
            "id_string": "e7cccc-ede8dc-a5b68d-c1cfa1-palettepup",
            "name": "Crimson Meadow",
            "colors": [
                "#E7CCCC",
                "#EDE8DC",
                "#A5B68D",
                "#C1CFA1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.712028Z"
        },
        {
            "id": 485,
            "id_string": "f6f5f5-d3e0ea-1687a7-276678-coloreef",
            "name": "Vivid Tide Drift",
            "colors": [
                "#F6F5F5",
                "#D3E0EA",
                "#1687A7",
                "#276678"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.707156Z"
        },
        {
            "id": 484,
            "id_string": "557571-d49a89-f7d1ba-f4f4f4-pixelpine",
            "name": "Neon Coral Mist",
            "colors": [
                "#557571",
                "#D49A89",
                "#F7D1BA",
                "#F4F4F4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.702476Z"
        },
        {
            "id": 483,
            "id_string": "f4f9f9-ccf2f4-a4ebf3-aaaaaa-minthaze",
            "name": "Pastel Cyan Mist",
            "colors": [
                "#F4F9F9",
                "#CCF2F4",
                "#A4EBF3",
                "#AAAAAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.697981Z"
        }
    ]
}