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=usage_count&page=97
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=usage_count&page=98",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=96"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "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": 763,
            "id_string": "f4f9f9-f1d1d0-fbaccc-f875aa-studiomochi",
            "name": "Cloud Rose Field",
            "colors": [
                "#F4F9F9",
                "#F1D1D0",
                "#FBACCC",
                "#F875AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.160275Z"
        },
        {
            "id": 860,
            "id_string": "0a4d68-088395-05bfdb-00ffca-swatchbird",
            "name": "Twilight Teal Haze",
            "colors": [
                "#0A4D68",
                "#088395",
                "#05BFDB",
                "#00FFCA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.994726Z"
        },
        {
            "id": 273,
            "id_string": "000000-df7126-eec39a-cbdbfc-ffffff-dgroes404",
            "name": "5-color palette",
            "colors": [
                "#000000",
                "#DF7126",
                "#EEC39A",
                "#CBDBFC",
                "#FFFFFF"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.024618Z"
        },
        {
            "id": 854,
            "id_string": "900c3f-c70039-f94c10-f8de22-pixelpine",
            "name": "Neon Blush Field",
            "colors": [
                "#900C3F",
                "#C70039",
                "#F94C10",
                "#F8DE22"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.966871Z"
        },
        {
            "id": 677,
            "id_string": "000000-150050-3f0071-610094-studiomochi",
            "name": "Deep Indigo Glow",
            "colors": [
                "#000000",
                "#150050",
                "#3F0071",
                "#610094"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.743160Z"
        },
        {
            "id": 954,
            "id_string": "ffefa0-ffd57e-fca652-ac4b1c-mossyhex",
            "name": "Electric Gold Grove",
            "colors": [
                "#FFEFA0",
                "#FFD57E",
                "#FCA652",
                "#AC4B1C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.571479Z"
        },
        {
            "id": 790,
            "id_string": "212121-6d9886-d9cab3-f6f6f6-retroswatch",
            "name": "Apricot Bay",
            "colors": [
                "#212121",
                "#6D9886",
                "#D9CAB3",
                "#F6F6F6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.289069Z"
        },
        {
            "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": 349,
            "id_string": "b7c4cf-eee3cb-d7c0ae-967e76-duskpixel",
            "name": "Ember Drift",
            "colors": [
                "#B7C4CF",
                "#EEE3CB",
                "#D7C0AE",
                "#967E76"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.063174Z"
        }
    ]
}