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=132
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=133",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=131"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 399,
            "id_string": "040d12-183d3d-5c8374-93b1a6-nordichue",
            "name": "Tide Haze",
            "colors": [
                "#040D12",
                "#183D3D",
                "#5C8374",
                "#93B1A6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.299503Z"
        },
        {
            "id": 446,
            "id_string": "fcf5ee-fbe8e7-f7ddde-ffc4d0-tonecraft",
            "name": "Cloud Rose Bloom",
            "colors": [
                "#FCF5EE",
                "#FBE8E7",
                "#F7DDDE",
                "#FFC4D0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.519000Z"
        },
        {
            "id": 375,
            "id_string": "fdefef-f4dfd0-dad0c2-cdbba7-candytone",
            "name": "Pale Ruby Bloom",
            "colors": [
                "#FDEFEF",
                "#F4DFD0",
                "#DAD0C2",
                "#CDBBA7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.186573Z"
        },
        {
            "id": 377,
            "id_string": "a75d5d-d3756b-f0997d-ffc3a1-candytone",
            "name": "Amber Dusk",
            "colors": [
                "#A75D5D",
                "#D3756B",
                "#F0997D",
                "#FFC3A1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.195978Z"
        },
        {
            "id": 454,
            "id_string": "8e806a-c3b091-e4cda7-ffe6bc-cobaltcat",
            "name": "Electric Amber Dream",
            "colors": [
                "#8E806A",
                "#C3B091",
                "#E4CDA7",
                "#FFE6BC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.555991Z"
        },
        {
            "id": 401,
            "id_string": "feffde-ddffbc-91c788-52734d-swatchbird",
            "name": "Electric Citrine Grove",
            "colors": [
                "#FEFFDE",
                "#DDFFBC",
                "#91C788",
                "#52734D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.308804Z"
        },
        {
            "id": 376,
            "id_string": "f6f6f6-ffe2e2-ffc7c7-aaaaaa-nordichue",
            "name": "Soft Ruby Bay",
            "colors": [
                "#F6F6F6",
                "#FFE2E2",
                "#FFC7C7",
                "#AAAAAA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.191151Z"
        },
        {
            "id": 364,
            "id_string": "f7fbfc-d6e6f2-b9d7ea-769fcd-coloreef",
            "name": "Pastel Aqua Bay",
            "colors": [
                "#F7FBFC",
                "#D6E6F2",
                "#B9D7EA",
                "#769FCD"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.135464Z"
        },
        {
            "id": 428,
            "id_string": "f5e8c7-deba9d-9e7777-6f4c5b-nordichue",
            "name": "Cool Amber Harbor",
            "colors": [
                "#F5E8C7",
                "#DEBA9D",
                "#9E7777",
                "#6F4C5B"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.436555Z"
        },
        {
            "id": 437,
            "id_string": "9a3b3b-c08261-e2c799-f2ecbe-swatchbird",
            "name": "Citrine Grove",
            "colors": [
                "#9A3B3B",
                "#C08261",
                "#E2C799",
                "#F2ECBE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.477723Z"
        }
    ]
}