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=usage_count&page=109
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=usage_count&page=110",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=108"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 327,
            "id_string": "5a6988-c0cbdc-ffffff-8b9bb4-hoanglambk57",
            "name": "4-color palette",
            "colors": [
                "#5A6988",
                "#C0CBDC",
                "#FFFFFF",
                "#8B9BB4"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.395095Z"
        },
        {
            "id": 278,
            "id_string": "000000-ff0001-ffffff-niels",
            "name": "Mushroom - Super Mario",
            "colors": [
                "#000000",
                "#FF0001",
                "#FFFFFF"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.057900Z"
        },
        {
            "id": 990,
            "id_string": "283149-404b69-f73859-dbedf3-coloreef",
            "name": "Blush Grove",
            "colors": [
                "#283149",
                "#404B69",
                "#F73859",
                "#DBEDF3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.838637Z"
        },
        {
            "id": 824,
            "id_string": "ffefe0-fed9ca-c5c5c5-7d7d7d-palettepup",
            "name": "Coral Meadow",
            "colors": [
                "#FFEFE0",
                "#FED9CA",
                "#C5C5C5",
                "#7D7D7D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.600609Z"
        },
        {
            "id": 724,
            "id_string": "050c9c-3572ef-3abef9-a7e6ff-huedrift",
            "name": "Neon Cyan Veil",
            "colors": [
                "#050C9C",
                "#3572EF",
                "#3ABEF9",
                "#A7E6FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.966617Z"
        },
        {
            "id": 1050,
            "id_string": "819a91-a7c1a8-d1d8be-eeefe0-tonecraft",
            "name": "Cool Gold Dusk",
            "colors": [
                "#819A91",
                "#A7C1A8",
                "#D1D8BE",
                "#EEEFE0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.124249Z"
        },
        {
            "id": 1045,
            "id_string": "ffcb91-ffefa1-94ebcd-6ddccf-coloreef",
            "name": "Electric Coral Bay",
            "colors": [
                "#FFCB91",
                "#FFEFA1",
                "#94EBCD",
                "#6DDCCF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.101436Z"
        },
        {
            "id": 297,
            "id_string": "000000-14943b-959ab1-005c17-dce1e7-84879a-shrecklings",
            "name": "Yellow ship",
            "colors": [
                "#000000",
                "#14943B",
                "#959AB1",
                "#005C17",
                "#DCE1E7",
                "#84879A"
            ],
            "color_count": 6,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.195402Z"
        },
        {
            "id": 1068,
            "id_string": "f2efe7-9acbd0-48a6a7-006a71-swatchbird",
            "name": "Electric Cyan Drift",
            "colors": [
                "#F2EFE7",
                "#9ACBD0",
                "#48A6A7",
                "#006A71"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.208593Z"
        },
        {
            "id": 992,
            "id_string": "190482-7752fe-8e8ffa-c2d9ff-nordichue",
            "name": "Electric Ocean Bloom",
            "colors": [
                "#190482",
                "#7752FE",
                "#8E8FFA",
                "#C2D9FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.847682Z"
        }
    ]
}