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&page=10
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&page=11",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=9"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 980,
            "id_string": "f1d4d4-e6739f-cc0e74-790c5a-studiomochi",
            "name": "Vivid Orchid Tide",
            "colors": [
                "#F1D4D4",
                "#E6739F",
                "#CC0E74",
                "#790C5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.791392Z"
        },
        {
            "id": 962,
            "id_string": "f0e9e9-c19191-aa7070-8b5d5d-mossyhex",
            "name": "Cool Rose Veil",
            "colors": [
                "#F0E9E9",
                "#C19191",
                "#AA7070",
                "#8B5D5D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.682878Z"
        },
        {
            "id": 924,
            "id_string": "3f3b6c-624f82-9f73ab-a3c7d6-studiomochi",
            "name": "Cool Tide Sunset",
            "colors": [
                "#3F3B6C",
                "#624F82",
                "#9F73AB",
                "#A3C7D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.312893Z"
        },
        {
            "id": 918,
            "id_string": "cdf0ea-f9f9f9-f6c6ea-faf4b7-pixelpine",
            "name": "Soft Citrine Tide",
            "colors": [
                "#CDF0EA",
                "#F9F9F9",
                "#F6C6EA",
                "#FAF4B7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.285250Z"
        },
        {
            "id": 915,
            "id_string": "3b1e54-9b7ebd-d4bee4-eeeeee-nordichue",
            "name": "Cool Iris Bay",
            "colors": [
                "#3B1E54",
                "#9B7EBD",
                "#D4BEE4",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.270922Z"
        },
        {
            "id": 364,
            "id_string": "f7fbfc-d6e6f2-b9d7ea-769fcd-coloreef",
            "name": "Pastel Aqua Bay",
            "colors": [
                "#F7FBFC",
                "#D6E6F2",
                "#B9D7EA",
                "#769FCD"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.135464Z"
        },
        {
            "id": 978,
            "id_string": "6499e9-9eddff-a6f6ff-befff7-cobaltcat",
            "name": "Cloud Tide Dusk",
            "colors": [
                "#6499E9",
                "#9EDDFF",
                "#A6F6FF",
                "#BEFFF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.781204Z"
        },
        {
            "id": 946,
            "id_string": "fceef5-f3bad6-ea86b6-e05297-candytone",
            "name": "Pastel Magenta Dream",
            "colors": [
                "#FCEEF5",
                "#F3BAD6",
                "#EA86B6",
                "#E05297"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.492905Z"
        },
        {
            "id": 664,
            "id_string": "252525-ff0000-af0404-414141-huedrift",
            "name": "Twilight Crimson Bloom",
            "colors": [
                "#252525",
                "#FF0000",
                "#AF0404",
                "#414141"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.683475Z"
        },
        {
            "id": 444,
            "id_string": "ffe6e6-e1afd1-ad88c6-7469b6-candytone",
            "name": "Neon Ruby Drift",
            "colors": [
                "#FFE6E6",
                "#E1AFD1",
                "#AD88C6",
                "#7469B6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.509861Z"
        }
    ]
}