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=23
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=24",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=22"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1132,
            "id_string": "11cbd7-c6f1e7-f0fff3-fa4659-duskpixel",
            "name": "Neon Moss Dawn",
            "colors": [
                "#11CBD7",
                "#C6F1E7",
                "#F0FFF3",
                "#FA4659"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.506459Z"
        },
        {
            "id": 1131,
            "id_string": "ffdada-dbf6e9-9ddfd3-31326f-swatchbird",
            "name": "Vivid Scarlet Breeze",
            "colors": [
                "#FFDADA",
                "#DBF6E9",
                "#9DDFD3",
                "#31326F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.502040Z"
        },
        {
            "id": 1130,
            "id_string": "3a0088-930077-e61c5d-ffbd39-duskpixel",
            "name": "Electric Indigo Dream",
            "colors": [
                "#3A0088",
                "#930077",
                "#E61C5D",
                "#FFBD39"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.497355Z"
        },
        {
            "id": 1129,
            "id_string": "f9f9f9-bcbab8-9d8f8f-625757-tonecraft",
            "name": "Fog Dream",
            "colors": [
                "#F9F9F9",
                "#BCBAB8",
                "#9D8F8F",
                "#625757"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.492562Z"
        },
        {
            "id": 1128,
            "id_string": "fff7d4-ffd95a-c07f00-4c3d3d-pixelpine",
            "name": "Vivid Citrine Breeze",
            "colors": [
                "#FFF7D4",
                "#FFD95A",
                "#C07F00",
                "#4C3D3D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.488168Z"
        },
        {
            "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": 1126,
            "id_string": "79e0ee-98eecc-d0f5be-fbffdc-coloreef",
            "name": "Cloud Fern Tide",
            "colors": [
                "#79E0EE",
                "#98EECC",
                "#D0F5BE",
                "#FBFFDC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.479105Z"
        },
        {
            "id": 1125,
            "id_string": "b5c99a-862b0d-fff9c9-ffc95f-tonecraft",
            "name": "Neon Gold Tide",
            "colors": [
                "#B5C99A",
                "#862B0D",
                "#FFF9C9",
                "#FFC95F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.474559Z"
        },
        {
            "id": 1124,
            "id_string": "a9eee6-fefaec-f9a1bc-625772-hexharbor",
            "name": "Vivid Honey Bloom",
            "colors": [
                "#A9EEE6",
                "#FEFAEC",
                "#F9A1BC",
                "#625772"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.469964Z"
        },
        {
            "id": 1123,
            "id_string": "ef4f4f-ee9595-ffcda3-74c7b8-minthaze",
            "name": "Electric Amber Breeze",
            "colors": [
                "#EF4F4F",
                "#EE9595",
                "#FFCDA3",
                "#74C7B8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.465443Z"
        }
    ]
}