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=download_count&page=22
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=download_count&page=23",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=21"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1041,
            "id_string": "ff4646-ff8585-ffb396-fff5c0-retroswatch",
            "name": "Electric Scarlet Breeze",
            "colors": [
                "#FF4646",
                "#FF8585",
                "#FFB396",
                "#FFF5C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.083193Z"
        },
        {
            "id": 1032,
            "id_string": "d77fa1-baabda-d6e5fa-fff9f9-huedrift",
            "name": "Pastel Rose Hush",
            "colors": [
                "#D77FA1",
                "#BAABDA",
                "#D6E5FA",
                "#FFF9F9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.039291Z"
        },
        {
            "id": 846,
            "id_string": "493323-91684a-eaac7f-ffdf91-studiomochi",
            "name": "Vivid Apricot Dream",
            "colors": [
                "#493323",
                "#91684A",
                "#EAAC7F",
                "#FFDF91"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.928779Z"
        },
        {
            "id": 717,
            "id_string": "4f6f52-739072-86a789-d2e3c8-huedrift",
            "name": "Fern Field",
            "colors": [
                "#4F6F52",
                "#739072",
                "#86A789",
                "#D2E3C8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.934102Z"
        },
        {
            "id": 18,
            "id_string": "fff2cc-ffd966-f4b183-dfa67b-245953-408e91-b46060",
            "name": "Controller v2",
            "colors": [
                "#FFF2CC",
                "#FFD966",
                "#F4B183",
                "#DFA67B",
                "#245953",
                "#408E91",
                "#B46060"
            ],
            "color_count": 7,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:14.687347Z"
        },
        {
            "id": 461,
            "id_string": "ffb6b9-fae3d9-bbded6-8ac6d1-huedrift",
            "name": "Cloud Magenta Drift",
            "colors": [
                "#FFB6B9",
                "#FAE3D9",
                "#BBDED6",
                "#8AC6D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.590294Z"
        },
        {
            "id": 520,
            "id_string": "eeebdd-810000-630000-1b1717-candytone",
            "name": "Dusk Ruby Mist",
            "colors": [
                "#EEEBDD",
                "#810000",
                "#630000",
                "#1B1717"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.905388Z"
        },
        {
            "id": 1285,
            "id_string": "f8b195-f67280-c06c84-355c7d-studiomochi",
            "name": "Rose Sunset",
            "colors": [
                "#F8B195",
                "#F67280",
                "#C06C84",
                "#355C7D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.270233Z"
        },
        {
            "id": 507,
            "id_string": "faf3f0-d4e2d4-ffcacc-dbc4f0-studiomochi",
            "name": "Soft Blush Drift",
            "colors": [
                "#FAF3F0",
                "#D4E2D4",
                "#FFCACC",
                "#DBC4F0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.810291Z"
        },
        {
            "id": 1005,
            "id_string": "94b4a4-d2f5e3-e5c5b5-f4d9c6-mossyhex",
            "name": "Soft Apricot Field",
            "colors": [
                "#94B4A4",
                "#D2F5E3",
                "#E5C5B5",
                "#F4D9C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.907188Z"
        }
    ]
}