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=23
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=24",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=22"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 571,
            "id_string": "352f44-5c5470-b9b4c7-faf0e6-hexharbor",
            "name": "Warm Apricot Grove",
            "colors": [
                "#352F44",
                "#5C5470",
                "#B9B4C7",
                "#FAF0E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.198154Z"
        },
        {
            "id": 555,
            "id_string": "fdf7e4-faeed1-ded0b6-bbab8c-huedrift",
            "name": "Cloud Honey Bloom",
            "colors": [
                "#FDF7E4",
                "#FAEED1",
                "#DED0B6",
                "#BBAB8C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.123253Z"
        },
        {
            "id": 391,
            "id_string": "ffd4d4-ffffe8-cde990-aacb73-huedrift",
            "name": "Pale Scarlet Sunset",
            "colors": [
                "#FFD4D4",
                "#FFFFE8",
                "#CDE990",
                "#AACB73"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.262832Z"
        },
        {
            "id": 449,
            "id_string": "7286d3-8ea7e9-e5e0ff-fff2f2-studiomochi",
            "name": "Pastel Cobalt Haze",
            "colors": [
                "#7286D3",
                "#8EA7E9",
                "#E5E0FF",
                "#FFF2F2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.532684Z"
        },
        {
            "id": 373,
            "id_string": "f5f7f8-f4ce14-495e57-45474b-minthaze",
            "name": "Electric Citrine Haze",
            "colors": [
                "#F5F7F8",
                "#F4CE14",
                "#495E57",
                "#45474B"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.177370Z"
        },
        {
            "id": 1015,
            "id_string": "32502e-406343-ece7b4-f3efcc-retroswatch",
            "name": "Honey Dusk",
            "colors": [
                "#32502E",
                "#406343",
                "#ECE7B4",
                "#F3EFCC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.954267Z"
        },
        {
            "id": 445,
            "id_string": "fff2d8-ead7bb-bca37f-113946-cobaltcat",
            "name": "Vivid Coral Glow",
            "colors": [
                "#FFF2D8",
                "#EAD7BB",
                "#BCA37F",
                "#113946"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.514610Z"
        },
        {
            "id": 1058,
            "id_string": "041562-11468f-da1212-eeeeee-minthaze",
            "name": "Vivid Azure Haze",
            "colors": [
                "#041562",
                "#11468F",
                "#DA1212",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.161142Z"
        },
        {
            "id": 370,
            "id_string": "212121-323232-0d7377-14ffec-coloreef",
            "name": "Dusk Teal Breeze",
            "colors": [
                "#212121",
                "#323232",
                "#0D7377",
                "#14FFEC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.163716Z"
        },
        {
            "id": 779,
            "id_string": "f9efdb-ebd9b4-9dbc98-638889-retroswatch",
            "name": "Ember Meadow",
            "colors": [
                "#F9EFDB",
                "#EBD9B4",
                "#9DBC98",
                "#638889"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.237797Z"
        }
    ]
}