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=41
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=42",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=40"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 402,
            "id_string": "b5eaea-edf6e5-ffbcbc-f38ba0-swatchbird",
            "name": "Soft Ruby Haze",
            "colors": [
                "#B5EAEA",
                "#EDF6E5",
                "#FFBCBC",
                "#F38BA0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.313514Z"
        },
        {
            "id": 403,
            "id_string": "5f6f52-a9b388-fefae0-b99470-swatchbird",
            "name": "Vivid Honey Tide",
            "colors": [
                "#5F6F52",
                "#A9B388",
                "#FEFAE0",
                "#B99470"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.318022Z"
        },
        {
            "id": 404,
            "id_string": "ffb9b9-ffddd2-ffacc7-ff8dc7-pixelpine",
            "name": "Cloud Crimson Mist",
            "colors": [
                "#FFB9B9",
                "#FFDDD2",
                "#FFACC7",
                "#FF8DC7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.322613Z"
        },
        {
            "id": 405,
            "id_string": "f6f4eb-91c8e4-749bc2-4682a9-nordichue",
            "name": "Aqua Meadow",
            "colors": [
                "#F6F4EB",
                "#91C8E4",
                "#749BC2",
                "#4682A9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.327269Z"
        },
        {
            "id": 406,
            "id_string": "fcf8e8-d4e2d4-ecb390-df7861-paperfox",
            "name": "Cloud Citrine Haze",
            "colors": [
                "#FCF8E8",
                "#D4E2D4",
                "#ECB390",
                "#DF7861"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.332146Z"
        },
        {
            "id": 407,
            "id_string": "a0937d-e7d4b5-f6e6cb-e3cdc1-pixelpine",
            "name": "Amber Sunset",
            "colors": [
                "#A0937D",
                "#E7D4B5",
                "#F6E6CB",
                "#E3CDC1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.336687Z"
        },
        {
            "id": 408,
            "id_string": "9babb8-eee3cb-d7c0ae-967e76-pixelpine",
            "name": "Warm Coral Dream",
            "colors": [
                "#9BABB8",
                "#EEE3CB",
                "#D7C0AE",
                "#967E76"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.341216Z"
        },
        {
            "id": 409,
            "id_string": "def5e5-bcead5-9ed5c5-8ec3b0-nordichue",
            "name": "Pale Pine Dawn",
            "colors": [
                "#DEF5E5",
                "#BCEAD5",
                "#9ED5C5",
                "#8EC3B0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.345898Z"
        },
        {
            "id": 410,
            "id_string": "5f7161-6d8b74-efead8-d0c9c0-studiomochi",
            "name": "Honey Veil",
            "colors": [
                "#5F7161",
                "#6D8B74",
                "#EFEAD8",
                "#D0C9C0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.350630Z"
        },
        {
            "id": 411,
            "id_string": "395144-4e6c50-aa8b56-f0ebce-palettepup",
            "name": "Cool Sunbeam Hush",
            "colors": [
                "#395144",
                "#4E6C50",
                "#AA8B56",
                "#F0EBCE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.355458Z"
        }
    ]
}