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=134
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=135",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=133"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 385,
            "id_string": "ffd5cd-efbbcf-c3aed6-8675a9-pixelpine",
            "name": "Rose Drift",
            "colors": [
                "#FFD5CD",
                "#EFBBCF",
                "#C3AED6",
                "#8675A9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.235435Z"
        },
        {
            "id": 411,
            "id_string": "395144-4e6c50-aa8b56-f0ebce-palettepup",
            "name": "Cool Sunbeam Hush",
            "colors": [
                "#395144",
                "#4E6C50",
                "#AA8B56",
                "#F0EBCE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.355458Z"
        },
        {
            "id": 381,
            "id_string": "bad7df-ffe2e2-f6f6f6-99ddcc-tonecraft",
            "name": "Cloud Rose Dream",
            "colors": [
                "#BAD7DF",
                "#FFE2E2",
                "#F6F6F6",
                "#99DDCC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.214594Z"
        },
        {
            "id": 403,
            "id_string": "5f6f52-a9b388-fefae0-b99470-swatchbird",
            "name": "Vivid Honey Tide",
            "colors": [
                "#5F6F52",
                "#A9B388",
                "#FEFAE0",
                "#B99470"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.318022Z"
        },
        {
            "id": 427,
            "id_string": "faf8f1-faeab1-e5ba73-c58940-paperfox",
            "name": "Vivid Gold Dusk",
            "colors": [
                "#FAF8F1",
                "#FAEAB1",
                "#E5BA73",
                "#C58940"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.431848Z"
        },
        {
            "id": 378,
            "id_string": "f2d7d9-d3cedf-9cb4cc-748da6-cobaltcat",
            "name": "Magenta Dawn",
            "colors": [
                "#F2D7D9",
                "#D3CEDF",
                "#9CB4CC",
                "#748DA6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.200509Z"
        },
        {
            "id": 388,
            "id_string": "fff5e4-ffc4c4-ee6983-850e35-huedrift",
            "name": "Coral Haze",
            "colors": [
                "#FFF5E4",
                "#FFC4C4",
                "#EE6983",
                "#850E35"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.248950Z"
        },
        {
            "id": 400,
            "id_string": "ccd5ae-e9edc9-fefae0-faedcd-tonecraft",
            "name": "Cloud Honey Sunset",
            "colors": [
                "#CCD5AE",
                "#E9EDC9",
                "#FEFAE0",
                "#FAEDCD"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.304140Z"
        },
        {
            "id": 447,
            "id_string": "ffbbcc-ffcccc-ffddcc-ffeecc-pixelpine",
            "name": "Pale Magenta Mist",
            "colors": [
                "#FFBBCC",
                "#FFCCCC",
                "#FFDDCC",
                "#FFEECC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.523552Z"
        },
        {
            "id": 350,
            "id_string": "6096b4-93bfcf-bdcdd6-eee9da-pixelpine",
            "name": "Cyan Tide",
            "colors": [
                "#6096B4",
                "#93BFCF",
                "#BDCDD6",
                "#EEE9DA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.067891Z"
        }
    ]
}