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&page=104
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&page=105",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=103"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 60,
            "id_string": "f3eef2-060a02-428b44-d1772b-ee9b35-bd6a21-963a22-270501-aaddddd3-foxblack",
            "name": "Pumpkin",
            "colors": [
                "#F3EEF2",
                "#060A02",
                "#428B44",
                "#D1772B",
                "#EE9B35",
                "#BD6A21",
                "#963A22",
                "#270501",
                "#E67711",
                "#B03B09",
                "#E1A44D"
            ],
            "color_count": 11,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.179878Z"
        },
        {
            "id": 1260,
            "id_string": "721b65-b80d57-f8615a-ffd868-cobaltcat",
            "name": "Electric Ember Field",
            "colors": [
                "#721B65",
                "#B80D57",
                "#F8615A",
                "#FFD868"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.140195Z"
        },
        {
            "id": 1257,
            "id_string": "fbf9fa-fd0054-a80038-2b2024-nordichue",
            "name": "Vivid Rose Bloom",
            "colors": [
                "#FBF9FA",
                "#FD0054",
                "#A80038",
                "#2B2024"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.126143Z"
        },
        {
            "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": 1234,
            "id_string": "120136-035aa6-40bad5-fcbf1e-coloreef",
            "name": "Dusk Amber Dream",
            "colors": [
                "#120136",
                "#035AA6",
                "#40BAD5",
                "#FCBF1E"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.991014Z"
        },
        {
            "id": 1136,
            "id_string": "99b898-feceab-ff847c-e84a5f-swatchbird",
            "name": "Neon Crimson Breeze",
            "colors": [
                "#99B898",
                "#FECEAB",
                "#FF847C",
                "#E84A5F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.524776Z"
        },
        {
            "id": 1058,
            "id_string": "041562-11468f-da1212-eeeeee-minthaze",
            "name": "Vivid Azure Haze",
            "colors": [
                "#041562",
                "#11468F",
                "#DA1212",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.161142Z"
        },
        {
            "id": 1030,
            "id_string": "00af91-007965-f58634-ffcc29-paperfox",
            "name": "Vivid Lagoon Breeze",
            "colors": [
                "#00AF91",
                "#007965",
                "#F58634",
                "#FFCC29"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.030231Z"
        },
        {
            "id": 1026,
            "id_string": "fa26a0-05dfd7-a3f7bf-fff591-duskpixel",
            "name": "Neon Gold Field",
            "colors": [
                "#FA26A0",
                "#05DFD7",
                "#A3F7BF",
                "#FFF591"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.012218Z"
        },
        {
            "id": 1000,
            "id_string": "d92027-ff9234-ffcd3c-35d0ba-mossyhex",
            "name": "Vivid Amber Glow",
            "colors": [
                "#D92027",
                "#FF9234",
                "#FFCD3C",
                "#35D0BA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.884411Z"
        }
    ]
}