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=50
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=51",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=49"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1251,
            "id_string": "fcefee-fccde2-fc5c9c-c5e3f6-candytone",
            "name": "Soft Magenta Drift",
            "colors": [
                "#FCEFEE",
                "#FCCDE2",
                "#FC5C9C",
                "#C5E3F6"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.088720Z"
        },
        {
            "id": 1273,
            "id_string": "c8e4b2-9ed2be-7eaa92-ffd9b7-candytone",
            "name": "Electric Amber Breeze",
            "colors": [
                "#C8E4B2",
                "#9ED2BE",
                "#7EAA92",
                "#FFD9B7"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.212311Z"
        },
        {
            "id": 1263,
            "id_string": "fa7070-fefded-c6ebc5-a1c398-minthaze",
            "name": "Pastel Rose Bloom",
            "colors": [
                "#FA7070",
                "#FEFDED",
                "#C6EBC5",
                "#A1C398"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.154256Z"
        },
        {
            "id": 1261,
            "id_string": "ecfae5-ddf6d2-cae8bd-b0db9c-huedrift",
            "name": "Cloud Meadow Sunset",
            "colors": [
                "#ECFAE5",
                "#DDF6D2",
                "#CAE8BD",
                "#B0DB9C"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.144985Z"
        },
        {
            "id": 1272,
            "id_string": "00bcd4-b2ebf2-ff5722-dd2c00-swatchbird",
            "name": "Tide Field",
            "colors": [
                "#00BCD4",
                "#B2EBF2",
                "#FF5722",
                "#DD2C00"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.207052Z"
        },
        {
            "id": 1265,
            "id_string": "b7e0ff-fff5cd-ffcfb3-e78f81-duskpixel",
            "name": "Soft Cyan Tide",
            "colors": [
                "#B7E0FF",
                "#FFF5CD",
                "#FFCFB3",
                "#E78F81"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.164280Z"
        },
        {
            "id": 1267,
            "id_string": "14279b-3d56b2-5c7aea-e6e6e6-duskpixel",
            "name": "Neon Cobalt Field",
            "colors": [
                "#14279B",
                "#3D56B2",
                "#5C7AEA",
                "#E6E6E6"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.177065Z"
        },
        {
            "id": 1266,
            "id_string": "610c9f-940b92-da0c81-e95793-coloreef",
            "name": "Neon Orchid Harbor",
            "colors": [
                "#610C9F",
                "#940B92",
                "#DA0C81",
                "#E95793"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.169178Z"
        },
        {
            "id": 1270,
            "id_string": "7d0633-31112c-f2a07b-fbdcc4-retroswatch",
            "name": "Magenta Veil",
            "colors": [
                "#7D0633",
                "#31112C",
                "#F2A07B",
                "#FBDCC4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.190726Z"
        },
        {
            "id": 1262,
            "id_string": "001524-445d48-d6cc99-fde5d4-swatchbird",
            "name": "Aqua Grove",
            "colors": [
                "#001524",
                "#445D48",
                "#D6CC99",
                "#FDE5D4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.149513Z"
        }
    ]
}