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=22
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=23",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=21"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 296,
            "id_string": "ffffff-000000-ff3a1d-0011ff-shrecklings",
            "name": "Tiktok",
            "colors": [
                "#FFFFFF",
                "#000000",
                "#FF3A1D",
                "#0011FF"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.190208Z"
        },
        {
            "id": 1097,
            "id_string": "025464-e57c23-e8aa42-f8f1f1-huedrift",
            "name": "Tide Tide",
            "colors": [
                "#025464",
                "#E57C23",
                "#E8AA42",
                "#F8F1F1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.345113Z"
        },
        {
            "id": 670,
            "id_string": "e8ded2-a3d2ca-5eaaa8-056676-nordichue",
            "name": "Tide Tide",
            "colors": [
                "#E8DED2",
                "#A3D2CA",
                "#5EAAA8",
                "#056676"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.710722Z"
        },
        {
            "id": 994,
            "id_string": "34626c-839b97-cfd3ce-c6b497-swatchbird",
            "name": "Tide Mist",
            "colors": [
                "#34626C",
                "#839B97",
                "#CFD3CE",
                "#C6B497"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.856798Z"
        },
        {
            "id": 747,
            "id_string": "204051-3b6978-84a9ac-cae8d5-coloreef",
            "name": "Tide Haze",
            "colors": [
                "#204051",
                "#3B6978",
                "#84A9AC",
                "#CAE8D5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.087034Z"
        },
        {
            "id": 399,
            "id_string": "040d12-183d3d-5c8374-93b1a6-nordichue",
            "name": "Tide Haze",
            "colors": [
                "#040D12",
                "#183D3D",
                "#5C8374",
                "#93B1A6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.299503Z"
        },
        {
            "id": 1272,
            "id_string": "00bcd4-b2ebf2-ff5722-dd2c00-swatchbird",
            "name": "Tide Field",
            "colors": [
                "#00BCD4",
                "#B2EBF2",
                "#FF5722",
                "#DD2C00"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.207052Z"
        },
        {
            "id": 545,
            "id_string": "dff2eb-b9e5e8-7ab2d3-4a628a-studiomochi",
            "name": "Tide Drift",
            "colors": [
                "#DFF2EB",
                "#B9E5E8",
                "#7AB2D3",
                "#4A628A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.072509Z"
        },
        {
            "id": 892,
            "id_string": "a2d2ff-fef9ef-ff865e-fee440-nordichue",
            "name": "Tide Bloom",
            "colors": [
                "#A2D2FF",
                "#FEF9EF",
                "#FF865E",
                "#FEE440"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.158417Z"
        },
        {
            "id": 459,
            "id_string": "164863-427d9d-9bbec8-ddf2fd-candytone",
            "name": "Tide Bay",
            "colors": [
                "#164863",
                "#427D9D",
                "#9BBEC8",
                "#DDF2FD"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.578800Z"
        }
    ]
}