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=125
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=126",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=124"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 459,
            "id_string": "164863-427d9d-9bbec8-ddf2fd-candytone",
            "name": "Tide Bay",
            "colors": [
                "#164863",
                "#427D9D",
                "#9BBEC8",
                "#DDF2FD"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.578800Z"
        },
        {
            "id": 413,
            "id_string": "7d5a5a-f1d1d1-f3e1e1-faf2f2-cobaltcat",
            "name": "Pastel Ruby Bloom",
            "colors": [
                "#7D5A5A",
                "#F1D1D1",
                "#F3E1E1",
                "#FAF2F2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.364811Z"
        },
        {
            "id": 440,
            "id_string": "618264-79ac78-b0d9b1-d0e7d2-paperfox",
            "name": "Warm Moss Veil",
            "colors": [
                "#618264",
                "#79AC78",
                "#B0D9B1",
                "#D0E7D2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.491568Z"
        },
        {
            "id": 409,
            "id_string": "def5e5-bcead5-9ed5c5-8ec3b0-nordichue",
            "name": "Pale Pine Dawn",
            "colors": [
                "#DEF5E5",
                "#BCEAD5",
                "#9ED5C5",
                "#8EC3B0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.345898Z"
        },
        {
            "id": 434,
            "id_string": "884a39-c38154-ffc26f-f9e0bb-paperfox",
            "name": "Vivid Apricot Grove",
            "colors": [
                "#884A39",
                "#C38154",
                "#FFC26F",
                "#F9E0BB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.463976Z"
        },
        {
            "id": 700,
            "id_string": "151515-301b3f-3c415c-b4a5a5-minthaze",
            "name": "Dusk Violet Veil",
            "colors": [
                "#151515",
                "#301B3F",
                "#3C415C",
                "#B4A5A5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.855106Z"
        },
        {
            "id": 457,
            "id_string": "a1eafb-fdfdfd-ffcef3-cabbe9-minthaze",
            "name": "Pale Plum Dream",
            "colors": [
                "#A1EAFB",
                "#FDFDFD",
                "#FFCEF3",
                "#CABBE9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.569601Z"
        },
        {
            "id": 415,
            "id_string": "b5c0d0-ccd3ca-f5e8dd-eed3d9-cobaltcat",
            "name": "Pastel Ember Veil",
            "colors": [
                "#B5C0D0",
                "#CCD3CA",
                "#F5E8DD",
                "#EED3D9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.375576Z"
        },
        {
            "id": 379,
            "id_string": "fef5ed-d3e4cd-adc2a9-99a799-minthaze",
            "name": "Pastel Coral Meadow",
            "colors": [
                "#FEF5ED",
                "#D3E4CD",
                "#ADC2A9",
                "#99A799"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.205179Z"
        },
        {
            "id": 458,
            "id_string": "557153-7d8f69-a9af7e-e6e5a3-paperfox",
            "name": "Cool Honey Hush",
            "colors": [
                "#557153",
                "#7D8F69",
                "#A9AF7E",
                "#E6E5A3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.574227Z"
        }
    ]
}