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=105
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=106",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=104"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 999,
            "id_string": "e7e6e1-f7f6e7-f2a154-314e52-swatchbird",
            "name": "Electric Apricot Tide",
            "colors": [
                "#E7E6E1",
                "#F7F6E7",
                "#F2A154",
                "#314E52"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.879919Z"
        },
        {
            "id": 997,
            "id_string": "8fbdd3-e4d1b9-be8c63-a97155-huedrift",
            "name": "Warm Amber Glow",
            "colors": [
                "#8FBDD3",
                "#E4D1B9",
                "#BE8C63",
                "#A97155"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.870570Z"
        },
        {
            "id": 1014,
            "id_string": "7bd3ea-a1eebd-f6f7c4-f6d6d6-paperfox",
            "name": "Pastel Honey Glow",
            "colors": [
                "#7BD3EA",
                "#A1EEBD",
                "#F6F7C4",
                "#F6D6D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.949680Z"
        },
        {
            "id": 1013,
            "id_string": "384b70-507687-fcfaee-b8001f-palettepup",
            "name": "Vivid Blush Drift",
            "colors": [
                "#384B70",
                "#507687",
                "#FCFAEE",
                "#B8001F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.945127Z"
        },
        {
            "id": 298,
            "id_string": "000000-ffffff-ff0000-00ff00-ffff00-ff00ff-00ffff-ffa500-162e2738-shrecklings",
            "name": "9-color palette",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF0000",
                "#00FF00",
                "#FFFF00",
                "#FF00FF",
                "#00FFFF",
                "#FFA500",
                "#FFD500"
            ],
            "color_count": 9,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.200614Z"
        },
        {
            "id": 1007,
            "id_string": "5d5b6a-758184-cfb495-f5cdaa-duskpixel",
            "name": "Neon Apricot Drift",
            "colors": [
                "#5D5B6A",
                "#758184",
                "#CFB495",
                "#F5CDAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.916443Z"
        },
        {
            "id": 1021,
            "id_string": "f9f7cf-f2dcbb-bbbbbb-aaaaaa-palettepup",
            "name": "Pastel Sunbeam Glow",
            "colors": [
                "#F9F7CF",
                "#F2DCBB",
                "#BBBBBB",
                "#AAAAAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.981729Z"
        },
        {
            "id": 1019,
            "id_string": "316b83-6d8299-8ca1a5-d5bfbf-candytone",
            "name": "Cyan Hush",
            "colors": [
                "#316B83",
                "#6D8299",
                "#8CA1A5",
                "#D5BFBF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.972705Z"
        },
        {
            "id": 942,
            "id_string": "000000-3e065f-700b97-8e05c2-nordichue",
            "name": "Noir Violet Field",
            "colors": [
                "#000000",
                "#3E065F",
                "#700B97",
                "#8E05C2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.454204Z"
        },
        {
            "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"
        }
    ]
}