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=-name&page=4
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=-name&page=5",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=3"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 604,
            "id_string": "1c6758-3d8361-d6cda4-eef2e6-paperfox",
            "name": "Warm Lagoon Dawn",
            "colors": [
                "#1C6758",
                "#3D8361",
                "#D6CDA4",
                "#EEF2E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.355864Z"
        },
        {
            "id": 563,
            "id_string": "645cbb-a084dc-bface2-ebc7e6-coloreef",
            "name": "Warm Iris Tide",
            "colors": [
                "#645CBB",
                "#A084DC",
                "#BFACE2",
                "#EBC7E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.160807Z"
        },
        {
            "id": 1175,
            "id_string": "726a95-709fb0-a0c1b8-f4ebc1-duskpixel",
            "name": "Warm Honey Veil",
            "colors": [
                "#726A95",
                "#709FB0",
                "#A0C1B8",
                "#F4EBC1"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.716579Z"
        },
        {
            "id": 897,
            "id_string": "c8c6a7-92967d-6e7c7c-435560-minthaze",
            "name": "Warm Honey Haze",
            "colors": [
                "#C8C6A7",
                "#92967D",
                "#6E7C7C",
                "#435560"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.181533Z"
        },
        {
            "id": 435,
            "id_string": "87805e-b09b71-d8cca3-eddfb3-retroswatch",
            "name": "Warm Gold Tide",
            "colors": [
                "#87805E",
                "#B09B71",
                "#D8CCA3",
                "#EDDFB3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.468710Z"
        },
        {
            "id": 1127,
            "id_string": "f0f0f0-213555-4f709c-e5d283-duskpixel",
            "name": "Warm Gold Dusk",
            "colors": [
                "#F0F0F0",
                "#213555",
                "#4F709C",
                "#E5D283"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.483698Z"
        },
        {
            "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": 693,
            "id_string": "f7f7e8-c7cfb7-9dad7f-557174-palettepup",
            "name": "Warm Gold Breeze",
            "colors": [
                "#F7F7E8",
                "#C7CFB7",
                "#9DAD7F",
                "#557174"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.822842Z"
        },
        {
            "id": 1080,
            "id_string": "483838-42855b-90b77d-d2d79f-mossyhex",
            "name": "Warm Fern Glow",
            "colors": [
                "#483838",
                "#42855B",
                "#90B77D",
                "#D2D79F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.264357Z"
        },
        {
            "id": 847,
            "id_string": "1e201e-3c3d37-697565-ecdfcc-hexharbor",
            "name": "Warm Ember Veil",
            "colors": [
                "#1E201E",
                "#3C3D37",
                "#697565",
                "#ECDFCC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.933639Z"
        }
    ]
}