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=116
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=117",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=115"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1286,
            "id_string": "16213e-0f3460-533483-e94560-swatchbird",
            "name": "Twilight Blush Grove",
            "colors": [
                "#16213E",
                "#0F3460",
                "#533483",
                "#E94560"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.274935Z"
        },
        {
            "id": 1256,
            "id_string": "006769-40a578-9dde8b-e6ff94-huedrift",
            "name": "Vivid Aqua Mist",
            "colors": [
                "#006769",
                "#40A578",
                "#9DDE8B",
                "#E6FF94"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.121499Z"
        },
        {
            "id": 1252,
            "id_string": "ff9843-ffdd95-86a7fc-3468c0-studiomochi",
            "name": "Neon Apricot Sunset",
            "colors": [
                "#FF9843",
                "#FFDD95",
                "#86A7FC",
                "#3468C0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.095288Z"
        },
        {
            "id": 1213,
            "id_string": "f2f2f2-eae4d5-b6b09f-000000-coloreef",
            "name": "Amber Hush",
            "colors": [
                "#F2F2F2",
                "#EAE4D5",
                "#B6B09F",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.891519Z"
        },
        {
            "id": 1146,
            "id_string": "f7f3e9-a3d2ca-5eaaa8-f05945-coloreef",
            "name": "Electric Rose Drift",
            "colors": [
                "#F7F3E9",
                "#A3D2CA",
                "#5EAAA8",
                "#F05945"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.573162Z"
        },
        {
            "id": 1079,
            "id_string": "100f0f-0f3d3e-e2dcc8-f1f1f1-duskpixel",
            "name": "Warm Aqua Haze",
            "colors": [
                "#100F0F",
                "#0F3D3E",
                "#E2DCC8",
                "#F1F1F1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.259907Z"
        },
        {
            "id": 769,
            "id_string": "1f1d36-3f3351-864879-e9a6a6-pixelpine",
            "name": "Rose Dusk",
            "colors": [
                "#1F1D36",
                "#3F3351",
                "#864879",
                "#E9A6A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.187718Z"
        },
        {
            "id": 508,
            "id_string": "483434-6b4f4f-eed6c4-fff3e4-nordichue",
            "name": "Neon Coral Tide",
            "colors": [
                "#483434",
                "#6B4F4F",
                "#EED6C4",
                "#FFF3E4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.815154Z"
        },
        {
            "id": 296,
            "id_string": "ffffff-000000-ff3a1d-0011ff-shrecklings",
            "name": "Tiktok",
            "colors": [
                "#FFFFFF",
                "#000000",
                "#FF3A1D",
                "#0011FF"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.190208Z"
        },
        {
            "id": 222,
            "id_string": "ffd012-ffffff-df4418-dadada-a08e8f-ba0505-1f1f1f-886139-dbe89825-comficker",
            "name": "Cuphead",
            "colors": [
                "#FFD012",
                "#FFFFFF",
                "#DF4418",
                "#DADADA",
                "#A08E8F",
                "#BA0505",
                "#1F1F1F",
                "#886139",
                "#5D4327"
            ],
            "color_count": 9,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.608246Z"
        }
    ]
}