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=55
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=56",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=54"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 900,
            "id_string": "ffcc70-fffadd-8ecddd-22668d-swatchbird",
            "name": "Neon Apricot Glow",
            "colors": [
                "#FFCC70",
                "#FFFADD",
                "#8ECDDD",
                "#22668D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.198500Z"
        },
        {
            "id": 960,
            "id_string": "3c486b-f0f0f0-f9d949-f45050-palettepup",
            "name": "Gold Harbor",
            "colors": [
                "#3C486B",
                "#F0F0F0",
                "#F9D949",
                "#F45050"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.660860Z"
        },
        {
            "id": 994,
            "id_string": "34626c-839b97-cfd3ce-c6b497-swatchbird",
            "name": "Tide Mist",
            "colors": [
                "#34626C",
                "#839B97",
                "#CFD3CE",
                "#C6B497"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.856798Z"
        },
        {
            "id": 771,
            "id_string": "f5efe3-e6e7e5-f7d3ba-a6aa9c-huedrift",
            "name": "Cloud Amber Bay",
            "colors": [
                "#F5EFE3",
                "#E6E7E5",
                "#F7D3BA",
                "#A6AA9C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.197284Z"
        },
        {
            "id": 978,
            "id_string": "6499e9-9eddff-a6f6ff-befff7-cobaltcat",
            "name": "Cloud Tide Dusk",
            "colors": [
                "#6499E9",
                "#9EDDFF",
                "#A6F6FF",
                "#BEFFF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.781204Z"
        },
        {
            "id": 970,
            "id_string": "f6f1f1-19a7ce-146c94-000000-huedrift",
            "name": "Neon Tide Field",
            "colors": [
                "#F6F1F1",
                "#19A7CE",
                "#146C94",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.741595Z"
        },
        {
            "id": 906,
            "id_string": "865858-8e7f7f-bbbbbb-e2d5d5-huedrift",
            "name": "Warm Ruby Grove",
            "colors": [
                "#865858",
                "#8E7F7F",
                "#BBBBBB",
                "#E2D5D5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.226174Z"
        },
        {
            "id": 768,
            "id_string": "251b37-372948-ffcaca-ffecef-mossyhex",
            "name": "Vivid Ruby Dream",
            "colors": [
                "#251B37",
                "#372948",
                "#FFCACA",
                "#FFECEF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.183182Z"
        },
        {
            "id": 1043,
            "id_string": "392467-5d3587-a367b1-ffd1e3-pixelpine",
            "name": "Vivid Rose Breeze",
            "colors": [
                "#392467",
                "#5D3587",
                "#A367B1",
                "#FFD1E3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.092475Z"
        },
        {
            "id": 870,
            "id_string": "e4e3e3-84a9ac-3b6978-204051-retroswatch",
            "name": "Aqua Harbor",
            "colors": [
                "#E4E3E3",
                "#84A9AC",
                "#3B6978",
                "#204051"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.053132Z"
        }
    ]
}