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=74
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=75",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=73"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 900,
            "id_string": "ffcc70-fffadd-8ecddd-22668d-swatchbird",
            "name": "Neon Apricot Glow",
            "colors": [
                "#FFCC70",
                "#FFFADD",
                "#8ECDDD",
                "#22668D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.198500Z"
        },
        {
            "id": 982,
            "id_string": "405d72-758694-f7e7dc-fff8f3-huedrift",
            "name": "Neon Apricot Hush",
            "colors": [
                "#405D72",
                "#758694",
                "#F7E7DC",
                "#FFF8F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.800960Z"
        },
        {
            "id": 496,
            "id_string": "8e3200-a64b2a-d7a86e-ffebc1-mossyhex",
            "name": "Neon Apricot Hush",
            "colors": [
                "#8E3200",
                "#A64B2A",
                "#D7A86E",
                "#FFEBC1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.757902Z"
        },
        {
            "id": 1164,
            "id_string": "f8b400-faf5e4-2c786c-004445-hexharbor",
            "name": "Neon Apricot Hush",
            "colors": [
                "#F8B400",
                "#FAF5E4",
                "#2C786C",
                "#004445"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.666342Z"
        },
        {
            "id": 998,
            "id_string": "f1e3cb-f9b384-ca5116-581c0c-minthaze",
            "name": "Neon Apricot Meadow",
            "colors": [
                "#F1E3CB",
                "#F9B384",
                "#CA5116",
                "#581C0C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.875145Z"
        },
        {
            "id": 861,
            "id_string": "000000-cf0a0a-dc5f00-eeeeee-retroswatch",
            "name": "Neon Apricot Mist",
            "colors": [
                "#000000",
                "#CF0A0A",
                "#DC5F00",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.001271Z"
        },
        {
            "id": 1252,
            "id_string": "ff9843-ffdd95-86a7fc-3468c0-studiomochi",
            "name": "Neon Apricot Sunset",
            "colors": [
                "#FF9843",
                "#FFDD95",
                "#86A7FC",
                "#3468C0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.095288Z"
        },
        {
            "id": 974,
            "id_string": "ffeac5-ffdbb5-6c4e31-603f26-tonecraft",
            "name": "Neon Apricot Tide",
            "colors": [
                "#FFEAC5",
                "#FFDBB5",
                "#6C4E31",
                "#603F26"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.760415Z"
        },
        {
            "id": 542,
            "id_string": "fcf8ec-d0e8f2-79a3b1-456268-paperfox",
            "name": "Neon Apricot Veil",
            "colors": [
                "#FCF8EC",
                "#D0E8F2",
                "#79A3B1",
                "#456268"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.057636Z"
        },
        {
            "id": 1152,
            "id_string": "03045e-00b4d8-90e0ef-caf0f8-swatchbird",
            "name": "Neon Aqua Dream",
            "colors": [
                "#03045E",
                "#00B4D8",
                "#90E0EF",
                "#CAF0F8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.605816Z"
        }
    ]
}