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=19
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=20",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=18"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1105,
            "id_string": "382933-3b5249-519872-a4b494-cobaltcat",
            "name": "Twilight Forest Grove",
            "colors": [
                "#382933",
                "#3B5249",
                "#519872",
                "#A4B494"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.381928Z"
        },
        {
            "id": 1143,
            "id_string": "2f2519-4a3f35-fa7d09-ff4301-duskpixel",
            "name": "Twilight Ember Tide",
            "colors": [
                "#2F2519",
                "#4A3F35",
                "#FA7D09",
                "#FF4301"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.559408Z"
        },
        {
            "id": 1088,
            "id_string": "e4eddb-307672-144d53-1a3c40-tonecraft",
            "name": "Twilight Cyan Grove",
            "colors": [
                "#E4EDDB",
                "#307672",
                "#144D53",
                "#1A3C40"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.300987Z"
        },
        {
            "id": 1275,
            "id_string": "00425a-1f8a70-bfdb38-fc7300-nordichue",
            "name": "Twilight Cyan Dusk",
            "colors": [
                "#00425A",
                "#1F8A70",
                "#BFDB38",
                "#FC7300"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.222227Z"
        },
        {
            "id": 552,
            "id_string": "2c3333-2e4f4f-0e8388-cbe4de-cobaltcat",
            "name": "Twilight Cyan Bay",
            "colors": [
                "#2C3333",
                "#2E4F4F",
                "#0E8388",
                "#CBE4DE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.108797Z"
        },
        {
            "id": 664,
            "id_string": "252525-ff0000-af0404-414141-huedrift",
            "name": "Twilight Crimson Bloom",
            "colors": [
                "#252525",
                "#FF0000",
                "#AF0404",
                "#414141"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.683475Z"
        },
        {
            "id": 526,
            "id_string": "404258-474e68-50577a-6b728e-swatchbird",
            "name": "Twilight Cobalt Hush",
            "colors": [
                "#404258",
                "#474E68",
                "#50577A",
                "#6B728E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.955633Z"
        },
        {
            "id": 382,
            "id_string": "0a2647-144272-205295-2c74b3-candytone",
            "name": "Twilight Cobalt Dawn",
            "colors": [
                "#0A2647",
                "#144272",
                "#205295",
                "#2C74B3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.219258Z"
        },
        {
            "id": 853,
            "id_string": "17153b-2e236c-433d8b-c8acd6-studiomochi",
            "name": "Twilight Cobalt Breeze",
            "colors": [
                "#17153B",
                "#2E236C",
                "#433D8B",
                "#C8ACD6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.962182Z"
        },
        {
            "id": 1167,
            "id_string": "022c43-053f5e-115173-ffd700-swatchbird",
            "name": "Twilight Citrine Veil",
            "colors": [
                "#022C43",
                "#053F5E",
                "#115173",
                "#FFD700"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.680198Z"
        }
    ]
}