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=54
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=55",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=53"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 935,
            "id_string": "f8b595-f67280-c06c84-6c5b7c-palettepup",
            "name": "Vivid Rose Meadow",
            "colors": [
                "#F8B595",
                "#F67280",
                "#C06C84",
                "#6C5B7C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.384953Z"
        },
        {
            "id": 844,
            "id_string": "6c4a4a-c89595-ddbebe-ededed-minthaze",
            "name": "Cool Ruby Tide",
            "colors": [
                "#6C4A4A",
                "#C89595",
                "#DDBEBE",
                "#EDEDED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.916874Z"
        },
        {
            "id": 1099,
            "id_string": "75cfb8-bbdfc8-f0e5d8-ffc478-studiomochi",
            "name": "Neon Apricot Bay",
            "colors": [
                "#75CFB8",
                "#BBDFC8",
                "#F0E5D8",
                "#FFC478"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.354277Z"
        },
        {
            "id": 595,
            "id_string": "e6ba95-fafdd6-e4e9be-a2b38b-mossyhex",
            "name": "Vivid Gold Dream",
            "colors": [
                "#E6BA95",
                "#FAFDD6",
                "#E4E9BE",
                "#A2B38B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.312358Z"
        },
        {
            "id": 470,
            "id_string": "f9ecec-f0d9da-c8d9eb-ecf2f9-minthaze",
            "name": "Pastel Crimson Harbor",
            "colors": [
                "#F9ECEC",
                "#F0D9DA",
                "#C8D9EB",
                "#ECF2F9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.632602Z"
        },
        {
            "id": 509,
            "id_string": "ffb6b6-fde2e2-aacfcf-679b9b-tonecraft",
            "name": "Electric Crimson Bloom",
            "colors": [
                "#FFB6B6",
                "#FDE2E2",
                "#AACFCF",
                "#679B9B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.819658Z"
        },
        {
            "id": 974,
            "id_string": "ffeac5-ffdbb5-6c4e31-603f26-tonecraft",
            "name": "Neon Apricot Tide",
            "colors": [
                "#FFEAC5",
                "#FFDBB5",
                "#6C4E31",
                "#603F26"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.760415Z"
        },
        {
            "id": 956,
            "id_string": "eb5353-f9d923-36ae7c-187498-hexharbor",
            "name": "Electric Honey Field",
            "colors": [
                "#EB5353",
                "#F9D923",
                "#36AE7C",
                "#187498"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.592438Z"
        },
        {
            "id": 933,
            "id_string": "4c0033-790252-af0171-e80f88-swatchbird",
            "name": "Plum Breeze",
            "colors": [
                "#4C0033",
                "#790252",
                "#AF0171",
                "#E80F88"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.357246Z"
        },
        {
            "id": 1126,
            "id_string": "79e0ee-98eecc-d0f5be-fbffdc-coloreef",
            "name": "Cloud Fern Tide",
            "colors": [
                "#79E0EE",
                "#98EECC",
                "#D0F5BE",
                "#FBFFDC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.479105Z"
        }
    ]
}