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=59
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=60",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=58"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 587,
            "id_string": "363062-4d4c7d-827397-d8b9c3-minthaze",
            "name": "Cool Azure Breeze",
            "colors": [
                "#363062",
                "#4D4C7D",
                "#827397",
                "#D8B9C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.275738Z"
        },
        {
            "id": 567,
            "id_string": "fff3da-dfccfb-d0bfff-beadfa-hexharbor",
            "name": "Soft Coral Sunset",
            "colors": [
                "#FFF3DA",
                "#DFCCFB",
                "#D0BFFF",
                "#BEADFA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.179698Z"
        },
        {
            "id": 557,
            "id_string": "ffe6e6-ffabe1-a685e2-6155a6-cobaltcat",
            "name": "Neon Crimson Tide",
            "colors": [
                "#FFE6E6",
                "#FFABE1",
                "#A685E2",
                "#6155A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.132628Z"
        },
        {
            "id": 523,
            "id_string": "1a374d-406882-6998ab-b1d0e0-swatchbird",
            "name": "Aqua Harbor",
            "colors": [
                "#1A374D",
                "#406882",
                "#6998AB",
                "#B1D0E0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.929017Z"
        },
        {
            "id": 489,
            "id_string": "f8ecd1-deb6ab-ac7d88-85586f-tonecraft",
            "name": "Coral Harbor",
            "colors": [
                "#F8ECD1",
                "#DEB6AB",
                "#AC7D88",
                "#85586F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.725978Z"
        },
        {
            "id": 483,
            "id_string": "f4f9f9-ccf2f4-a4ebf3-aaaaaa-minthaze",
            "name": "Pastel Cyan Mist",
            "colors": [
                "#F4F9F9",
                "#CCF2F4",
                "#A4EBF3",
                "#AAAAAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.697981Z"
        },
        {
            "id": 348,
            "id_string": "b1b2ff-aac4ff-d2daff-eef1ff-paperfox",
            "name": "Pastel Sky Meadow",
            "colors": [
                "#B1B2FF",
                "#AAC4FF",
                "#D2DAFF",
                "#EEF1FF"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.058416Z"
        },
        {
            "id": 211,
            "id_string": "ffffff-243137-efce31-eee154-f6a724-404638-f66359-f0f2ef-comficker",
            "name": "Crown",
            "colors": [
                "#FFFFFF",
                "#243137",
                "#EFCE31",
                "#EEE154",
                "#F6A724",
                "#404638",
                "#F66359",
                "#F0F2EF"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.548052Z"
        },
        {
            "id": 138,
            "id_string": "d8d8d8-000000-135caa-f0f0f0-edcc0e-f8e600-fc0000-redwelshblackcattle",
            "name": "Donald Duck",
            "colors": [
                "#D8D8D8",
                "#000000",
                "#135CAA",
                "#F0F0F0",
                "#EDCC0E",
                "#F8E600",
                "#FC0000"
            ],
            "color_count": 7,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.916115Z"
        },
        {
            "id": 1162,
            "id_string": "525252-414141-313131-ca3e47-paperfox",
            "name": "Twilight Rose Hush",
            "colors": [
                "#525252",
                "#414141",
                "#313131",
                "#CA3E47"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.657143Z"
        }
    ]
}