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=70
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=71",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=69"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 654,
            "id_string": "d4ecdd-345b63-152d35-112031-swatchbird",
            "name": "Twilight Sky Haze",
            "colors": [
                "#D4ECDD",
                "#345B63",
                "#152D35",
                "#112031"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.636102Z"
        },
        {
            "id": 624,
            "id_string": "607274-faeed1-ded0b6-b2a59b-duskpixel",
            "name": "Vivid Apricot Breeze",
            "colors": [
                "#607274",
                "#FAEED1",
                "#DED0B6",
                "#B2A59B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.457560Z"
        },
        {
            "id": 616,
            "id_string": "362706-464e2e-acb992-e9e5d6-retroswatch",
            "name": "Electric Ember Meadow",
            "colors": [
                "#362706",
                "#464E2E",
                "#ACB992",
                "#E9E5D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.412890Z"
        },
        {
            "id": 608,
            "id_string": "f6e5f5-fbf4f9-f6e7e6-b9cced-nordichue",
            "name": "Pastel Ocean Breeze",
            "colors": [
                "#F6E5F5",
                "#FBF4F9",
                "#F6E7E6",
                "#B9CCED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.375928Z"
        },
        {
            "id": 534,
            "id_string": "756ab6-ac87c5-e0aed0-ffe5e5-pixelpine",
            "name": "Vivid Rose Dawn",
            "colors": [
                "#756AB6",
                "#AC87C5",
                "#E0AED0",
                "#FFE5E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.015401Z"
        },
        {
            "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": 521,
            "id_string": "e4e0e1-d6c0b3-ab886d-493628-hexharbor",
            "name": "Coral Tide",
            "colors": [
                "#E4E0E1",
                "#D6C0B3",
                "#AB886D",
                "#493628"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.912938Z"
        },
        {
            "id": 467,
            "id_string": "92c7cf-aad7d9-fbf9f1-e5e1da-mossyhex",
            "name": "Cloud Citrine Breeze",
            "colors": [
                "#92C7CF",
                "#AAD7D9",
                "#FBF9F1",
                "#E5E1DA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.618188Z"
        },
        {
            "id": 423,
            "id_string": "eac696-c8ae7d-765827-65451f-palettepup",
            "name": "Cool Ember Bloom",
            "colors": [
                "#EAC696",
                "#C8AE7D",
                "#765827",
                "#65451F"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.413232Z"
        },
        {
            "id": 421,
            "id_string": "1a120b-3c2a21-d5cea3-e5e5cb-paperfox",
            "name": "Coral Field",
            "colors": [
                "#1A120B",
                "#3C2A21",
                "#D5CEA3",
                "#E5E5CB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.403589Z"
        }
    ]
}