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=color_count&page=13
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=color_count&page=14",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=12"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 971,
            "id_string": "864000-d44000-ff7a00-ffefcf-retroswatch",
            "name": "Vivid Coral Dream",
            "colors": [
                "#864000",
                "#D44000",
                "#FF7A00",
                "#FFEFCF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.746135Z"
        },
        {
            "id": 1260,
            "id_string": "721b65-b80d57-f8615a-ffd868-cobaltcat",
            "name": "Electric Ember Field",
            "colors": [
                "#721B65",
                "#B80D57",
                "#F8615A",
                "#FFD868"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.140195Z"
        },
        {
            "id": 383,
            "id_string": "ff9292-ffb4b4-ffdcdc-ffe8e8-minthaze",
            "name": "Cloud Crimson Glow",
            "colors": [
                "#FF9292",
                "#FFB4B4",
                "#FFDCDC",
                "#FFE8E8"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.226375Z"
        },
        {
            "id": 804,
            "id_string": "f6f1e9-ffd93d-ff8400-4f200d-cobaltcat",
            "name": "Neon Honey Dawn",
            "colors": [
                "#F6F1E9",
                "#FFD93D",
                "#FF8400",
                "#4F200D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.364042Z"
        },
        {
            "id": 725,
            "id_string": "1a1a1d-3b1c32-6a1e55-a64d79-mossyhex",
            "name": "Dusk Plum Bay",
            "colors": [
                "#1A1A1D",
                "#3B1C32",
                "#6A1E55",
                "#A64D79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.971659Z"
        },
        {
            "id": 558,
            "id_string": "eef5ff-b4d4ff-86b6f6-176b87-minthaze",
            "name": "Vivid Sky Glow",
            "colors": [
                "#EEF5FF",
                "#B4D4FF",
                "#86B6F6",
                "#176B87"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.137214Z"
        },
        {
            "id": 708,
            "id_string": "fdfdbd-c8ffd4-b8e8fc-b1afff-candytone",
            "name": "Soft Jade Harbor",
            "colors": [
                "#FDFDBD",
                "#C8FFD4",
                "#B8E8FC",
                "#B1AFFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.891875Z"
        },
        {
            "id": 788,
            "id_string": "c2ded1-ece5c7-cdc2ae-354259-nordichue",
            "name": "Warm Sunbeam Veil",
            "colors": [
                "#C2DED1",
                "#ECE5C7",
                "#CDC2AE",
                "#354259"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.279952Z"
        },
        {
            "id": 949,
            "id_string": "822659-b34180-e36bae-f8a1d1-mossyhex",
            "name": "Mauve Tide",
            "colors": [
                "#822659",
                "#B34180",
                "#E36BAE",
                "#F8A1D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.524107Z"
        },
        {
            "id": 493,
            "id_string": "b4b4b8-c7c8cc-e3e1d9-f2efe5-swatchbird",
            "name": "Pale Citrine Dawn",
            "colors": [
                "#B4B4B8",
                "#C7C8CC",
                "#E3E1D9",
                "#F2EFE5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.744176Z"
        }
    ]
}