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=28
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=29",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=27"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 568,
            "id_string": "e4c59e-af8260-803d3b-322c2b-swatchbird",
            "name": "Ember Harbor",
            "colors": [
                "#E4C59E",
                "#AF8260",
                "#803D3B",
                "#322C2B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.184131Z"
        },
        {
            "id": 772,
            "id_string": "e1ffb1-c7f2a4-b6e388-fcffb2-candytone",
            "name": "Soft Meadow Tide",
            "colors": [
                "#E1FFB1",
                "#C7F2A4",
                "#B6E388",
                "#FCFFB2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.204087Z"
        },
        {
            "id": 1043,
            "id_string": "392467-5d3587-a367b1-ffd1e3-pixelpine",
            "name": "Vivid Rose Breeze",
            "colors": [
                "#392467",
                "#5D3587",
                "#A367B1",
                "#FFD1E3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.092475Z"
        },
        {
            "id": 996,
            "id_string": "00204a-005792-00bbf0-d9faff-palettepup",
            "name": "Neon Cobalt Drift",
            "colors": [
                "#00204A",
                "#005792",
                "#00BBF0",
                "#D9FAFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.866064Z"
        },
        {
            "id": 362,
            "id_string": "edf1d6-9dc08b-609966-40513b-pixelpine",
            "name": "Cool Fern Field",
            "colors": [
                "#EDF1D6",
                "#9DC08B",
                "#609966",
                "#40513B"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.126110Z"
        },
        {
            "id": 1039,
            "id_string": "727d73-aab99a-d0ddd0-f0f0d7-minthaze",
            "name": "Warm Gold Dream",
            "colors": [
                "#727D73",
                "#AAB99A",
                "#D0DDD0",
                "#F0F0D7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.074135Z"
        },
        {
            "id": 506,
            "id_string": "ede4e0-c8dbbe-9f8772-665a48-pixelpine",
            "name": "Lime Dusk",
            "colors": [
                "#EDE4E0",
                "#C8DBBE",
                "#9F8772",
                "#665A48"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.805706Z"
        },
        {
            "id": 622,
            "id_string": "e4fbff-b8b5ff-7868e6-edeef7-mossyhex",
            "name": "Pale Tide Hush",
            "colors": [
                "#E4FBFF",
                "#B8B5FF",
                "#7868E6",
                "#EDEEF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.448240Z"
        },
        {
            "id": 959,
            "id_string": "c40c0c-ff6500-ff8a08-ffc100-paperfox",
            "name": "Neon Amber Breeze",
            "colors": [
                "#C40C0C",
                "#FF6500",
                "#FF8A08",
                "#FFC100"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.652361Z"
        },
        {
            "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"
        }
    ]
}