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=22
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=23",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=21"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 540,
            "id_string": "caf7e3-edffec-f6dfeb-e4bad4-studiomochi",
            "name": "Pastel Moss Mist",
            "colors": [
                "#CAF7E3",
                "#EDFFEC",
                "#F6DFEB",
                "#E4BAD4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.048112Z"
        },
        {
            "id": 537,
            "id_string": "89a8b2-b3c8cf-e5e1da-f1f0e8-mossyhex",
            "name": "Cloud Gold Dawn",
            "colors": [
                "#89A8B2",
                "#B3C8CF",
                "#E5E1DA",
                "#F1F0E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.033308Z"
        },
        {
            "id": 680,
            "id_string": "eeebdd-d8b6a4-630000-000000-huedrift",
            "name": "Vivid Ruby Grove",
            "colors": [
                "#EEEBDD",
                "#D8B6A4",
                "#630000",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.761196Z"
        },
        {
            "id": 361,
            "id_string": "f5efe6-e8dfca-aebdca-7895b2-candytone",
            "name": "Amber Meadow",
            "colors": [
                "#F5EFE6",
                "#E8DFCA",
                "#AEBDCA",
                "#7895B2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.121471Z"
        },
        {
            "id": 801,
            "id_string": "716f81-b97a95-f6ae99-f2e1c1-cobaltcat",
            "name": "Crimson Dream",
            "colors": [
                "#716F81",
                "#B97A95",
                "#F6AE99",
                "#F2E1C1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.339876Z"
        },
        {
            "id": 523,
            "id_string": "1a374d-406882-6998ab-b1d0e0-swatchbird",
            "name": "Aqua Harbor",
            "colors": [
                "#1A374D",
                "#406882",
                "#6998AB",
                "#B1D0E0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.929017Z"
        },
        {
            "id": 692,
            "id_string": "cee5d0-f3f0d7-d8b384-5e454b-hexharbor",
            "name": "Cool Gold Harbor",
            "colors": [
                "#CEE5D0",
                "#F3F0D7",
                "#D8B384",
                "#5E454B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.818148Z"
        },
        {
            "id": 893,
            "id_string": "fff9d0-caf4ff-a0deff-5ab2ff-paperfox",
            "name": "Soft Honey Glow",
            "colors": [
                "#FFF9D0",
                "#CAF4FF",
                "#A0DEFF",
                "#5AB2FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.163281Z"
        },
        {
            "id": 557,
            "id_string": "ffe6e6-ffabe1-a685e2-6155a6-cobaltcat",
            "name": "Neon Crimson Tide",
            "colors": [
                "#FFE6E6",
                "#FFABE1",
                "#A685E2",
                "#6155A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.132628Z"
        },
        {
            "id": 560,
            "id_string": "94b49f-cee5d0-fcf8e8-ecb390-coloreef",
            "name": "Pastel Honey Drift",
            "colors": [
                "#94B49F",
                "#CEE5D0",
                "#FCF8E8",
                "#ECB390"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.146635Z"
        }
    ]
}