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=28
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=29",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=27"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 570,
            "id_string": "dbd0c0-faeee0-f9e4c8-f9cf93-studiomochi",
            "name": "Cloud Amber Field",
            "colors": [
                "#DBD0C0",
                "#FAEEE0",
                "#F9E4C8",
                "#F9CF93"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.193441Z"
        },
        {
            "id": 925,
            "id_string": "fff5e0-ff6969-c70039-141e46-pixelpine",
            "name": "Vivid Amber Drift",
            "colors": [
                "#FFF5E0",
                "#FF6969",
                "#C70039",
                "#141E46"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.317379Z"
        },
        {
            "id": 1092,
            "id_string": "ffa41b-000839-005082-00a8cc-mossyhex",
            "name": "Coral Dusk",
            "colors": [
                "#FFA41B",
                "#000839",
                "#005082",
                "#00A8CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.319647Z"
        },
        {
            "id": 806,
            "id_string": "0079ff-00dfa2-f6fa70-ff0060-studiomochi",
            "name": "Neon Cobalt Hush",
            "colors": [
                "#0079FF",
                "#00DFA2",
                "#F6FA70",
                "#FF0060"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.373400Z"
        },
        {
            "id": 436,
            "id_string": "a0c49d-c4d7b2-e1ecc8-f7ffe5-huedrift",
            "name": "Soft Meadow Meadow",
            "colors": [
                "#A0C49D",
                "#C4D7B2",
                "#E1ECC8",
                "#F7FFE5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.473199Z"
        },
        {
            "id": 983,
            "id_string": "e8ecf1-b5cfd8-7393a7-6c737e-nordichue",
            "name": "Warm Tide Drift",
            "colors": [
                "#E8ECF1",
                "#B5CFD8",
                "#7393A7",
                "#6C737E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.805753Z"
        },
        {
            "id": 612,
            "id_string": "142850-27496d-00909e-dae1e7-mossyhex",
            "name": "Vivid Tide Hush",
            "colors": [
                "#142850",
                "#27496D",
                "#00909E",
                "#DAE1E7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.394285Z"
        },
        {
            "id": 568,
            "id_string": "e4c59e-af8260-803d3b-322c2b-swatchbird",
            "name": "Ember Harbor",
            "colors": [
                "#E4C59E",
                "#AF8260",
                "#803D3B",
                "#322C2B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.184131Z"
        },
        {
            "id": 772,
            "id_string": "e1ffb1-c7f2a4-b6e388-fcffb2-candytone",
            "name": "Soft Meadow Tide",
            "colors": [
                "#E1FFB1",
                "#C7F2A4",
                "#B6E388",
                "#FCFFB2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.204087Z"
        },
        {
            "id": 1043,
            "id_string": "392467-5d3587-a367b1-ffd1e3-pixelpine",
            "name": "Vivid Rose Breeze",
            "colors": [
                "#392467",
                "#5D3587",
                "#A367B1",
                "#FFD1E3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.092475Z"
        }
    ]
}