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=72
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=73",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=71"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 901,
            "id_string": "effffd-b8fff9-85f4ff-42c2ff-paperfox",
            "name": "Pastel Teal Mist",
            "colors": [
                "#EFFFFD",
                "#B8FFF9",
                "#85F4FF",
                "#42C2FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.203139Z"
        },
        {
            "id": 243,
            "id_string": "f2f0e5-302520-6d4b40-e9941a-c9842f-ffffff-ddd9d2-97661c-hoanglambk57",
            "name": "Bird",
            "colors": [
                "#F2F0E5",
                "#302520",
                "#6D4B40",
                "#E9941A",
                "#C9842F",
                "#FFFFFF",
                "#DDD9D2",
                "#97661C"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.769274Z"
        },
        {
            "id": 381,
            "id_string": "bad7df-ffe2e2-f6f6f6-99ddcc-tonecraft",
            "name": "Cloud Rose Dream",
            "colors": [
                "#BAD7DF",
                "#FFE2E2",
                "#F6F6F6",
                "#99DDCC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.214594Z"
        },
        {
            "id": 973,
            "id_string": "f3d1f4-f5fcc1-bae5e5-98d6ea-mossyhex",
            "name": "Soft Lime Grove",
            "colors": [
                "#F3D1F4",
                "#F5FCC1",
                "#BAE5E5",
                "#98D6EA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.755488Z"
        },
        {
            "id": 330,
            "id_string": "3f8e4f-7bcf5c-hoanglambk57",
            "name": "2-color palette",
            "colors": [
                "#3F8E4F",
                "#7BCF5C"
            ],
            "color_count": 2,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.413858Z"
        },
        {
            "id": 252,
            "id_string": "000000-005ea5-a18300-00994e-pixelmonkey25",
            "name": "4-color palette",
            "colors": [
                "#000000",
                "#005EA5",
                "#A18300",
                "#00994E"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.836737Z"
        },
        {
            "id": 1110,
            "id_string": "000000-3e432e-616f39-a7d129-duskpixel",
            "name": "Fern Harbor",
            "colors": [
                "#000000",
                "#3E432E",
                "#616F39",
                "#A7D129"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.405233Z"
        },
        {
            "id": 59,
            "id_string": "dc8e8e-ffd966-f4b183-dfa67b-245953-ffffff-glenofimaalterrierplum",
            "name": "6-color palette",
            "colors": [
                "#DC8E8E",
                "#FFD966",
                "#F4B183",
                "#DFA67B",
                "#245953",
                "#FFFFFF"
            ],
            "color_count": 6,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.174799Z"
        },
        {
            "id": 562,
            "id_string": "99a98f-c1d0b5-d6e8db-fff8de-candytone",
            "name": "Pale Honey Drift",
            "colors": [
                "#99A98F",
                "#C1D0B5",
                "#D6E8DB",
                "#FFF8DE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.156074Z"
        },
        {
            "id": 989,
            "id_string": "68b0ab-8fc0a9-c8d5b9-faf3dd-huedrift",
            "name": "Vivid Honey Glow",
            "colors": [
                "#68B0AB",
                "#8FC0A9",
                "#C8D5B9",
                "#FAF3DD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.834255Z"
        }
    ]
}