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=54
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=55",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=53"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1207,
            "id_string": "242f9b-646fd4-9ba3eb-dbdffd-nordichue",
            "name": "Neon Sky Meadow",
            "colors": [
                "#242F9B",
                "#646FD4",
                "#9BA3EB",
                "#DBDFFD"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.864341Z"
        },
        {
            "id": 966,
            "id_string": "7b2869-9d3c72-c85c8e-ffbaba-duskpixel",
            "name": "Neon Scarlet Drift",
            "colors": [
                "#7B2869",
                "#9D3C72",
                "#C85C8E",
                "#FFBABA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.721089Z"
        },
        {
            "id": 1106,
            "id_string": "ffdfd6-e3a5c7-b692c2-694f8e-minthaze",
            "name": "Neon Scarlet Dream",
            "colors": [
                "#FFDFD6",
                "#E3A5C7",
                "#B692C2",
                "#694F8E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.386956Z"
        },
        {
            "id": 689,
            "id_string": "f6e7d8-f68989-c65d7b-874356-studiomochi",
            "name": "Neon Scarlet Bloom",
            "colors": [
                "#F6E7D8",
                "#F68989",
                "#C65D7B",
                "#874356"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.803993Z"
        },
        {
            "id": 1004,
            "id_string": "ffaaa5-fcf8f3-ffd3b6-698474-swatchbird",
            "name": "Neon Ruby Tide",
            "colors": [
                "#FFAAA5",
                "#FCF8F3",
                "#FFD3B6",
                "#698474"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.902672Z"
        },
        {
            "id": 1053,
            "id_string": "820000-4e6c50-f2deba-faecd6-palettepup",
            "name": "Neon Ruby Harbor",
            "colors": [
                "#820000",
                "#4E6C50",
                "#F2DEBA",
                "#FAECD6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.138194Z"
        },
        {
            "id": 444,
            "id_string": "ffe6e6-e1afd1-ad88c6-7469b6-candytone",
            "name": "Neon Ruby Drift",
            "colors": [
                "#FFE6E6",
                "#E1AFD1",
                "#AD88C6",
                "#7469B6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.509861Z"
        },
        {
            "id": 909,
            "id_string": "f5f5f5-f05454-30475e-121212-cobaltcat",
            "name": "Neon Ruby Dawn",
            "colors": [
                "#F5F5F5",
                "#F05454",
                "#30475E",
                "#121212"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.242385Z"
        },
        {
            "id": 1037,
            "id_string": "ccafaf-ffcac2-fc9d9d-900c3f-duskpixel",
            "name": "Neon Rose Veil",
            "colors": [
                "#CCAFAF",
                "#FFCAC2",
                "#FC9D9D",
                "#900C3F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.064596Z"
        },
        {
            "id": 1237,
            "id_string": "d83a56-ff616d-ffeac9-66de93-paperfox",
            "name": "Neon Rose Tide",
            "colors": [
                "#D83A56",
                "#FF616D",
                "#FFEAC9",
                "#66DE93"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.008063Z"
        }
    ]
}