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=-created&page=32
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=-created&page=33",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=31"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1042,
            "id_string": "35477d-6c5b7b-c06c84-f67280-paperfox",
            "name": "Vivid Rose Mist",
            "colors": [
                "#35477D",
                "#6C5B7B",
                "#C06C84",
                "#F67280"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.087978Z"
        },
        {
            "id": 1041,
            "id_string": "ff4646-ff8585-ffb396-fff5c0-retroswatch",
            "name": "Electric Scarlet Breeze",
            "colors": [
                "#FF4646",
                "#FF8585",
                "#FFB396",
                "#FFF5C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.083193Z"
        },
        {
            "id": 1040,
            "id_string": "3a0519-670d2f-a53860-ef88ad-palettepup",
            "name": "Blush Field",
            "colors": [
                "#3A0519",
                "#670D2F",
                "#A53860",
                "#EF88AD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.078732Z"
        },
        {
            "id": 1039,
            "id_string": "727d73-aab99a-d0ddd0-f0f0d7-minthaze",
            "name": "Warm Gold Dream",
            "colors": [
                "#727D73",
                "#AAB99A",
                "#D0DDD0",
                "#F0F0D7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.074135Z"
        },
        {
            "id": 1038,
            "id_string": "d77fa1-e6b2c6-fef6fb-d6e5fa-studiomochi",
            "name": "Pastel Orchid Breeze",
            "colors": [
                "#D77FA1",
                "#E6B2C6",
                "#FEF6FB",
                "#D6E5FA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.069401Z"
        },
        {
            "id": 1037,
            "id_string": "ccafaf-ffcac2-fc9d9d-900c3f-duskpixel",
            "name": "Neon Rose Veil",
            "colors": [
                "#CCAFAF",
                "#FFCAC2",
                "#FC9D9D",
                "#900C3F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.064596Z"
        },
        {
            "id": 1036,
            "id_string": "064635-519259-f0bb62-f4eea9-retroswatch",
            "name": "Vivid Teal Hush",
            "colors": [
                "#064635",
                "#519259",
                "#F0BB62",
                "#F4EEA9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.057273Z"
        },
        {
            "id": 1035,
            "id_string": "86a789-b2c8ba-d2e3c8-ebf3e8-minthaze",
            "name": "Fern Field",
            "colors": [
                "#86A789",
                "#B2C8BA",
                "#D2E3C8",
                "#EBF3E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.052863Z"
        },
        {
            "id": 1034,
            "id_string": "277bc0-ffb200-ffcb42-fff4cf-candytone",
            "name": "Apricot Tide",
            "colors": [
                "#277BC0",
                "#FFB200",
                "#FFCB42",
                "#FFF4CF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.048281Z"
        },
        {
            "id": 1033,
            "id_string": "952323-a73121-dad4b5-f2e8c6-duskpixel",
            "name": "Cool Rose Haze",
            "colors": [
                "#952323",
                "#A73121",
                "#DAD4B5",
                "#F2E8C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.043918Z"
        }
    ]
}