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=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=-name&page=25",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=23"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 495,
            "id_string": "f5f0bb-c4dfaa-90c8ac-73a9ad-nordichue",
            "name": "Sunbeam Harbor",
            "colors": [
                "#F5F0BB",
                "#C4DFAA",
                "#90C8AC",
                "#73A9AD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.753387Z"
        },
        {
            "id": 617,
            "id_string": "fcf8e8-94b49f-ecb390-df7861-nordichue",
            "name": "Sunbeam Grove",
            "colors": [
                "#FCF8E8",
                "#94B49F",
                "#ECB390",
                "#DF7861"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.424223Z"
        },
        {
            "id": 510,
            "id_string": "12372a-436850-adbc9f-fbfada-duskpixel",
            "name": "Sunbeam Dusk",
            "colors": [
                "#12372A",
                "#436850",
                "#ADBC9F",
                "#FBFADA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.824723Z"
        },
        {
            "id": 746,
            "id_string": "fffbeb-495579-263159-251749-palettepup",
            "name": "Sunbeam Drift",
            "colors": [
                "#FFFBEB",
                "#495579",
                "#263159",
                "#251749"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.079900Z"
        },
        {
            "id": 422,
            "id_string": "3c6255-61876e-a6bb8d-eae7b1-paperfox",
            "name": "Sunbeam Dream",
            "colors": [
                "#3C6255",
                "#61876E",
                "#A6BB8D",
                "#EAE7B1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.408284Z"
        },
        {
            "id": 889,
            "id_string": "c0c78c-a6b37d-fefae0-b99470-paperfox",
            "name": "Sunbeam Dawn",
            "colors": [
                "#C0C78C",
                "#A6B37D",
                "#FEFAE0",
                "#B99470"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.144644Z"
        },
        {
            "id": 685,
            "id_string": "fff3c7-fec7b4-fc819e-f7418f-paperfox",
            "name": "Sunbeam Dawn",
            "colors": [
                "#FFF3C7",
                "#FEC7B4",
                "#FC819E",
                "#F7418F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.785379Z"
        },
        {
            "id": 858,
            "id_string": "fbfad3-c6e377-729d39-36622b-candytone",
            "name": "Sunbeam Bay",
            "colors": [
                "#FBFAD3",
                "#C6E377",
                "#729D39",
                "#36622B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.985173Z"
        },
        {
            "id": 49,
            "id_string": "ce75d7-121712-3e943a-52b62d-48c119-bb1b15-8b1424-e3f5f2-d423d9a5-foxblack",
            "name": "Strawberry",
            "colors": [
                "#CE75D7",
                "#121712",
                "#3E943A",
                "#52B62D",
                "#48C119",
                "#BB1B15",
                "#8B1424",
                "#E3F5F2",
                "#FFFFFF"
            ],
            "color_count": 9,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.117282Z"
        },
        {
            "id": 152,
            "id_string": "847e87-000000-9badb7-ffffff-lam",
            "name": "Stormtrooper - Starwar",
            "colors": [
                "#847E87",
                "#000000",
                "#9BADB7",
                "#FFFFFF"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.193370Z"
        }
    ]
}