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=45
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=46",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=44"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1215,
            "id_string": "f4f4f4-f0a500-cf7500-1a1c20-pixelpine",
            "name": "Electric Amber Veil",
            "colors": [
                "#F4F4F4",
                "#F0A500",
                "#CF7500",
                "#1A1C20"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.900729Z"
        },
        {
            "id": 839,
            "id_string": "ea047e-ff6d28-fce700-00f5ff-duskpixel",
            "name": "Electric Apricot Bloom",
            "colors": [
                "#EA047E",
                "#FF6D28",
                "#FCE700",
                "#00F5FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.810147Z"
        },
        {
            "id": 986,
            "id_string": "f2e3db-41644a-263a29-e86a33-huedrift",
            "name": "Electric Apricot Dream",
            "colors": [
                "#F2E3DB",
                "#41644A",
                "#263A29",
                "#E86A33"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.819780Z"
        },
        {
            "id": 431,
            "id_string": "fdeedc-ffd8a9-f1a661-e38b29-minthaze",
            "name": "Electric Apricot Dusk",
            "colors": [
                "#FDEEDC",
                "#FFD8A9",
                "#F1A661",
                "#E38B29"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.450110Z"
        },
        {
            "id": 1177,
            "id_string": "fdd2bf-e98580-df5e5e-492f10-mossyhex",
            "name": "Electric Apricot Grove",
            "colors": [
                "#FDD2BF",
                "#E98580",
                "#DF5E5E",
                "#492F10"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.725647Z"
        },
        {
            "id": 914,
            "id_string": "f97b22-fee8b0-9ca777-7c9070-huedrift",
            "name": "Electric Apricot Haze",
            "colors": [
                "#F97B22",
                "#FEE8B0",
                "#9CA777",
                "#7C9070"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.266133Z"
        },
        {
            "id": 582,
            "id_string": "6f4e37-a67b5b-ecb176-fed8b1-hexharbor",
            "name": "Electric Apricot Hush",
            "colors": [
                "#6F4E37",
                "#A67B5B",
                "#ECB176",
                "#FED8B1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.251535Z"
        },
        {
            "id": 1165,
            "id_string": "bb3b0e-dd7631-708160-d8c593-studiomochi",
            "name": "Electric Apricot Meadow",
            "colors": [
                "#BB3B0E",
                "#DD7631",
                "#708160",
                "#D8C593"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.670992Z"
        },
        {
            "id": 1288,
            "id_string": "112b3c-205375-f66b0e-efefef-cobaltcat",
            "name": "Electric Apricot Meadow",
            "colors": [
                "#112B3C",
                "#205375",
                "#F66B0E",
                "#EFEFEF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.283934Z"
        },
        {
            "id": 1223,
            "id_string": "e3c770-fecd70-ffae6d-f3e0b5-candytone",
            "name": "Electric Apricot Meadow",
            "colors": [
                "#E3C770",
                "#FECD70",
                "#FFAE6D",
                "#F3E0B5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.937397Z"
        }
    ]
}