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=download_count&page=130
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=download_count&page=131",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=129"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 928,
            "id_string": "fcf9ea-badfdb-ffa4a4-ffbdbd-huedrift",
            "name": "Cloud Ruby Harbor",
            "colors": [
                "#FCF9EA",
                "#BADFDB",
                "#FFA4A4",
                "#FFBDBD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.331453Z"
        },
        {
            "id": 926,
            "id_string": "fefaf6-eadbc8-dac0a3-102c57-pixelpine",
            "name": "Ember Harbor",
            "colors": [
                "#FEFAF6",
                "#EADBC8",
                "#DAC0A3",
                "#102C57"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.322078Z"
        },
        {
            "id": 940,
            "id_string": "c6e7ff-d4f6ff-fbfbfb-ffddae-swatchbird",
            "name": "Pale Tide Sunset",
            "colors": [
                "#C6E7FF",
                "#D4F6FF",
                "#FBFBFB",
                "#FFDDAE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.438063Z"
        },
        {
            "id": 92,
            "id_string": "efebd6-4e3c3f-685b56-e7e4ee-c2c7d6-bb8647-a5754f-c58a29-comficker",
            "name": "Icon: Camera",
            "colors": [
                "#EFEBD6",
                "#4E3C3F",
                "#685B56",
                "#E7E4EE",
                "#C2C7D6",
                "#BB8647",
                "#A5754F",
                "#C58A29"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.362040Z"
        },
        {
            "id": 893,
            "id_string": "fff9d0-caf4ff-a0deff-5ab2ff-paperfox",
            "name": "Soft Honey Glow",
            "colors": [
                "#FFF9D0",
                "#CAF4FF",
                "#A0DEFF",
                "#5AB2FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.163281Z"
        },
        {
            "id": 988,
            "id_string": "b9f3e4-ea8fea-ffaacf-f6e6c2-studiomochi",
            "name": "Soft Magenta Dawn",
            "colors": [
                "#B9F3E4",
                "#EA8FEA",
                "#FFAACF",
                "#F6E6C2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.829259Z"
        },
        {
            "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": 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": 991,
            "id_string": "206a5d-81b214-ffcc29-f58634-hexharbor",
            "name": "Sunbeam Hush",
            "colors": [
                "#206A5D",
                "#81B214",
                "#FFCC29",
                "#F58634"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.843234Z"
        },
        {
            "id": 957,
            "id_string": "383e56-f69e7b-eedad1-d4b5b0-paperfox",
            "name": "Neon Ember Sunset",
            "colors": [
                "#383E56",
                "#F69E7B",
                "#EEDAD1",
                "#D4B5B0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.604037Z"
        }
    ]
}