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=64
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=65",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=63"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 491,
            "id_string": "fcecdd-ffc288-fea82f-ff6701-studiomochi",
            "name": "Neon Amber Mist",
            "colors": [
                "#FCECDD",
                "#FFC288",
                "#FEA82F",
                "#FF6701"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.735015Z"
        },
        {
            "id": 1183,
            "id_string": "f94892-ff7f3f-fbdf07-89cffd-palettepup",
            "name": "Neon Amber Meadow",
            "colors": [
                "#F94892",
                "#FF7F3F",
                "#FBDF07",
                "#89CFFD"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.754717Z"
        },
        {
            "id": 1208,
            "id_string": "655d8a-7897ab-d885a3-fdceb9-paperfox",
            "name": "Neon Amber Hush",
            "colors": [
                "#655D8A",
                "#7897AB",
                "#D885A3",
                "#FDCEB9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.868941Z"
        },
        {
            "id": 468,
            "id_string": "876445-ca965c-eec373-f4dfba-tonecraft",
            "name": "Neon Amber Haze",
            "colors": [
                "#876445",
                "#CA965C",
                "#EEC373",
                "#F4DFBA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.623005Z"
        },
        {
            "id": 1196,
            "id_string": "706233-b0926a-e1c78f-fae7c9-mossyhex",
            "name": "Neon Amber Grove",
            "colors": [
                "#706233",
                "#B0926A",
                "#E1C78F",
                "#FAE7C9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.814051Z"
        },
        {
            "id": 1016,
            "id_string": "0c356a-0174be-ffc436-fff0ce-mossyhex",
            "name": "Neon Amber Grove",
            "colors": [
                "#0C356A",
                "#0174BE",
                "#FFC436",
                "#FFF0CE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.958786Z"
        },
        {
            "id": 718,
            "id_string": "f6d7a7-f6eabe-c8e3d4-87aaaa-retroswatch",
            "name": "Neon Amber Field",
            "colors": [
                "#F6D7A7",
                "#F6EABE",
                "#C8E3D4",
                "#87AAAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.938797Z"
        },
        {
            "id": 959,
            "id_string": "c40c0c-ff6500-ff8a08-ffc100-paperfox",
            "name": "Neon Amber Breeze",
            "colors": [
                "#C40C0C",
                "#FF6500",
                "#FF8A08",
                "#FFC100"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.652361Z"
        },
        {
            "id": 859,
            "id_string": "ffe4d6-facbea-d988b9-b0578d-paperfox",
            "name": "Neon Amber Bay",
            "colors": [
                "#FFE4D6",
                "#FACBEA",
                "#D988B9",
                "#B0578D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.989896Z"
        },
        {
            "id": 334,
            "id_string": "000000-ffffff-ff0000-00ff00-ffff00-ff00ff-00ffff-ffa500-b4c124c6-jerdrickcourcelle",
            "name": "neo bucket",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF0000",
                "#00FF00",
                "#FFFF00",
                "#FF00FF",
                "#00FFFF",
                "#FFA500",
                "#C24747"
            ],
            "color_count": 9,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.438942Z"
        }
    ]
}