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=96
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=97",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=95"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 501,
            "id_string": "f3f1f5-f0d9ff-bfa2db-7f7c82-studiomochi",
            "name": "Soft Indigo Sunset",
            "colors": [
                "#F3F1F5",
                "#F0D9FF",
                "#BFA2DB",
                "#7F7C82"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.780514Z"
        },
        {
            "id": 579,
            "id_string": "e9d5da-827397-4d4c7d-363062-retroswatch",
            "name": "Warm Azure Bloom",
            "colors": [
                "#E9D5DA",
                "#827397",
                "#4D4C7D",
                "#363062"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.237629Z"
        },
        {
            "id": 800,
            "id_string": "b9eddd-87cbb9-569daa-577d86-mossyhex",
            "name": "Warm Mint Bay",
            "colors": [
                "#B9EDDD",
                "#87CBB9",
                "#569DAA",
                "#577D86"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.335267Z"
        },
        {
            "id": 656,
            "id_string": "1c0a00-361500-603601-cc9544-minthaze",
            "name": "Noir Ember Breeze",
            "colors": [
                "#1C0A00",
                "#361500",
                "#603601",
                "#CC9544"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.645222Z"
        },
        {
            "id": 988,
            "id_string": "b9f3e4-ea8fea-ffaacf-f6e6c2-studiomochi",
            "name": "Soft Magenta Dawn",
            "colors": [
                "#B9F3E4",
                "#EA8FEA",
                "#FFAACF",
                "#F6E6C2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.829259Z"
        },
        {
            "id": 715,
            "id_string": "071952-0b666a-35a29f-97feed-coloreef",
            "name": "Electric Mint Dream",
            "colors": [
                "#071952",
                "#0B666A",
                "#35A29F",
                "#97FEED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.924644Z"
        },
        {
            "id": 833,
            "id_string": "579bb1-e1d7c6-ece8dd-f8f4ea-minthaze",
            "name": "Pastel Amber Dusk",
            "colors": [
                "#579BB1",
                "#E1D7C6",
                "#ECE8DD",
                "#F8F4EA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.690056Z"
        },
        {
            "id": 472,
            "id_string": "f39189-bb8082-6e7582-046582-nordichue",
            "name": "Electric Tide Dawn",
            "colors": [
                "#F39189",
                "#BB8082",
                "#6E7582",
                "#046582"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.643428Z"
        },
        {
            "id": 853,
            "id_string": "17153b-2e236c-433d8b-c8acd6-studiomochi",
            "name": "Twilight Cobalt Breeze",
            "colors": [
                "#17153B",
                "#2E236C",
                "#433D8B",
                "#C8ACD6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.962182Z"
        },
        {
            "id": 662,
            "id_string": "f1eaff-e5d4ff-dcbfff-d0a2f7-studiomochi",
            "name": "Soft Violet Sunset",
            "colors": [
                "#F1EAFF",
                "#E5D4FF",
                "#DCBFFF",
                "#D0A2F7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.674305Z"
        }
    ]
}