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&page=9
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&page=10",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=8"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 911,
            "id_string": "5800ff-0096ff-00d7ff-72ffff-nordichue",
            "name": "Neon Violet Haze",
            "colors": [
                "#5800FF",
                "#0096FF",
                "#00D7FF",
                "#72FFFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.251725Z"
        },
        {
            "id": 822,
            "id_string": "2e0249-570a57-a91079-f806cc-huedrift",
            "name": "Dusk Orchid Dream",
            "colors": [
                "#2E0249",
                "#570A57",
                "#A91079",
                "#F806CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.566807Z"
        },
        {
            "id": 407,
            "id_string": "a0937d-e7d4b5-f6e6cb-e3cdc1-pixelpine",
            "name": "Amber Sunset",
            "colors": [
                "#A0937D",
                "#E7D4B5",
                "#F6E6CB",
                "#E3CDC1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.336687Z"
        },
        {
            "id": 374,
            "id_string": "f8ede3-dfd3c3-d0b8a8-7d6e83-huedrift",
            "name": "Warm Ember Hush",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#7D6E83"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.182022Z"
        },
        {
            "id": 949,
            "id_string": "822659-b34180-e36bae-f8a1d1-mossyhex",
            "name": "Mauve Tide",
            "colors": [
                "#822659",
                "#B34180",
                "#E36BAE",
                "#F8A1D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.524107Z"
        },
        {
            "id": 699,
            "id_string": "f0e4d7-f5c0c0-ff7171-9fd8df-minthaze",
            "name": "Soft Crimson Harbor",
            "colors": [
                "#F0E4D7",
                "#F5C0C0",
                "#FF7171",
                "#9FD8DF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.850611Z"
        },
        {
            "id": 379,
            "id_string": "fef5ed-d3e4cd-adc2a9-99a799-minthaze",
            "name": "Pastel Coral Meadow",
            "colors": [
                "#FEF5ED",
                "#D3E4CD",
                "#ADC2A9",
                "#99A799"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.205179Z"
        },
        {
            "id": 777,
            "id_string": "e0d8b0-fcffe7-dea057-ce9461-paperfox",
            "name": "Neon Meadow Mist",
            "colors": [
                "#E0D8B0",
                "#FCFFE7",
                "#DEA057",
                "#CE9461"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.228514Z"
        },
        {
            "id": 756,
            "id_string": "ebfffa-c6fce5-6ef3d6-0dceda-cobaltcat",
            "name": "Electric Mint Dusk",
            "colors": [
                "#EBFFFA",
                "#C6FCE5",
                "#6EF3D6",
                "#0DCEDA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.128368Z"
        },
        {
            "id": 981,
            "id_string": "ffc93c-07689f-40a8c4-a2d5f2-palettepup",
            "name": "Coral Field",
            "colors": [
                "#FFC93C",
                "#07689F",
                "#40A8C4",
                "#A2D5F2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.796173Z"
        }
    ]
}