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=-name&page=6
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=-name&page=7",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=5"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 466,
            "id_string": "f0ece3-dfd3c3-c7b198-596e79-paperfox",
            "name": "Warm Coral Dream",
            "colors": [
                "#F0ECE3",
                "#DFD3C3",
                "#C7B198",
                "#596E79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.613458Z"
        },
        {
            "id": 408,
            "id_string": "9babb8-eee3cb-d7c0ae-967e76-pixelpine",
            "name": "Warm Coral Dream",
            "colors": [
                "#9BABB8",
                "#EEE3CB",
                "#D7C0AE",
                "#967E76"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.341216Z"
        },
        {
            "id": 516,
            "id_string": "213555-3e5879-d8c4b6-f5efe7-studiomochi",
            "name": "Warm Azure Hush",
            "colors": [
                "#213555",
                "#3E5879",
                "#D8C4B6",
                "#F5EFE7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.869104Z"
        },
        {
            "id": 579,
            "id_string": "e9d5da-827397-4d4c7d-363062-retroswatch",
            "name": "Warm Azure Bloom",
            "colors": [
                "#E9D5DA",
                "#827397",
                "#4D4C7D",
                "#363062"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.237629Z"
        },
        {
            "id": 1079,
            "id_string": "100f0f-0f3d3e-e2dcc8-f1f1f1-duskpixel",
            "name": "Warm Aqua Haze",
            "colors": [
                "#100F0F",
                "#0F3D3E",
                "#E2DCC8",
                "#F1F1F1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.259907Z"
        },
        {
            "id": 1081,
            "id_string": "ede6db-417d7a-1d5c63-1a3c40-huedrift",
            "name": "Warm Aqua Bloom",
            "colors": [
                "#EDE6DB",
                "#417D7A",
                "#1D5C63",
                "#1A3C40"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.268983Z"
        },
        {
            "id": 886,
            "id_string": "e9d5ca-827397-4d4c7d-363062-pixelpine",
            "name": "Warm Apricot Tide",
            "colors": [
                "#E9D5CA",
                "#827397",
                "#4D4C7D",
                "#363062"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.131029Z"
        },
        {
            "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": 394,
            "id_string": "e5d9b6-a4be7b-5f8d4e-285430-tonecraft",
            "name": "Warm Apricot Bay",
            "colors": [
                "#E5D9B6",
                "#A4BE7B",
                "#5F8D4E",
                "#285430"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.276524Z"
        },
        {
            "id": 357,
            "id_string": "2c3639-3f4e4f-a27b5c-dcd7c9-tonecraft",
            "name": "Warm Amber Harbor",
            "colors": [
                "#2C3639",
                "#3F4E4F",
                "#A27B5C",
                "#DCD7C9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.102674Z"
        }
    ]
}