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=99
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=100",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=98"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 856,
            "id_string": "ff9a76-ffeadb-679b9b-637373-studiomochi",
            "name": "Electric Coral Field",
            "colors": [
                "#FF9A76",
                "#FFEADB",
                "#679B9B",
                "#637373"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.975899Z"
        },
        {
            "id": 1004,
            "id_string": "ffaaa5-fcf8f3-ffd3b6-698474-swatchbird",
            "name": "Neon Ruby Tide",
            "colors": [
                "#FFAAA5",
                "#FCF8F3",
                "#FFD3B6",
                "#698474"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.902672Z"
        },
        {
            "id": 793,
            "id_string": "dddddd-f9f3f3-f7d9d9-f25287-coloreef",
            "name": "Cloud Rose Breeze",
            "colors": [
                "#DDDDDD",
                "#F9F3F3",
                "#F7D9D9",
                "#F25287"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.302773Z"
        },
        {
            "id": 554,
            "id_string": "7d0a0a-bf3131-ead196-f3edc8-cobaltcat",
            "name": "Vivid Rose Veil",
            "colors": [
                "#7D0A0A",
                "#BF3131",
                "#EAD196",
                "#F3EDC8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.118680Z"
        },
        {
            "id": 1016,
            "id_string": "0c356a-0174be-ffc436-fff0ce-mossyhex",
            "name": "Neon Amber Grove",
            "colors": [
                "#0C356A",
                "#0174BE",
                "#FFC436",
                "#FFF0CE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.958786Z"
        },
        {
            "id": 1160,
            "id_string": "86469c-bc7fcd-fb9ad1-ffcdea-huedrift",
            "name": "Electric Plum Veil",
            "colors": [
                "#86469C",
                "#BC7FCD",
                "#FB9AD1",
                "#FFCDEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.647886Z"
        },
        {
            "id": 938,
            "id_string": "016a70-ffffdd-d2de32-a2c579-duskpixel",
            "name": "Gold Grove",
            "colors": [
                "#016A70",
                "#FFFFDD",
                "#D2DE32",
                "#A2C579"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.417646Z"
        },
        {
            "id": 652,
            "id_string": "e5d9f2-f5efff-cdc1ff-a594f9-duskpixel",
            "name": "Pastel Violet Drift",
            "colors": [
                "#E5D9F2",
                "#F5EFFF",
                "#CDC1FF",
                "#A594F9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.625223Z"
        },
        {
            "id": 669,
            "id_string": "fff9ca-ffdeb4-ffb4b4-b2a4ff-tonecraft",
            "name": "Pastel Honey Bay",
            "colors": [
                "#FFF9CA",
                "#FFDEB4",
                "#FFB4B4",
                "#B2A4FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.706278Z"
        },
        {
            "id": 589,
            "id_string": "ffeadd-fcaeae-ff8989-ff6666-mossyhex",
            "name": "Pale Apricot Breeze",
            "colors": [
                "#FFEADD",
                "#FCAEAE",
                "#FF8989",
                "#FF6666"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.284926Z"
        }
    ]
}