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=-created&page=39
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=-created&page=40",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=38"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 972,
            "id_string": "92b4ec-ffffff-ffe69a-ffd24c-coloreef",
            "name": "Soft Citrine Sunset",
            "colors": [
                "#92B4EC",
                "#FFFFFF",
                "#FFE69A",
                "#FFD24C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.750780Z"
        },
        {
            "id": 971,
            "id_string": "864000-d44000-ff7a00-ffefcf-retroswatch",
            "name": "Vivid Coral Dream",
            "colors": [
                "#864000",
                "#D44000",
                "#FF7A00",
                "#FFEFCF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.746135Z"
        },
        {
            "id": 970,
            "id_string": "f6f1f1-19a7ce-146c94-000000-huedrift",
            "name": "Neon Tide Field",
            "colors": [
                "#F6F1F1",
                "#19A7CE",
                "#146C94",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.741595Z"
        },
        {
            "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": 968,
            "id_string": "fd8a8a-f1f7b5-a8d1d1-9ea1d4-cobaltcat",
            "name": "Ruby Harbor",
            "colors": [
                "#FD8A8A",
                "#F1F7B5",
                "#A8D1D1",
                "#9EA1D4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.732491Z"
        },
        {
            "id": 967,
            "id_string": "ff6500-1e3e62-0b192c-000000-swatchbird",
            "name": "Deep Coral Dawn",
            "colors": [
                "#FF6500",
                "#1E3E62",
                "#0B192C",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.727568Z"
        },
        {
            "id": 966,
            "id_string": "7b2869-9d3c72-c85c8e-ffbaba-duskpixel",
            "name": "Neon Scarlet Drift",
            "colors": [
                "#7B2869",
                "#9D3C72",
                "#C85C8E",
                "#FFBABA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.721089Z"
        },
        {
            "id": 965,
            "id_string": "186f65-b5cb99-fce09b-b2533e-palettepup",
            "name": "Electric Apricot Mist",
            "colors": [
                "#186F65",
                "#B5CB99",
                "#FCE09B",
                "#B2533E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.711373Z"
        },
        {
            "id": 964,
            "id_string": "4d455d-e96479-f5e9cf-7db9b6-studiomochi",
            "name": "Vivid Magenta Hush",
            "colors": [
                "#4D455D",
                "#E96479",
                "#F5E9CF",
                "#7DB9B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.697094Z"
        },
        {
            "id": 963,
            "id_string": "567189-7b8fa1-cfb997-fad6a5-candytone",
            "name": "Amber Grove",
            "colors": [
                "#567189",
                "#7B8FA1",
                "#CFB997",
                "#FAD6A5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.687659Z"
        }
    ]
}