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=color_count&page=26
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=color_count&page=27",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=25"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1012,
            "id_string": "03001c-301e67-5b8fb9-b6eada-minthaze",
            "name": "Vivid Azure Bloom",
            "colors": [
                "#03001C",
                "#301E67",
                "#5B8FB9",
                "#B6EADA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.940340Z"
        },
        {
            "id": 544,
            "id_string": "d1e9f6-f6eacb-f1d3ce-eecad5-palettepup",
            "name": "Cloud Ember Dawn",
            "colors": [
                "#D1E9F6",
                "#F6EACB",
                "#F1D3CE",
                "#EECAD5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.067922Z"
        },
        {
            "id": 518,
            "id_string": "d9e4dd-fbf7f0-cdc9c3-555555-minthaze",
            "name": "Apricot Veil",
            "colors": [
                "#D9E4DD",
                "#FBF7F0",
                "#CDC9C3",
                "#555555"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.886166Z"
        },
        {
            "id": 714,
            "id_string": "f1f3f8-d6e0f0-8d93ab-393b44-minthaze",
            "name": "Cool Cobalt Field",
            "colors": [
                "#F1F3F8",
                "#D6E0F0",
                "#8D93AB",
                "#393B44"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.920085Z"
        },
        {
            "id": 583,
            "id_string": "f0ece2-dfd3c3-c7b198-596e79-minthaze",
            "name": "Warm Ember Dream",
            "colors": [
                "#F0ECE2",
                "#DFD3C3",
                "#C7B198",
                "#596E79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.257059Z"
        },
        {
            "id": 425,
            "id_string": "faf3e0-eabf9f-b68973-1e212d-candytone",
            "name": "Vivid Coral Mist",
            "colors": [
                "#FAF3E0",
                "#EABF9F",
                "#B68973",
                "#1E212D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.422221Z"
        },
        {
            "id": 869,
            "id_string": "294b29-50623a-789461-dbe7c9-retroswatch",
            "name": "Warm Lime Harbor",
            "colors": [
                "#294B29",
                "#50623A",
                "#789461",
                "#DBE7C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.048250Z"
        },
        {
            "id": 716,
            "id_string": "272829-61677a-d8d9da-fff6e0-swatchbird",
            "name": "Vivid Coral Dusk",
            "colors": [
                "#272829",
                "#61677A",
                "#D8D9DA",
                "#FFF6E0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.929268Z"
        },
        {
            "id": 463,
            "id_string": "1fab89-62d2a2-9df3c4-d7fbe8-cobaltcat",
            "name": "Neon Jade Sunset",
            "colors": [
                "#1FAB89",
                "#62D2A2",
                "#9DF3C4",
                "#D7FBE8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.599625Z"
        },
        {
            "id": 499,
            "id_string": "472d2d-553939-704f4f-a77979-cobaltcat",
            "name": "Scarlet Bloom",
            "colors": [
                "#472D2D",
                "#553939",
                "#704F4F",
                "#A77979"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.771432Z"
        }
    ]
}