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=name&page=33
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=name&page=34",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=32"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 915,
            "id_string": "3b1e54-9b7ebd-d4bee4-eeeeee-nordichue",
            "name": "Cool Iris Bay",
            "colors": [
                "#3B1E54",
                "#9B7EBD",
                "#D4BEE4",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.270922Z"
        },
        {
            "id": 1048,
            "id_string": "c9dabf-9ca986-808d7c-5f6f65-swatchbird",
            "name": "Cool Lime Bay",
            "colors": [
                "#C9DABF",
                "#9CA986",
                "#808D7C",
                "#5F6F65"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.115158Z"
        },
        {
            "id": 389,
            "id_string": "2c3333-395b64-a5c9ca-e7f6f2-retroswatch",
            "name": "Cool Mint Hush",
            "colors": [
                "#2C3333",
                "#395B64",
                "#A5C9CA",
                "#E7F6F2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.253424Z"
        },
        {
            "id": 10,
            "id_string": "0b1026-1b2a4a-2e5a88-4c8fb5-8fc6d9-e4f2f2",
            "name": "Cool Night 6",
            "colors": [
                "#0B1026",
                "#1B2A4A",
                "#2E5A88",
                "#4C8FB5",
                "#8FC6D9",
                "#E4F2F2"
            ],
            "color_count": 6,
            "like_count": 0,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-24T02:37:07.763224Z"
        },
        {
            "id": 469,
            "id_string": "f8f0e5-eadbc8-dac0a3-102c57-coloreef",
            "name": "Cool Ocean Tide",
            "colors": [
                "#F8F0E5",
                "#EADBC8",
                "#DAC0A3",
                "#102C57"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.627816Z"
        },
        {
            "id": 1182,
            "id_string": "5a639c-7776b3-9b86bd-e2bbe9-tonecraft",
            "name": "Cool Orchid Harbor",
            "colors": [
                "#5A639C",
                "#7776B3",
                "#9B86BD",
                "#E2BBE9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.748463Z"
        },
        {
            "id": 1072,
            "id_string": "f4f9f4-c4e3cb-8aae92-616161-palettepup",
            "name": "Cool Pine Dream",
            "colors": [
                "#F4F9F4",
                "#C4E3CB",
                "#8AAE92",
                "#616161"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.227493Z"
        },
        {
            "id": 363,
            "id_string": "867070-d5b4b4-e4d0d0-f5ebeb-coloreef",
            "name": "Cool Rose Grove",
            "colors": [
                "#867070",
                "#D5B4B4",
                "#E4D0D0",
                "#F5EBEB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.130629Z"
        },
        {
            "id": 1033,
            "id_string": "952323-a73121-dad4b5-f2e8c6-duskpixel",
            "name": "Cool Rose Haze",
            "colors": [
                "#952323",
                "#A73121",
                "#DAD4B5",
                "#F2E8C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.043918Z"
        },
        {
            "id": 962,
            "id_string": "f0e9e9-c19191-aa7070-8b5d5d-mossyhex",
            "name": "Cool Rose Veil",
            "colors": [
                "#F0E9E9",
                "#C19191",
                "#AA7070",
                "#8B5D5D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.682878Z"
        }
    ]
}