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=19
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=20",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=18"
    },
    "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": 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": 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": 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": 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": 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": 1166,
            "id_string": "9ad3bc-f3eac2-f5b461-ec524b-palettepup",
            "name": "Vivid Coral Veil",
            "colors": [
                "#9AD3BC",
                "#F3EAC2",
                "#F5B461",
                "#EC524B"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.675567Z"
        },
        {
            "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": 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": 1163,
            "id_string": "000000-6a097d-c060a1-f1d4d4-nordichue",
            "name": "Neon Mauve Dawn",
            "colors": [
                "#000000",
                "#6A097D",
                "#C060A1",
                "#F1D4D4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.661765Z"
        }
    ]
}