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=16
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=17",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=15"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 418,
            "id_string": "a8e6cf-dcedc1-ffd3b6-ffaaa5-coloreef",
            "name": "Pastel Amber Drift",
            "colors": [
                "#A8E6CF",
                "#DCEDC1",
                "#FFD3B6",
                "#FFAAA5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.389988Z"
        },
        {
            "id": 545,
            "id_string": "dff2eb-b9e5e8-7ab2d3-4a628a-studiomochi",
            "name": "Tide Drift",
            "colors": [
                "#DFF2EB",
                "#B9E5E8",
                "#7AB2D3",
                "#4A628A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.072509Z"
        },
        {
            "id": 345,
            "id_string": "f4eeff-dcd6f7-a6b1e1-424874-swatchbird",
            "name": "Vivid Iris Bloom",
            "colors": [
                "#F4EEFF",
                "#DCD6F7",
                "#A6B1E1",
                "#424874"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.042768Z"
        },
        {
            "id": 1132,
            "id_string": "11cbd7-c6f1e7-f0fff3-fa4659-duskpixel",
            "name": "Neon Moss Dawn",
            "colors": [
                "#11CBD7",
                "#C6F1E7",
                "#F0FFF3",
                "#FA4659"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.506459Z"
        },
        {
            "id": 811,
            "id_string": "863a6f-975c8d-d989b5-ffadbc-cobaltcat",
            "name": "Vivid Rose Dream",
            "colors": [
                "#863A6F",
                "#975C8D",
                "#D989B5",
                "#FFADBC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.396721Z"
        },
        {
            "id": 581,
            "id_string": "2f5d62-5e8b7e-a7c4bc-dfeeea-candytone",
            "name": "Cool Aqua Hush",
            "colors": [
                "#2F5D62",
                "#5E8B7E",
                "#A7C4BC",
                "#DFEEEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.247007Z"
        },
        {
            "id": 782,
            "id_string": "eff5f5-d6e4e5-497174-eb6440-pixelpine",
            "name": "Ruby Field",
            "colors": [
                "#EFF5F5",
                "#D6E4E5",
                "#497174",
                "#EB6440"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.251349Z"
        },
        {
            "id": 1055,
            "id_string": "adb2d4-c7d9dd-d5e5d5-eef1da-duskpixel",
            "name": "Cloud Meadow Dream",
            "colors": [
                "#ADB2D4",
                "#C7D9DD",
                "#D5E5D5",
                "#EEF1DA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.147260Z"
        },
        {
            "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": 355,
            "id_string": "f8ede3-bdd2b6-a2b29f-798777-palettepup",
            "name": "Cool Coral Dawn",
            "colors": [
                "#F8EDE3",
                "#BDD2B6",
                "#A2B29F",
                "#798777"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.091265Z"
        }
    ]
}