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=27
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=28",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=26"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "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"
        },
        {
            "id": 564,
            "id_string": "a1ccd1-f4f2de-e9b384-7c9d96-nordichue",
            "name": "Cool Amber Hush",
            "colors": [
                "#A1CCD1",
                "#F4F2DE",
                "#E9B384",
                "#7C9D96"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.165687Z"
        },
        {
            "id": 947,
            "id_string": "161616-346751-c84b31-ecdbba-swatchbird",
            "name": "Rose Bay",
            "colors": [
                "#161616",
                "#346751",
                "#C84B31",
                "#ECDBBA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.501132Z"
        },
        {
            "id": 502,
            "id_string": "dff4f3-dde7f2-b9bbdf-878ecd-tonecraft",
            "name": "Cloud Lagoon Harbor",
            "colors": [
                "#DFF4F3",
                "#DDE7F2",
                "#B9BBDF",
                "#878ECD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.785260Z"
        }
    ]
}