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=color_count&page=68
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=color_count&page=69",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=67"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 617,
            "id_string": "fcf8e8-94b49f-ecb390-df7861-nordichue",
            "name": "Sunbeam Grove",
            "colors": [
                "#FCF8E8",
                "#94B49F",
                "#ECB390",
                "#DF7861"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.424223Z"
        },
        {
            "id": 689,
            "id_string": "f6e7d8-f68989-c65d7b-874356-studiomochi",
            "name": "Neon Scarlet Bloom",
            "colors": [
                "#F6E7D8",
                "#F68989",
                "#C65D7B",
                "#874356"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.803993Z"
        },
        {
            "id": 359,
            "id_string": "ffe6e6-f2d1d1-daeaf1-c6dce4-nordichue",
            "name": "Soft Crimson Drift",
            "colors": [
                "#FFE6E6",
                "#F2D1D1",
                "#DAEAF1",
                "#C6DCE4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.112152Z"
        },
        {
            "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": 223,
            "id_string": "ffffff-29b8e4-00aade-008fbb-comficker",
            "name": "Twitter",
            "colors": [
                "#FFFFFF",
                "#29B8E4",
                "#00AADE",
                "#008FBB"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.613381Z"
        },
        {
            "id": 382,
            "id_string": "0a2647-144272-205295-2c74b3-candytone",
            "name": "Twilight Cobalt Dawn",
            "colors": [
                "#0A2647",
                "#144272",
                "#205295",
                "#2C74B3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.219258Z"
        },
        {
            "id": 729,
            "id_string": "fff2cc-ffd966-f4b183-dfa67b-swatchbird",
            "name": "Coral Tide",
            "colors": [
                "#FFF2CC",
                "#FFD966",
                "#F4B183",
                "#DFA67B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.989910Z"
        },
        {
            "id": 569,
            "id_string": "f7c8e0-dfffd8-b4e4ff-95bdff-huedrift",
            "name": "Cloud Forest Meadow",
            "colors": [
                "#F7C8E0",
                "#DFFFD8",
                "#B4E4FF",
                "#95BDFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.188704Z"
        },
        {
            "id": 152,
            "id_string": "847e87-000000-9badb7-ffffff-lam",
            "name": "Stormtrooper - Starwar",
            "colors": [
                "#847E87",
                "#000000",
                "#9BADB7",
                "#FFFFFF"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.193370Z"
        },
        {
            "id": 1016,
            "id_string": "0c356a-0174be-ffc436-fff0ce-mossyhex",
            "name": "Neon Amber Grove",
            "colors": [
                "#0C356A",
                "#0174BE",
                "#FFC436",
                "#FFF0CE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.958786Z"
        }
    ]
}