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=106
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=107",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=105"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 395,
            "id_string": "a9907e-f3deba-abc4aa-675d50-huedrift",
            "name": "Cool Coral Dream",
            "colors": [
                "#A9907E",
                "#F3DEBA",
                "#ABC4AA",
                "#675D50"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.281101Z"
        },
        {
            "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"
        },
        {
            "id": 714,
            "id_string": "f1f3f8-d6e0f0-8d93ab-393b44-minthaze",
            "name": "Cool Cobalt Field",
            "colors": [
                "#F1F3F8",
                "#D6E0F0",
                "#8D93AB",
                "#393B44"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.920085Z"
        },
        {
            "id": 587,
            "id_string": "363062-4d4c7d-827397-d8b9c3-minthaze",
            "name": "Cool Azure Breeze",
            "colors": [
                "#363062",
                "#4D4C7D",
                "#827397",
                "#D8B9C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.275738Z"
        },
        {
            "id": 1194,
            "id_string": "a1cae2-c2b092-cfc5a5-eae3c8-pixelpine",
            "name": "Cool Aqua Veil",
            "colors": [
                "#A1CAE2",
                "#C2B092",
                "#CFC5A5",
                "#EAE3C8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.805041Z"
        },
        {
            "id": 417,
            "id_string": "f1f6f9-394867-212a3e-9ba4b5-duskpixel",
            "name": "Cool Aqua Veil",
            "colors": [
                "#F1F6F9",
                "#394867",
                "#212A3E",
                "#9BA4B5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.385166Z"
        },
        {
            "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": 448,
            "id_string": "222831-31363f-76abae-eeeeee-minthaze",
            "name": "Cool Aqua Field",
            "colors": [
                "#222831",
                "#31363F",
                "#76ABAE",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.528045Z"
        },
        {
            "id": 767,
            "id_string": "e7dec8-cbaf87-7e8a97-30475e-swatchbird",
            "name": "Cool Apricot Tide",
            "colors": [
                "#E7DEC8",
                "#CBAF87",
                "#7E8A97",
                "#30475E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.178664Z"
        },
        {
            "id": 465,
            "id_string": "f8f4e1-af8f6f-74512d-543310-mossyhex",
            "name": "Cool Apricot Tide",
            "colors": [
                "#F8F4E1",
                "#AF8F6F",
                "#74512D",
                "#543310"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.608796Z"
        }
    ]
}