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=like_count&page=42
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=like_count&page=43",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=41"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1233,
            "id_string": "3d8d7a-b3d8a8-fbffe4-a3d1c6-retroswatch",
            "name": "Electric Meadow Dawn",
            "colors": [
                "#3D8D7A",
                "#B3D8A8",
                "#FBFFE4",
                "#A3D1C6"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.986260Z"
        },
        {
            "id": 1204,
            "id_string": "59d5e0-f5dd61-faa300-f4538a-paperfox",
            "name": "Electric Ember Mist",
            "colors": [
                "#59D5E0",
                "#F5DD61",
                "#FAA300",
                "#F4538A"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.850802Z"
        },
        {
            "id": 1293,
            "id_string": "ffe194-e8f6ef-b8dfd8-4c4c6d-hexharbor",
            "name": "Vivid Amber Grove",
            "colors": [
                "#FFE194",
                "#E8F6EF",
                "#B8DFD8",
                "#4C4C6D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.306886Z"
        },
        {
            "id": 1173,
            "id_string": "11009e-4942e4-8696fe-c4b0ff-cobaltcat",
            "name": "Sky Sunset",
            "colors": [
                "#11009E",
                "#4942E4",
                "#8696FE",
                "#C4B0FF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.707325Z"
        },
        {
            "id": 1276,
            "id_string": "cd5d7d-f6ecf0-a7c5eb-949cdf-tonecraft",
            "name": "Cobalt Sunset",
            "colors": [
                "#CD5D7D",
                "#F6ECF0",
                "#A7C5EB",
                "#949CDF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.226975Z"
        },
        {
            "id": 1163,
            "id_string": "000000-6a097d-c060a1-f1d4d4-nordichue",
            "name": "Neon Mauve Dawn",
            "colors": [
                "#000000",
                "#6A097D",
                "#C060A1",
                "#F1D4D4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.661765Z"
        },
        {
            "id": 1198,
            "id_string": "91ddcf-f7f9f2-e8c5e5-f19ed2-studiomochi",
            "name": "Soft Orchid Dawn",
            "colors": [
                "#91DDCF",
                "#F7F9F2",
                "#E8C5E5",
                "#F19ED2"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.823010Z"
        },
        {
            "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": 1181,
            "id_string": "a6e4e7-f9f9f9-ebcbae-8f8787-studiomochi",
            "name": "Warm Ember Bloom",
            "colors": [
                "#A6E4E7",
                "#F9F9F9",
                "#EBCBAE",
                "#8F8787"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.743994Z"
        },
        {
            "id": 1239,
            "id_string": "711db0-c21292-ef4040-ffa732-pixelpine",
            "name": "Vivid Apricot Dusk",
            "colors": [
                "#711DB0",
                "#C21292",
                "#EF4040",
                "#FFA732"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.018232Z"
        }
    ]
}