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=usage_count&page=7
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=usage_count&page=8",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=6"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 931,
            "id_string": "911f27-630a10-fcf0c8-face7f-huedrift",
            "name": "Amber Harbor",
            "colors": [
                "#911F27",
                "#630A10",
                "#FCF0C8",
                "#FACE7F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.347519Z"
        },
        {
            "id": 812,
            "id_string": "04364a-176b87-64ccc5-dafffb-pixelpine",
            "name": "Neon Lagoon Breeze",
            "colors": [
                "#04364A",
                "#176B87",
                "#64CCC5",
                "#DAFFFB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.401664Z"
        },
        {
            "id": 390,
            "id_string": "f5eee6-fff8e3-f3d7ca-e6a4b4-tonecraft",
            "name": "Soft Citrine Dusk",
            "colors": [
                "#F5EEE6",
                "#FFF8E3",
                "#F3D7CA",
                "#E6A4B4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.258082Z"
        },
        {
            "id": 250,
            "id_string": "000000-ffffff-ff004d-00e436-8989otgoo",
            "name": "4-color palette",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF004D",
                "#00E436"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.824336Z"
        },
        {
            "id": 928,
            "id_string": "fcf9ea-badfdb-ffa4a4-ffbdbd-huedrift",
            "name": "Cloud Ruby Harbor",
            "colors": [
                "#FCF9EA",
                "#BADFDB",
                "#FFA4A4",
                "#FFBDBD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.331453Z"
        },
        {
            "id": 386,
            "id_string": "f6f5f2-f0ebe3-f3d0d7-ffefef-paperfox",
            "name": "Soft Rose Breeze",
            "colors": [
                "#F6F5F2",
                "#F0EBE3",
                "#F3D0D7",
                "#FFEFEF"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.239895Z"
        },
        {
            "id": 394,
            "id_string": "e5d9b6-a4be7b-5f8d4e-285430-tonecraft",
            "name": "Warm Apricot Bay",
            "colors": [
                "#E5D9B6",
                "#A4BE7B",
                "#5F8D4E",
                "#285430"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.276524Z"
        },
        {
            "id": 1215,
            "id_string": "f4f4f4-f0a500-cf7500-1a1c20-pixelpine",
            "name": "Electric Amber Veil",
            "colors": [
                "#F4F4F4",
                "#F0A500",
                "#CF7500",
                "#1A1C20"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.900729Z"
        },
        {
            "id": 586,
            "id_string": "303841-3a4750-d72323-eeeeee-coloreef",
            "name": "Crimson Glow",
            "colors": [
                "#303841",
                "#3A4750",
                "#D72323",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.271324Z"
        },
        {
            "id": 385,
            "id_string": "ffd5cd-efbbcf-c3aed6-8675a9-pixelpine",
            "name": "Rose Drift",
            "colors": [
                "#FFD5CD",
                "#EFBBCF",
                "#C3AED6",
                "#8675A9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.235435Z"
        }
    ]
}