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=54
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=55",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=53"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 875,
            "id_string": "9be3de-beebe9-fffdf9-ffe3ed-retroswatch",
            "name": "Cloud Amber Haze",
            "colors": [
                "#9BE3DE",
                "#BEEBE9",
                "#FFFDF9",
                "#FFE3ED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.080448Z"
        },
        {
            "id": 685,
            "id_string": "fff3c7-fec7b4-fc819e-f7418f-paperfox",
            "name": "Sunbeam Dawn",
            "colors": [
                "#FFF3C7",
                "#FEC7B4",
                "#FC819E",
                "#F7418F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.785379Z"
        },
        {
            "id": 891,
            "id_string": "120078-9d0191-fd3a69-fecd1a-pixelpine",
            "name": "Electric Sky Tide",
            "colors": [
                "#120078",
                "#9D0191",
                "#FD3A69",
                "#FECD1A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.153952Z"
        },
        {
            "id": 888,
            "id_string": "fcdada-ffa5a5-5c969e-3d7ea6-retroswatch",
            "name": "Neon Crimson Dawn",
            "colors": [
                "#FCDADA",
                "#FFA5A5",
                "#5C969E",
                "#3D7EA6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.139975Z"
        },
        {
            "id": 625,
            "id_string": "fcf8e8-ecdfc8-ecb390-df7861-hexharbor",
            "name": "Pastel Gold Dawn",
            "colors": [
                "#FCF8E8",
                "#ECDFC8",
                "#ECB390",
                "#DF7861"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.462172Z"
        },
        {
            "id": 1201,
            "id_string": "ff5c58-fe8f8f-fcd2d1-ffedd3-swatchbird",
            "name": "Pastel Ruby Mist",
            "colors": [
                "#FF5C58",
                "#FE8F8F",
                "#FCD2D1",
                "#FFEDD3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.837047Z"
        },
        {
            "id": 490,
            "id_string": "ff8787-f8c4b4-e5ebb2-bce29e-candytone",
            "name": "Soft Scarlet Drift",
            "colors": [
                "#FF8787",
                "#F8C4B4",
                "#E5EBB2",
                "#BCE29E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.730617Z"
        },
        {
            "id": 882,
            "id_string": "1f2544-474f7a-81689d-ffd0ec-mossyhex",
            "name": "Mauve Bloom",
            "colors": [
                "#1F2544",
                "#474F7A",
                "#81689D",
                "#FFD0EC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.112292Z"
        },
        {
            "id": 1018,
            "id_string": "22a699-f2be22-f29727-f24c3d-nordichue",
            "name": "Neon Gold Grove",
            "colors": [
                "#22A699",
                "#F2BE22",
                "#F29727",
                "#F24C3D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.968197Z"
        },
        {
            "id": 750,
            "id_string": "eb455f-fcffe7-bad7e9-2b3467-tonecraft",
            "name": "Fern Sunset",
            "colors": [
                "#EB455F",
                "#FCFFE7",
                "#BAD7E9",
                "#2B3467"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.100505Z"
        }
    ]
}