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=123
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=124",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=122"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 420,
            "id_string": "a79277-d1bb9e-ead8c0-fff2e1-hexharbor",
            "name": "Vivid Coral Glow",
            "colors": [
                "#A79277",
                "#D1BB9E",
                "#EAD8C0",
                "#FFF2E1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.399036Z"
        },
        {
            "id": 445,
            "id_string": "fff2d8-ead7bb-bca37f-113946-cobaltcat",
            "name": "Vivid Coral Glow",
            "colors": [
                "#FFF2D8",
                "#EAD7BB",
                "#BCA37F",
                "#113946"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.514610Z"
        },
        {
            "id": 1254,
            "id_string": "000000-1a4d2e-ff9f29-faf3e3-duskpixel",
            "name": "Vivid Coral Grove",
            "colors": [
                "#000000",
                "#1A4D2E",
                "#FF9F29",
                "#FAF3E3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.112408Z"
        },
        {
            "id": 535,
            "id_string": "155263-ff6f3c-ff9a3c-ffc93c-candytone",
            "name": "Vivid Coral Harbor",
            "colors": [
                "#155263",
                "#FF6F3C",
                "#FF9A3C",
                "#FFC93C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.022244Z"
        },
        {
            "id": 425,
            "id_string": "faf3e0-eabf9f-b68973-1e212d-candytone",
            "name": "Vivid Coral Mist",
            "colors": [
                "#FAF3E0",
                "#EABF9F",
                "#B68973",
                "#1E212D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.422221Z"
        },
        {
            "id": 1255,
            "id_string": "527853-f9e8d9-f7b787-ee7214-palettepup",
            "name": "Vivid Coral Sunset",
            "colors": [
                "#527853",
                "#F9E8D9",
                "#F7B787",
                "#EE7214"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.117020Z"
        },
        {
            "id": 1166,
            "id_string": "9ad3bc-f3eac2-f5b461-ec524b-palettepup",
            "name": "Vivid Coral Veil",
            "colors": [
                "#9AD3BC",
                "#F3EAC2",
                "#F5B461",
                "#EC524B"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.675567Z"
        },
        {
            "id": 550,
            "id_string": "eeebdd-ce1212-810000-1b1717-nordichue",
            "name": "Vivid Crimson Haze",
            "colors": [
                "#EEEBDD",
                "#CE1212",
                "#810000",
                "#1B1717"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.099564Z"
        },
        {
            "id": 1231,
            "id_string": "0f2854-1c4d8d-4988c4-bde8f5-duskpixel",
            "name": "Vivid Cyan Drift",
            "colors": [
                "#0F2854",
                "#1C4D8D",
                "#4988C4",
                "#BDE8F5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.975452Z"
        },
        {
            "id": 1199,
            "id_string": "006e7f-f8cb2e-ee5007-b22727-retroswatch",
            "name": "Vivid Cyan Tide",
            "colors": [
                "#006E7F",
                "#F8CB2E",
                "#EE5007",
                "#B22727"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.827656Z"
        }
    ]
}