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=85
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=86",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=84"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 428,
            "id_string": "f5e8c7-deba9d-9e7777-6f4c5b-nordichue",
            "name": "Cool Amber Harbor",
            "colors": [
                "#F5E8C7",
                "#DEBA9D",
                "#9E7777",
                "#6F4C5B"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.436555Z"
        },
        {
            "id": 327,
            "id_string": "5a6988-c0cbdc-ffffff-8b9bb4-hoanglambk57",
            "name": "4-color palette",
            "colors": [
                "#5A6988",
                "#C0CBDC",
                "#FFFFFF",
                "#8B9BB4"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.395095Z"
        },
        {
            "id": 1041,
            "id_string": "ff4646-ff8585-ffb396-fff5c0-retroswatch",
            "name": "Electric Scarlet Breeze",
            "colors": [
                "#FF4646",
                "#FF8585",
                "#FFB396",
                "#FFF5C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.083193Z"
        },
        {
            "id": 1049,
            "id_string": "b590ca-a8d3da-f5cab3-f3ecb8-nordichue",
            "name": "Neon Apricot Dream",
            "colors": [
                "#B590CA",
                "#A8D3DA",
                "#F5CAB3",
                "#F3ECB8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.119794Z"
        },
        {
            "id": 1052,
            "id_string": "ff8ba7-ffc6c7-faeee7-c3f0ca-mossyhex",
            "name": "Pastel Magenta Veil",
            "colors": [
                "#FF8BA7",
                "#FFC6C7",
                "#FAEEE7",
                "#C3F0CA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.133606Z"
        },
        {
            "id": 1050,
            "id_string": "819a91-a7c1a8-d1d8be-eeefe0-tonecraft",
            "name": "Cool Gold Dusk",
            "colors": [
                "#819A91",
                "#A7C1A8",
                "#D1D8BE",
                "#EEEFE0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.124249Z"
        },
        {
            "id": 278,
            "id_string": "000000-ff0001-ffffff-niels",
            "name": "Mushroom - Super Mario",
            "colors": [
                "#000000",
                "#FF0001",
                "#FFFFFF"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.057900Z"
        },
        {
            "id": 990,
            "id_string": "283149-404b69-f73859-dbedf3-coloreef",
            "name": "Blush Grove",
            "colors": [
                "#283149",
                "#404B69",
                "#F73859",
                "#DBEDF3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.838637Z"
        },
        {
            "id": 824,
            "id_string": "ffefe0-fed9ca-c5c5c5-7d7d7d-palettepup",
            "name": "Coral Meadow",
            "colors": [
                "#FFEFE0",
                "#FED9CA",
                "#C5C5C5",
                "#7D7D7D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.600609Z"
        },
        {
            "id": 724,
            "id_string": "050c9c-3572ef-3abef9-a7e6ff-huedrift",
            "name": "Neon Cyan Veil",
            "colors": [
                "#050C9C",
                "#3572EF",
                "#3ABEF9",
                "#A7E6FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.966617Z"
        }
    ]
}