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=43
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=44",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=42"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 590,
            "id_string": "6482ad-7fa1c3-e2dad6-f5eded-candytone",
            "name": "Cool Sky Glow",
            "colors": [
                "#6482AD",
                "#7FA1C3",
                "#E2DAD6",
                "#F5EDED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.289503Z"
        },
        {
            "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": 392,
            "id_string": "f0ebe3-e4dccf-7d9d9c-576f72-palettepup",
            "name": "Warm Amber Dusk",
            "colors": [
                "#F0EBE3",
                "#E4DCCF",
                "#7D9D9C",
                "#576F72"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.267388Z"
        },
        {
            "id": 643,
            "id_string": "800000-982b1c-dad4b5-f2e8c6-hexharbor",
            "name": "Electric Ruby Dawn",
            "colors": [
                "#800000",
                "#982B1C",
                "#DAD4B5",
                "#F2E8C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.583401Z"
        },
        {
            "id": 964,
            "id_string": "4d455d-e96479-f5e9cf-7db9b6-studiomochi",
            "name": "Vivid Magenta Hush",
            "colors": [
                "#4D455D",
                "#E96479",
                "#F5E9CF",
                "#7DB9B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.697094Z"
        },
        {
            "id": 387,
            "id_string": "ffcfdf-fefdca-e0f9b5-a5dee5-candytone",
            "name": "Pastel Blush Hush",
            "colors": [
                "#FFCFDF",
                "#FEFDCA",
                "#E0F9B5",
                "#A5DEE5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.244475Z"
        },
        {
            "id": 797,
            "id_string": "f7dad9-fff5da-d6d2c4-5d534a-huedrift",
            "name": "Neon Coral Bloom",
            "colors": [
                "#F7DAD9",
                "#FFF5DA",
                "#D6D2C4",
                "#5D534A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.321423Z"
        },
        {
            "id": 718,
            "id_string": "f6d7a7-f6eabe-c8e3d4-87aaaa-retroswatch",
            "name": "Neon Amber Field",
            "colors": [
                "#F6D7A7",
                "#F6EABE",
                "#C8E3D4",
                "#87AAAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.938797Z"
        },
        {
            "id": 985,
            "id_string": "94d0cc-eec4c4-f29191-d1d9d9-tonecraft",
            "name": "Pale Rose Bloom",
            "colors": [
                "#94D0CC",
                "#EEC4C4",
                "#F29191",
                "#D1D9D9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.815005Z"
        },
        {
            "id": 621,
            "id_string": "272343-ffffff-e3f6f5-bae8e8-palettepup",
            "name": "Teal Haze",
            "colors": [
                "#272343",
                "#FFFFFF",
                "#E3F6F5",
                "#BAE8E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.443558Z"
        }
    ]
}