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=78
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=79",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=77"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 481,
            "id_string": "ea907a-fbc687-f4f7c5-aacdbe-cobaltcat",
            "name": "Coral Dawn",
            "colors": [
                "#EA907A",
                "#FBC687",
                "#F4F7C5",
                "#AACDBE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.688873Z"
        },
        {
            "id": 814,
            "id_string": "de8971-7b6079-a7d0cd-ffe9d6-swatchbird",
            "name": "Neon Amber Sunset",
            "colors": [
                "#DE8971",
                "#7B6079",
                "#A7D0CD",
                "#FFE9D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.430056Z"
        },
        {
            "id": 466,
            "id_string": "f0ece3-dfd3c3-c7b198-596e79-paperfox",
            "name": "Warm Coral Dream",
            "colors": [
                "#F0ECE3",
                "#DFD3C3",
                "#C7B198",
                "#596E79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.613458Z"
        },
        {
            "id": 519,
            "id_string": "838383-ad9d9d-d9adad-fccbcb-palettepup",
            "name": "Electric Ruby Dream",
            "colors": [
                "#838383",
                "#AD9D9D",
                "#D9ADAD",
                "#FCCBCB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.897540Z"
        },
        {
            "id": 986,
            "id_string": "f2e3db-41644a-263a29-e86a33-huedrift",
            "name": "Electric Apricot Dream",
            "colors": [
                "#F2E3DB",
                "#41644A",
                "#263A29",
                "#E86A33"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.819780Z"
        },
        {
            "id": 533,
            "id_string": "e97777-ff9f9f-fcddb0-fffad7-nordichue",
            "name": "Cloud Scarlet Sunset",
            "colors": [
                "#E97777",
                "#FF9F9F",
                "#FCDDB0",
                "#FFFAD7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.010322Z"
        },
        {
            "id": 1033,
            "id_string": "952323-a73121-dad4b5-f2e8c6-duskpixel",
            "name": "Cool Rose Haze",
            "colors": [
                "#952323",
                "#A73121",
                "#DAD4B5",
                "#F2E8C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.043918Z"
        },
        {
            "id": 803,
            "id_string": "0a043c-03506f-bbbbbb-ffe3d8-swatchbird",
            "name": "Electric Coral Tide",
            "colors": [
                "#0A043C",
                "#03506F",
                "#BBBBBB",
                "#FFE3D8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.359679Z"
        },
        {
            "id": 541,
            "id_string": "bfecff-cdc1ff-fff6e3-ffccea-mossyhex",
            "name": "Pastel Cyan Mist",
            "colors": [
                "#BFECFF",
                "#CDC1FF",
                "#FFF6E3",
                "#FFCCEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.052698Z"
        },
        {
            "id": 563,
            "id_string": "645cbb-a084dc-bface2-ebc7e6-coloreef",
            "name": "Warm Iris Tide",
            "colors": [
                "#645CBB",
                "#A084DC",
                "#BFACE2",
                "#EBC7E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.160807Z"
        }
    ]
}