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=like_count&page=65
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=like_count&page=66",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=64"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 551,
            "id_string": "f3f3e0-133e87-608bc1-cbdceb-candytone",
            "name": "Sky Drift",
            "colors": [
                "#F3F3E0",
                "#133E87",
                "#608BC1",
                "#CBDCEB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.104206Z"
        },
        {
            "id": 707,
            "id_string": "181c14-3c3d37-697565-ecdfcc-huedrift",
            "name": "Apricot Harbor",
            "colors": [
                "#181C14",
                "#3C3D37",
                "#697565",
                "#ECDFCC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.887377Z"
        },
        {
            "id": 657,
            "id_string": "e5dcc3-c7bea2-aaa492-9a9483-mossyhex",
            "name": "Ember Grove",
            "colors": [
                "#E5DCC3",
                "#C7BEA2",
                "#AAA492",
                "#9A9483"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.651641Z"
        },
        {
            "id": 648,
            "id_string": "dcedc2-ffd3b5-ffaaa6-ff8c94-swatchbird",
            "name": "Soft Ember Field",
            "colors": [
                "#DCEDC2",
                "#FFD3B5",
                "#FFAAA6",
                "#FF8C94"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.606695Z"
        },
        {
            "id": 1147,
            "id_string": "7fc8a9-d5eebb-5f7a61-444941-paperfox",
            "name": "Warm Meadow Dusk",
            "colors": [
                "#7FC8A9",
                "#D5EEBB",
                "#5F7A61",
                "#444941"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.577605Z"
        },
        {
            "id": 667,
            "id_string": "fbc6a4-f4a9a8-ce97b0-afb9c8-huedrift",
            "name": "Ember Hush",
            "colors": [
                "#FBC6A4",
                "#F4A9A8",
                "#CE97B0",
                "#AFB9C8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.697067Z"
        },
        {
            "id": 691,
            "id_string": "060047-b3005e-e90064-ff5f9e-tonecraft",
            "name": "Vivid Sky Bloom",
            "colors": [
                "#060047",
                "#B3005E",
                "#E90064",
                "#FF5F9E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.813278Z"
        },
        {
            "id": 690,
            "id_string": "22577a-38a3a5-57cc99-80ed99-hexharbor",
            "name": "Electric Pine Mist",
            "colors": [
                "#22577A",
                "#38A3A5",
                "#57CC99",
                "#80ED99"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.808452Z"
        },
        {
            "id": 501,
            "id_string": "f3f1f5-f0d9ff-bfa2db-7f7c82-studiomochi",
            "name": "Soft Indigo Sunset",
            "colors": [
                "#F3F1F5",
                "#F0D9FF",
                "#BFA2DB",
                "#7F7C82"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.780514Z"
        },
        {
            "id": 684,
            "id_string": "ffb3b3-ffdba4-ffe9ae-c1efff-studiomochi",
            "name": "Pastel Rose Drift",
            "colors": [
                "#FFB3B3",
                "#FFDBA4",
                "#FFE9AE",
                "#C1EFFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.780860Z"
        }
    ]
}