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=like_count&page=43
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=like_count&page=44",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=42"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1172,
            "id_string": "2192ff-38e54d-9cff2e-fdff00-swatchbird",
            "name": "Electric Tide Field",
            "colors": [
                "#2192FF",
                "#38E54D",
                "#9CFF2E",
                "#FDFF00"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.702753Z"
        },
        {
            "id": 1174,
            "id_string": "f7cfd8-f4f8d3-a6d6d6-8e7dbe-duskpixel",
            "name": "Cloud Lime Veil",
            "colors": [
                "#F7CFD8",
                "#F4F8D3",
                "#A6D6D6",
                "#8E7DBE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.711874Z"
        },
        {
            "id": 1171,
            "id_string": "cece5a-ffe17b-fd8d14-c51605-tonecraft",
            "name": "Citrine Tide",
            "colors": [
                "#CECE5A",
                "#FFE17B",
                "#FD8D14",
                "#C51605"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.698223Z"
        },
        {
            "id": 1168,
            "id_string": "fff5fd-ff96ad-005a8d-022e57-palettepup",
            "name": "Vivid Plum Glow",
            "colors": [
                "#FFF5FD",
                "#FF96AD",
                "#005A8D",
                "#022E57"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.684701Z"
        },
        {
            "id": 1170,
            "id_string": "265073-2d9596-9ad0c2-f1fada-cobaltcat",
            "name": "Electric Meadow Glow",
            "colors": [
                "#265073",
                "#2D9596",
                "#9AD0C2",
                "#F1FADA"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.693801Z"
        },
        {
            "id": 1165,
            "id_string": "bb3b0e-dd7631-708160-d8c593-studiomochi",
            "name": "Electric Apricot Meadow",
            "colors": [
                "#BB3B0E",
                "#DD7631",
                "#708160",
                "#D8C593"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.670992Z"
        },
        {
            "id": 1167,
            "id_string": "022c43-053f5e-115173-ffd700-swatchbird",
            "name": "Twilight Citrine Veil",
            "colors": [
                "#022C43",
                "#053F5E",
                "#115173",
                "#FFD700"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.680198Z"
        },
        {
            "id": 1164,
            "id_string": "f8b400-faf5e4-2c786c-004445-hexharbor",
            "name": "Neon Apricot Hush",
            "colors": [
                "#F8B400",
                "#FAF5E4",
                "#2C786C",
                "#004445"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.666342Z"
        },
        {
            "id": 1169,
            "id_string": "e93b81-f5abc9-ffe5e2-b6c9f0-coloreef",
            "name": "Pale Crimson Meadow",
            "colors": [
                "#E93B81",
                "#F5ABC9",
                "#FFE5E2",
                "#B6C9F0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.689375Z"
        },
        {
            "id": 1182,
            "id_string": "5a639c-7776b3-9b86bd-e2bbe9-tonecraft",
            "name": "Cool Orchid Harbor",
            "colors": [
                "#5A639C",
                "#7776B3",
                "#9B86BD",
                "#E2BBE9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.748463Z"
        }
    ]
}