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=55
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=56",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=54"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1144,
            "id_string": "0802a3-ff4b91-ff7676-ffcd4b-pixelpine",
            "name": "Neon Rose Haze",
            "colors": [
                "#0802A3",
                "#FF4B91",
                "#FF7676",
                "#FFCD4B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.563930Z"
        },
        {
            "id": 783,
            "id_string": "384259-f73859-7ac7c4-c4edde-nordichue",
            "name": "Neon Rose Haze",
            "colors": [
                "#384259",
                "#F73859",
                "#7AC7C4",
                "#C4EDDE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.256189Z"
        },
        {
            "id": 367,
            "id_string": "f67280-c06c84-6c5b7b-355c7d-retroswatch",
            "name": "Neon Rose Harbor",
            "colors": [
                "#F67280",
                "#C06C84",
                "#6C5B7B",
                "#355C7D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.149616Z"
        },
        {
            "id": 1280,
            "id_string": "ff9898-cf455c-971549-470031-retroswatch",
            "name": "Neon Rose Dusk",
            "colors": [
                "#FF9898",
                "#CF455C",
                "#971549",
                "#470031"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.247272Z"
        },
        {
            "id": 1023,
            "id_string": "ff7b54-ffb26b-ffd56b-939b62-paperfox",
            "name": "Neon Rose Dusk",
            "colors": [
                "#FF7B54",
                "#FFB26B",
                "#FFD56B",
                "#939B62"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.994801Z"
        },
        {
            "id": 639,
            "id_string": "f85f73-fbe8d3-928a97-283c63-duskpixel",
            "name": "Neon Rose Dawn",
            "colors": [
                "#F85F73",
                "#FBE8D3",
                "#928A97",
                "#283C63"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.563196Z"
        },
        {
            "id": 1264,
            "id_string": "4e6e81-f9dbbb-ff0303-2e3840-coloreef",
            "name": "Neon Rose Bloom",
            "colors": [
                "#4E6E81",
                "#F9DBBB",
                "#FF0303",
                "#2E3840"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.159464Z"
        },
        {
            "id": 530,
            "id_string": "2a2f4f-917fb3-e5beec-fde2f3-candytone",
            "name": "Neon Plum Veil",
            "colors": [
                "#2A2F4F",
                "#917FB3",
                "#E5BEEC",
                "#FDE2F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.984372Z"
        },
        {
            "id": 1266,
            "id_string": "610c9f-940b92-da0c81-e95793-coloreef",
            "name": "Neon Orchid Harbor",
            "colors": [
                "#610C9F",
                "#940B92",
                "#DA0C81",
                "#E95793"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.169178Z"
        },
        {
            "id": 815,
            "id_string": "7c83fd-96baff-7dedff-88fff7-mossyhex",
            "name": "Neon Ocean Dawn",
            "colors": [
                "#7C83FD",
                "#96BAFF",
                "#7DEDFF",
                "#88FFF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.438253Z"
        }
    ]
}