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=124
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=125",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=123"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 688,
            "id_string": "e8e8e8-5588a3-145374-00334e-studiomochi",
            "name": "Aqua Dream",
            "colors": [
                "#E8E8E8",
                "#5588A3",
                "#145374",
                "#00334E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.799384Z"
        },
        {
            "id": 749,
            "id_string": "00e0ff-74f9ff-a6fff2-e8ffe8-paperfox",
            "name": "Aqua Dawn",
            "colors": [
                "#00E0FF",
                "#74F9FF",
                "#A6FFF2",
                "#E8FFE8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.096024Z"
        },
        {
            "id": 820,
            "id_string": "c2dedc-ece5c7-cdc2ae-116a7b-retroswatch",
            "name": "Aqua Breeze",
            "colors": [
                "#C2DEDC",
                "#ECE5C7",
                "#CDC2AE",
                "#116A7B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.547824Z"
        },
        {
            "id": 518,
            "id_string": "d9e4dd-fbf7f0-cdc9c3-555555-minthaze",
            "name": "Apricot Veil",
            "colors": [
                "#D9E4DD",
                "#FBF7F0",
                "#CDC9C3",
                "#555555"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.886166Z"
        },
        {
            "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": 826,
            "id_string": "faf7f0-d8d2c2-b17457-4a4947-paperfox",
            "name": "Apricot Hush",
            "colors": [
                "#FAF7F0",
                "#D8D2C2",
                "#B17457",
                "#4A4947"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.614327Z"
        },
        {
            "id": 881,
            "id_string": "a0937d-e7d4b5-f6e6cb-b6c7aa-mossyhex",
            "name": "Apricot Haze",
            "colors": [
                "#A0937D",
                "#E7D4B5",
                "#F6E6CB",
                "#B6C7AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.107621Z"
        },
        {
            "id": 707,
            "id_string": "181c14-3c3d37-697565-ecdfcc-huedrift",
            "name": "Apricot Harbor",
            "colors": [
                "#181C14",
                "#3C3D37",
                "#697565",
                "#ECDFCC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.887377Z"
        },
        {
            "id": 850,
            "id_string": "1d2d50-133b5c-1e5f74-fcdab7-retroswatch",
            "name": "Apricot Harbor",
            "colors": [
                "#1D2D50",
                "#133B5C",
                "#1E5F74",
                "#FCDAB7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.948131Z"
        },
        {
            "id": 1133,
            "id_string": "222831-30475e-c1a57b-ececec-paperfox",
            "name": "Apricot Grove",
            "colors": [
                "#222831",
                "#30475E",
                "#C1A57B",
                "#ECECEC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.511220Z"
        }
    ]
}