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=37
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=38",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=36"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 362,
            "id_string": "edf1d6-9dc08b-609966-40513b-pixelpine",
            "name": "Cool Fern Field",
            "colors": [
                "#EDF1D6",
                "#9DC08B",
                "#609966",
                "#40513B"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.126110Z"
        },
        {
            "id": 363,
            "id_string": "867070-d5b4b4-e4d0d0-f5ebeb-coloreef",
            "name": "Cool Rose Grove",
            "colors": [
                "#867070",
                "#D5B4B4",
                "#E4D0D0",
                "#F5EBEB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.130629Z"
        },
        {
            "id": 364,
            "id_string": "f7fbfc-d6e6f2-b9d7ea-769fcd-coloreef",
            "name": "Pastel Aqua Bay",
            "colors": [
                "#F7FBFC",
                "#D6E6F2",
                "#B9D7EA",
                "#769FCD"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.135464Z"
        },
        {
            "id": 365,
            "id_string": "fefcf3-f5ebe0-f0dbdb-dba39a-nordichue",
            "name": "Cloud Gold Glow",
            "colors": [
                "#FEFCF3",
                "#F5EBE0",
                "#F0DBDB",
                "#DBA39A"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.140259Z"
        },
        {
            "id": 366,
            "id_string": "96b6c5-adc4ce-eee0c9-f1f0e8-swatchbird",
            "name": "Pale Apricot Dream",
            "colors": [
                "#96B6C5",
                "#ADC4CE",
                "#EEE0C9",
                "#F1F0E8"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.144911Z"
        },
        {
            "id": 367,
            "id_string": "f67280-c06c84-6c5b7b-355c7d-retroswatch",
            "name": "Neon Rose Harbor",
            "colors": [
                "#F67280",
                "#C06C84",
                "#6C5B7B",
                "#355C7D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.149616Z"
        },
        {
            "id": 368,
            "id_string": "c4dfdf-d2e9e9-e3f4f4-f8f6f4-studiomochi",
            "name": "Pastel Aqua Dream",
            "colors": [
                "#C4DFDF",
                "#D2E9E9",
                "#E3F4F4",
                "#F8F6F4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.154287Z"
        },
        {
            "id": 369,
            "id_string": "fcd8d4-fdf6f0-f8e2cf-f5c6aa-swatchbird",
            "name": "Soft Scarlet Meadow",
            "colors": [
                "#FCD8D4",
                "#FDF6F0",
                "#F8E2CF",
                "#F5C6AA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.159027Z"
        },
        {
            "id": 370,
            "id_string": "212121-323232-0d7377-14ffec-coloreef",
            "name": "Dusk Teal Breeze",
            "colors": [
                "#212121",
                "#323232",
                "#0D7377",
                "#14FFEC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.163716Z"
        },
        {
            "id": 371,
            "id_string": "93b5c6-c9ccd5-e4d8dc-ffe3e3-hexharbor",
            "name": "Cloud Crimson Drift",
            "colors": [
                "#93B5C6",
                "#C9CCD5",
                "#E4D8DC",
                "#FFE3E3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.168142Z"
        }
    ]
}