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=-created&page=24
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=-created&page=25",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=23"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1122,
            "id_string": "040303-461111-a13333-b3541e-candytone",
            "name": "Coral Meadow",
            "colors": [
                "#040303",
                "#461111",
                "#A13333",
                "#B3541E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.460926Z"
        },
        {
            "id": 1121,
            "id_string": "f8ede3-dfd3c3-d0b8a8-8d493a-coloreef",
            "name": "Ember Meadow",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#8D493A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.456277Z"
        },
        {
            "id": 1120,
            "id_string": "628395-262a53-ffa0a0-ffe3e3-cobaltcat",
            "name": "Ruby Hush",
            "colors": [
                "#628395",
                "#262A53",
                "#FFA0A0",
                "#FFE3E3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.451861Z"
        },
        {
            "id": 1119,
            "id_string": "49243e-704264-bb8493-dbafa0-retroswatch",
            "name": "Cool Amber Grove",
            "colors": [
                "#49243E",
                "#704264",
                "#BB8493",
                "#DBAFA0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.447248Z"
        },
        {
            "id": 1118,
            "id_string": "c21010-e64848-fffde3-cfe8a9-minthaze",
            "name": "Electric Honey Mist",
            "colors": [
                "#C21010",
                "#E64848",
                "#FFFDE3",
                "#CFE8A9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.442626Z"
        },
        {
            "id": 1117,
            "id_string": "ff6d60-f7d060-f3e99f-98d8aa-palettepup",
            "name": "Crimson Field",
            "colors": [
                "#FF6D60",
                "#F7D060",
                "#F3E99F",
                "#98D8AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.438030Z"
        },
        {
            "id": 1116,
            "id_string": "f8f3d9-ebe5c2-b9b28a-504b38-hexharbor",
            "name": "Cool Honey Sunset",
            "colors": [
                "#F8F3D9",
                "#EBE5C2",
                "#B9B28A",
                "#504B38"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.433345Z"
        },
        {
            "id": 1115,
            "id_string": "ffc93c-dbf6e9-9ddfd3-31326f-huedrift",
            "name": "Apricot Grove",
            "colors": [
                "#FFC93C",
                "#DBF6E9",
                "#9DDFD3",
                "#31326F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.428417Z"
        },
        {
            "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": 1113,
            "id_string": "f1c5c5-faf0af-e5edb7-8bcdcd-duskpixel",
            "name": "Cloud Sunbeam Bay",
            "colors": [
                "#F1C5C5",
                "#FAF0AF",
                "#E5EDB7",
                "#8BCDCD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.419353Z"
        }
    ]
}