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=113
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=114",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=112"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1083,
            "id_string": "d8efd3-95d2b3-55ad9b-f1f8e8-cobaltcat",
            "name": "Warm Lime Grove",
            "colors": [
                "#D8EFD3",
                "#95D2B3",
                "#55AD9B",
                "#F1F8E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.278112Z"
        },
        {
            "id": 1076,
            "id_string": "66bfbf-eaf6f6-fcfefe-f76b8a-retroswatch",
            "name": "Cloud Magenta Dawn",
            "colors": [
                "#66BFBF",
                "#EAF6F6",
                "#FCFEFE",
                "#F76B8A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.246109Z"
        },
        {
            "id": 1082,
            "id_string": "e60965-f94892-ffa1c9-fbe5e5-minthaze",
            "name": "Magenta Field",
            "colors": [
                "#E60965",
                "#F94892",
                "#FFA1C9",
                "#FBE5E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.273425Z"
        },
        {
            "id": 774,
            "id_string": "944e63-b47b84-caa6a6-ffe7e7-palettepup",
            "name": "Electric Ruby Meadow",
            "colors": [
                "#944E63",
                "#B47B84",
                "#CAA6A6",
                "#FFE7E7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.213358Z"
        },
        {
            "id": 1078,
            "id_string": "b5c18e-f7dcb9-deac80-b99470-retroswatch",
            "name": "Neon Ember Veil",
            "colors": [
                "#B5C18E",
                "#F7DCB9",
                "#DEAC80",
                "#B99470"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.255337Z"
        },
        {
            "id": 1089,
            "id_string": "c0eee4-f8f988-ffcac8-ff9e9e-hexharbor",
            "name": "Soft Rose Dusk",
            "colors": [
                "#C0EEE4",
                "#F8F988",
                "#FFCAC8",
                "#FF9E9E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.305718Z"
        },
        {
            "id": 1104,
            "id_string": "f1f1f1-fdb827-21209c-23120b-hexharbor",
            "name": "Vivid Ember Drift",
            "colors": [
                "#F1F1F1",
                "#FDB827",
                "#21209C",
                "#23120B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.377478Z"
        },
        {
            "id": 529,
            "id_string": "f0e5cf-f7f6f2-c8c6c6-4b6587-nordichue",
            "name": "Coral Field",
            "colors": [
                "#F0E5CF",
                "#F7F6F2",
                "#C8C6C6",
                "#4B6587"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.979473Z"
        },
        {
            "id": 1094,
            "id_string": "beebe9-fffdf9-ffe3ed-8ac6d1-paperfox",
            "name": "Cloud Amber Grove",
            "colors": [
                "#BEEBE9",
                "#FFFDF9",
                "#FFE3ED",
                "#8AC6D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.328667Z"
        },
        {
            "id": 635,
            "id_string": "85603f-9e7540-bd9354-e3d18a-studiomochi",
            "name": "Cool Gold Grove",
            "colors": [
                "#85603F",
                "#9E7540",
                "#BD9354",
                "#E3D18A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.524600Z"
        }
    ]
}