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=47
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=48",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=46"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1211,
            "id_string": "205781-4f959d-98d2c0-f6f8d5-mossyhex",
            "name": "Gold Haze",
            "colors": [
                "#205781",
                "#4F959D",
                "#98D2C0",
                "#F6F8D5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.882569Z"
        },
        {
            "id": 1220,
            "id_string": "206a5d-81b214-bfdcae-f1f1e8-retroswatch",
            "name": "Neon Lime Grove",
            "colors": [
                "#206A5D",
                "#81B214",
                "#BFDCAE",
                "#F1F1E8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.923580Z"
        },
        {
            "id": 1219,
            "id_string": "4d3e3e-fff3cd-ffc38b-ff926b-swatchbird",
            "name": "Neon Gold Dream",
            "colors": [
                "#4D3E3E",
                "#FFF3CD",
                "#FFC38B",
                "#FF926B"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.918832Z"
        },
        {
            "id": 1179,
            "id_string": "35374b-344955-50727b-78a083-nordichue",
            "name": "Twilight Aqua Dawn",
            "colors": [
                "#35374B",
                "#344955",
                "#50727B",
                "#78A083"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.734921Z"
        },
        {
            "id": 1221,
            "id_string": "000000-bd4b4b-efb7b7-eeeeee-swatchbird",
            "name": "Cool Crimson Mist",
            "colors": [
                "#000000",
                "#BD4B4B",
                "#EFB7B7",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.928042Z"
        },
        {
            "id": 1214,
            "id_string": "c96868-fadfa1-fff4ea-7eacb5-coloreef",
            "name": "Neon Ember Field",
            "colors": [
                "#C96868",
                "#FADFA1",
                "#FFF4EA",
                "#7EACB5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.896056Z"
        },
        {
            "id": 1241,
            "id_string": "1d5d9b-75c2f6-f4d160-fbeeac-paperfox",
            "name": "Vivid Gold Harbor",
            "colors": [
                "#1D5D9B",
                "#75C2F6",
                "#F4D160",
                "#FBEEAC"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.027759Z"
        },
        {
            "id": 1226,
            "id_string": "1d5b79-468b97-ef6262-f3aa60-candytone",
            "name": "Vivid Apricot Field",
            "colors": [
                "#1D5B79",
                "#468B97",
                "#EF6262",
                "#F3AA60"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.950965Z"
        },
        {
            "id": 1231,
            "id_string": "0f2854-1c4d8d-4988c4-bde8f5-duskpixel",
            "name": "Vivid Cyan Drift",
            "colors": [
                "#0F2854",
                "#1C4D8D",
                "#4988C4",
                "#BDE8F5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.975452Z"
        },
        {
            "id": 1236,
            "id_string": "eddfe0-f5f5f7-b7b7b7-705c53-nordichue",
            "name": "Blush Veil",
            "colors": [
                "#EDDFE0",
                "#F5F5F7",
                "#B7B7B7",
                "#705C53"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.002555Z"
        }
    ]
}