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=94
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=95",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=93"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "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": 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": 677,
            "id_string": "000000-150050-3f0071-610094-studiomochi",
            "name": "Deep Indigo Glow",
            "colors": [
                "#000000",
                "#150050",
                "#3F0071",
                "#610094"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.743160Z"
        },
        {
            "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": 954,
            "id_string": "ffefa0-ffd57e-fca652-ac4b1c-mossyhex",
            "name": "Electric Gold Grove",
            "colors": [
                "#FFEFA0",
                "#FFD57E",
                "#FCA652",
                "#AC4B1C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.571479Z"
        },
        {
            "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": 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": 720,
            "id_string": "f9f3df-fdfce5-d7e9f7-f4d19b-coloreef",
            "name": "Cloud Gold Hush",
            "colors": [
                "#F9F3DF",
                "#FDFCE5",
                "#D7E9F7",
                "#F4D19B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.948043Z"
        },
        {
            "id": 668,
            "id_string": "ffedfa-ffb8e0-ec7fa9-be5985-swatchbird",
            "name": "Mauve Dawn",
            "colors": [
                "#FFEDFA",
                "#FFB8E0",
                "#EC7FA9",
                "#BE5985"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.701694Z"
        },
        {
            "id": 790,
            "id_string": "212121-6d9886-d9cab3-f6f6f6-retroswatch",
            "name": "Apricot Bay",
            "colors": [
                "#212121",
                "#6D9886",
                "#D9CAB3",
                "#F6F6F6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.289069Z"
        }
    ]
}