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=-name&page=3
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=-name&page=4",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=2"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 440,
            "id_string": "618264-79ac78-b0d9b1-d0e7d2-paperfox",
            "name": "Warm Moss Veil",
            "colors": [
                "#618264",
                "#79AC78",
                "#B0D9B1",
                "#D0E7D2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.491568Z"
        },
        {
            "id": 800,
            "id_string": "b9eddd-87cbb9-569daa-577d86-mossyhex",
            "name": "Warm Mint Bay",
            "colors": [
                "#B9EDDD",
                "#87CBB9",
                "#569DAA",
                "#577D86"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.335267Z"
        },
        {
            "id": 1147,
            "id_string": "7fc8a9-d5eebb-5f7a61-444941-paperfox",
            "name": "Warm Meadow Dusk",
            "colors": [
                "#7FC8A9",
                "#D5EEBB",
                "#5F7A61",
                "#444941"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.577605Z"
        },
        {
            "id": 599,
            "id_string": "8e7ab5-b784b7-e493b3-eea5a6-candytone",
            "name": "Warm Magenta Mist",
            "colors": [
                "#8E7AB5",
                "#B784B7",
                "#E493B3",
                "#EEA5A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.332772Z"
        },
        {
            "id": 473,
            "id_string": "43766c-f8fae5-b19470-76453b-pixelpine",
            "name": "Warm Lime Meadow",
            "colors": [
                "#43766C",
                "#F8FAE5",
                "#B19470",
                "#76453B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.647856Z"
        },
        {
            "id": 869,
            "id_string": "294b29-50623a-789461-dbe7c9-retroswatch",
            "name": "Warm Lime Harbor",
            "colors": [
                "#294B29",
                "#50623A",
                "#789461",
                "#DBE7C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.048250Z"
        },
        {
            "id": 1083,
            "id_string": "d8efd3-95d2b3-55ad9b-f1f8e8-cobaltcat",
            "name": "Warm Lime Grove",
            "colors": [
                "#D8EFD3",
                "#95D2B3",
                "#55AD9B",
                "#F1F8E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.278112Z"
        },
        {
            "id": 1114,
            "id_string": "ecf4d6-9ad0c2-2d9596-265073-tonecraft",
            "name": "Warm Lime Dawn",
            "colors": [
                "#ECF4D6",
                "#9AD0C2",
                "#2D9596",
                "#265073"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.423947Z"
        },
        {
            "id": 995,
            "id_string": "2f8f9d-3bacb6-82dbd8-b3e8e5-paperfox",
            "name": "Warm Lagoon Meadow",
            "colors": [
                "#2F8F9D",
                "#3BACB6",
                "#82DBD8",
                "#B3E8E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.861547Z"
        },
        {
            "id": 1047,
            "id_string": "89b5af-96c7c1-ded9c4-d0cab2-candytone",
            "name": "Warm Lagoon Haze",
            "colors": [
                "#89B5AF",
                "#96C7C1",
                "#DED9C4",
                "#D0CAB2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.110622Z"
        }
    ]
}