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=color_count&page=43
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=color_count&page=44",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=42"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 644,
            "id_string": "3a3845-f7ccac-c69b7b-826f66-minthaze",
            "name": "Electric Coral Dusk",
            "colors": [
                "#3A3845",
                "#F7CCAC",
                "#C69B7B",
                "#826F66"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.588003Z"
        },
        {
            "id": 827,
            "id_string": "fabea7-fbe2e5-9cada4-767c77-paperfox",
            "name": "Amber Drift",
            "colors": [
                "#FABEA7",
                "#FBE2E5",
                "#9CADA4",
                "#767C77"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.628079Z"
        },
        {
            "id": 744,
            "id_string": "fff2f2-a9b5df-7886c7-2d336b-studiomochi",
            "name": "Electric Scarlet Meadow",
            "colors": [
                "#FFF2F2",
                "#A9B5DF",
                "#7886C7",
                "#2D336B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.070754Z"
        },
        {
            "id": 775,
            "id_string": "f0e3ca-ff8303-a35709-1b1a17-duskpixel",
            "name": "Neon Coral Harbor",
            "colors": [
                "#F0E3CA",
                "#FF8303",
                "#A35709",
                "#1B1A17"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.218727Z"
        },
        {
            "id": 566,
            "id_string": "ccf6c8-fafcc2-f6d6ad-f9c0c0-mossyhex",
            "name": "Cloud Citrine Field",
            "colors": [
                "#CCF6C8",
                "#FAFCC2",
                "#F6D6AD",
                "#F9C0C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.174944Z"
        },
        {
            "id": 131,
            "id_string": "ecbd10-2e2e2d-000000-5f5f5f-comficker",
            "name": "Angry Birds 8bit: Bomb",
            "colors": [
                "#ECBD10",
                "#2E2E2D",
                "#000000",
                "#5F5F5F"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.629184Z"
        },
        {
            "id": 784,
            "id_string": "aae3e2-d9acf5-ffcefe-fdebed-minthaze",
            "name": "Cloud Mauve Mist",
            "colors": [
                "#AAE3E2",
                "#D9ACF5",
                "#FFCEFE",
                "#FDEBED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.261543Z"
        },
        {
            "id": 867,
            "id_string": "80bcbd-aad9bb-d5f0c1-f9f7c9-hexharbor",
            "name": "Citrine Dawn",
            "colors": [
                "#80BCBD",
                "#AAD9BB",
                "#D5F0C1",
                "#F9F7C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.033027Z"
        },
        {
            "id": 492,
            "id_string": "f1e5d1-dbb5b5-c39898-987070-pixelpine",
            "name": "Cool Apricot Tide",
            "colors": [
                "#F1E5D1",
                "#DBB5B5",
                "#C39898",
                "#987070"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.739572Z"
        },
        {
            "id": 404,
            "id_string": "ffb9b9-ffddd2-ffacc7-ff8dc7-pixelpine",
            "name": "Cloud Crimson Mist",
            "colors": [
                "#FFB9B9",
                "#FFDDD2",
                "#FFACC7",
                "#FF8DC7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.322613Z"
        }
    ]
}