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=-name&page=15
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=-name&page=16",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=14"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1058,
            "id_string": "041562-11468f-da1212-eeeeee-minthaze",
            "name": "Vivid Azure Haze",
            "colors": [
                "#041562",
                "#11468F",
                "#DA1212",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.161142Z"
        },
        {
            "id": 1012,
            "id_string": "03001c-301e67-5b8fb9-b6eada-minthaze",
            "name": "Vivid Azure Bloom",
            "colors": [
                "#03001C",
                "#301E67",
                "#5B8FB9",
                "#B6EADA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.940340Z"
        },
        {
            "id": 1256,
            "id_string": "006769-40a578-9dde8b-e6ff94-huedrift",
            "name": "Vivid Aqua Mist",
            "colors": [
                "#006769",
                "#40A578",
                "#9DDE8B",
                "#E6FF94"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.121499Z"
        },
        {
            "id": 898,
            "id_string": "071952-088395-37b7c3-ebf4f6-hexharbor",
            "name": "Vivid Aqua Breeze",
            "colors": [
                "#071952",
                "#088395",
                "#37B7C3",
                "#EBF4F6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.186451Z"
        },
        {
            "id": 673,
            "id_string": "ffc996-ff8474-9f5f80-583d72-duskpixel",
            "name": "Vivid Apricot Veil",
            "colors": [
                "#FFC996",
                "#FF8474",
                "#9F5F80",
                "#583D72"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.724587Z"
        },
        {
            "id": 434,
            "id_string": "884a39-c38154-ffc26f-f9e0bb-paperfox",
            "name": "Vivid Apricot Grove",
            "colors": [
                "#884A39",
                "#C38154",
                "#FFC26F",
                "#F9E0BB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.463976Z"
        },
        {
            "id": 1071,
            "id_string": "243763-ff6e31-ffebb7-ad8e70-nordichue",
            "name": "Vivid Apricot Glow",
            "colors": [
                "#243763",
                "#FF6E31",
                "#FFEBB7",
                "#AD8E70"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.222755Z"
        },
        {
            "id": 1226,
            "id_string": "1d5b79-468b97-ef6262-f3aa60-candytone",
            "name": "Vivid Apricot Field",
            "colors": [
                "#1D5B79",
                "#468B97",
                "#EF6262",
                "#F3AA60"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.950965Z"
        },
        {
            "id": 1239,
            "id_string": "711db0-c21292-ef4040-ffa732-pixelpine",
            "name": "Vivid Apricot Dusk",
            "colors": [
                "#711DB0",
                "#C21292",
                "#EF4040",
                "#FFA732"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.018232Z"
        },
        {
            "id": 524,
            "id_string": "ffbb5c-ff9b50-e25e3e-c63d2f-cobaltcat",
            "name": "Vivid Apricot Drift",
            "colors": [
                "#FFBB5C",
                "#FF9B50",
                "#E25E3E",
                "#C63D2F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.937901Z"
        }
    ]
}