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=like_count&page=89
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=like_count&page=90",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=88"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 798,
            "id_string": "420516-7d1935-b42b51-e63e6d-cobaltcat",
            "name": "Rose Veil",
            "colors": [
                "#420516",
                "#7D1935",
                "#B42B51",
                "#E63E6D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.326064Z"
        },
        {
            "id": 902,
            "id_string": "f6f6f6-c7ffd8-98ded9-161d6f-coloreef",
            "name": "Vivid Forest Meadow",
            "colors": [
                "#F6F6F6",
                "#C7FFD8",
                "#98DED9",
                "#161D6F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.207712Z"
        },
        {
            "id": 958,
            "id_string": "13005a-00337c-1c82ad-03c988-palettepup",
            "name": "Violet Tide",
            "colors": [
                "#13005A",
                "#00337C",
                "#1C82AD",
                "#03C988"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.638153Z"
        },
        {
            "id": 567,
            "id_string": "fff3da-dfccfb-d0bfff-beadfa-hexharbor",
            "name": "Soft Coral Sunset",
            "colors": [
                "#FFF3DA",
                "#DFCCFB",
                "#D0BFFF",
                "#BEADFA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.179698Z"
        },
        {
            "id": 876,
            "id_string": "3db2ff-ffedda-ffb830-ff2442-nordichue",
            "name": "Electric Aqua Drift",
            "colors": [
                "#3DB2FF",
                "#FFEDDA",
                "#FFB830",
                "#FF2442"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.084765Z"
        },
        {
            "id": 478,
            "id_string": "ffc5c5-ffebd8-c7dca7-89b9ad-coloreef",
            "name": "Pale Crimson Dream",
            "colors": [
                "#FFC5C5",
                "#FFEBD8",
                "#C7DCA7",
                "#89B9AD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.674819Z"
        },
        {
            "id": 573,
            "id_string": "191a19-1e5128-4e9f3d-d8e9a8-candytone",
            "name": "Dusk Meadow Grove",
            "colors": [
                "#191A19",
                "#1E5128",
                "#4E9F3D",
                "#D8E9A8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.207363Z"
        },
        {
            "id": 640,
            "id_string": "82aae3-91d8e4-bfeaf5-eafdfc-pixelpine",
            "name": "Cloud Teal Glow",
            "colors": [
                "#82AAE3",
                "#91D8E4",
                "#BFEAF5",
                "#EAFDFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.567993Z"
        },
        {
            "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": 1054,
            "id_string": "766161-87a7b3-cdc7be-e1f1dd-mossyhex",
            "name": "Moss Veil",
            "colors": [
                "#766161",
                "#87A7B3",
                "#CDC7BE",
                "#E1F1DD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.142794Z"
        }
    ]
}