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&page=74
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&page=75",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=73"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 21,
            "id_string": "f7f1de-ffffff-f4b183-e98b44-245953-408e91-b46060-indigogiantclam",
            "name": "Kirby",
            "colors": [
                "#F7F1DE",
                "#FFFFFF",
                "#F4B183",
                "#E98B44",
                "#245953",
                "#408E91",
                "#B46060"
            ],
            "color_count": 7,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:14.710255Z"
        },
        {
            "id": 1233,
            "id_string": "3d8d7a-b3d8a8-fbffe4-a3d1c6-retroswatch",
            "name": "Electric Meadow Dawn",
            "colors": [
                "#3D8D7A",
                "#B3D8A8",
                "#FBFFE4",
                "#A3D1C6"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.986260Z"
        },
        {
            "id": 1231,
            "id_string": "0f2854-1c4d8d-4988c4-bde8f5-duskpixel",
            "name": "Vivid Cyan Drift",
            "colors": [
                "#0F2854",
                "#1C4D8D",
                "#4988C4",
                "#BDE8F5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.975452Z"
        },
        {
            "id": 1135,
            "id_string": "321f28-734046-a05344-e79e4f-coloreef",
            "name": "Dusk Ember Breeze",
            "colors": [
                "#321F28",
                "#734046",
                "#A05344",
                "#E79E4F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.520281Z"
        },
        {
            "id": 1096,
            "id_string": "f9ceee-f9f3ee-ccf3ee-97c4b8-duskpixel",
            "name": "Soft Mauve Sunset",
            "colors": [
                "#F9CEEE",
                "#F9F3EE",
                "#CCF3EE",
                "#97C4B8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.340210Z"
        },
        {
            "id": 1086,
            "id_string": "fcf9ea-badfdb-f8a978-ffc5a1-coloreef",
            "name": "Pastel Coral Dawn",
            "colors": [
                "#FCF9EA",
                "#BADFDB",
                "#F8A978",
                "#FFC5A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.291825Z"
        },
        {
            "id": 1040,
            "id_string": "3a0519-670d2f-a53860-ef88ad-palettepup",
            "name": "Blush Field",
            "colors": [
                "#3A0519",
                "#670D2F",
                "#A53860",
                "#EF88AD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.078732Z"
        },
        {
            "id": 1029,
            "id_string": "000000-f4dfc8-f4eae0-faf6f0-huedrift",
            "name": "Amber Grove",
            "colors": [
                "#000000",
                "#F4DFC8",
                "#F4EAE0",
                "#FAF6F0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.025549Z"
        },
        {
            "id": 1011,
            "id_string": "f3f9fb-87c0cd-226597-113f67-pixelpine",
            "name": "Cyan Bay",
            "colors": [
                "#F3F9FB",
                "#87C0CD",
                "#226597",
                "#113F67"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.935492Z"
        },
        {
            "id": 768,
            "id_string": "251b37-372948-ffcaca-ffecef-mossyhex",
            "name": "Vivid Ruby Dream",
            "colors": [
                "#251B37",
                "#372948",
                "#FFCACA",
                "#FFECEF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.183182Z"
        }
    ]
}