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=16
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=17",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=15"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1159,
            "id_string": "dc0000-850000-ffdb89-fff6c3-paperfox",
            "name": "Neon Crimson Bloom",
            "colors": [
                "#DC0000",
                "#850000",
                "#FFDB89",
                "#FFF6C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.643254Z"
        },
        {
            "id": 959,
            "id_string": "c40c0c-ff6500-ff8a08-ffc100-paperfox",
            "name": "Neon Amber Breeze",
            "colors": [
                "#C40C0C",
                "#FF6500",
                "#FF8A08",
                "#FFC100"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.652361Z"
        },
        {
            "id": 944,
            "id_string": "2e073f-7a1cac-ad49e1-ebd3f8-mossyhex",
            "name": "Vivid Iris Harbor",
            "colors": [
                "#2E073F",
                "#7A1CAC",
                "#AD49E1",
                "#EBD3F8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.470640Z"
        },
        {
            "id": 501,
            "id_string": "f3f1f5-f0d9ff-bfa2db-7f7c82-studiomochi",
            "name": "Soft Indigo Sunset",
            "colors": [
                "#F3F1F5",
                "#F0D9FF",
                "#BFA2DB",
                "#7F7C82"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.780514Z"
        },
        {
            "id": 484,
            "id_string": "557571-d49a89-f7d1ba-f4f4f4-pixelpine",
            "name": "Neon Coral Mist",
            "colors": [
                "#557571",
                "#D49A89",
                "#F7D1BA",
                "#F4F4F4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.702476Z"
        },
        {
            "id": 1127,
            "id_string": "f0f0f0-213555-4f709c-e5d283-duskpixel",
            "name": "Warm Gold Dusk",
            "colors": [
                "#F0F0F0",
                "#213555",
                "#4F709C",
                "#E5D283"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.483698Z"
        },
        {
            "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": 975,
            "id_string": "9fc088-e8c07d-cc704b-614124-duskpixel",
            "name": "Cool Coral Tide",
            "colors": [
                "#9FC088",
                "#E8C07D",
                "#CC704B",
                "#614124"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.766890Z"
        },
        {
            "id": 969,
            "id_string": "9ecad6-748dae-f5cbcb-ffeaea-coloreef",
            "name": "Pastel Rose Grove",
            "colors": [
                "#9ECAD6",
                "#748DAE",
                "#F5CBCB",
                "#FFEAEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.737005Z"
        },
        {
            "id": 934,
            "id_string": "a59d84-c1baa1-d7d3bf-ecebde-cobaltcat",
            "name": "Honey Dawn",
            "colors": [
                "#A59D84",
                "#C1BAA1",
                "#D7D3BF",
                "#ECEBDE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.361925Z"
        }
    ]
}