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=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=download_count&page=25",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=23"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 641,
            "id_string": "d3e4cd-99a799-f2ddc1-e2c2b9-retroswatch",
            "name": "Soft Amber Tide",
            "colors": [
                "#D3E4CD",
                "#99A799",
                "#F2DDC1",
                "#E2C2B9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.572678Z"
        },
        {
            "id": 1021,
            "id_string": "f9f7cf-f2dcbb-bbbbbb-aaaaaa-palettepup",
            "name": "Pastel Sunbeam Glow",
            "colors": [
                "#F9F7CF",
                "#F2DCBB",
                "#BBBBBB",
                "#AAAAAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.981729Z"
        },
        {
            "id": 116,
            "id_string": "000000-f2f2f2-f2d5ac-f4c77a-f1bb07-3355ab-blackpygmypython",
            "name": "Vegeta",
            "colors": [
                "#000000",
                "#F2F2F2",
                "#F2D5AC",
                "#F4C77A",
                "#F1BB07",
                "#3355AB"
            ],
            "color_count": 6,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.520262Z"
        },
        {
            "id": 728,
            "id_string": "d2e0fb-fef9d9-dee5d4-8eaccd-coloreef",
            "name": "Pastel Gold Field",
            "colors": [
                "#D2E0FB",
                "#FEF9D9",
                "#DEE5D4",
                "#8EACCD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.985328Z"
        },
        {
            "id": 806,
            "id_string": "0079ff-00dfa2-f6fa70-ff0060-studiomochi",
            "name": "Neon Cobalt Hush",
            "colors": [
                "#0079FF",
                "#00DFA2",
                "#F6FA70",
                "#FF0060"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.373400Z"
        },
        {
            "id": 358,
            "id_string": "fcd1d1-ece2e1-d3e0dc-aee1e1-studiomochi",
            "name": "Pastel Scarlet Harbor",
            "colors": [
                "#FCD1D1",
                "#ECE2E1",
                "#D3E0DC",
                "#AEE1E1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.107278Z"
        },
        {
            "id": 792,
            "id_string": "6c3428-ba704f-dfa878-cee6f3-paperfox",
            "name": "Ember Tide",
            "colors": [
                "#6C3428",
                "#BA704F",
                "#DFA878",
                "#CEE6F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.298152Z"
        },
        {
            "id": 1284,
            "id_string": "ecf2ff-3e54ac-655dbb-bface2-huedrift",
            "name": "Electric Ocean Mist",
            "colors": [
                "#ECF2FF",
                "#3E54AC",
                "#655DBB",
                "#BFACE2"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.265646Z"
        },
        {
            "id": 1260,
            "id_string": "721b65-b80d57-f8615a-ffd868-cobaltcat",
            "name": "Electric Ember Field",
            "colors": [
                "#721B65",
                "#B80D57",
                "#F8615A",
                "#FFD868"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.140195Z"
        },
        {
            "id": 612,
            "id_string": "142850-27496d-00909e-dae1e7-mossyhex",
            "name": "Vivid Tide Hush",
            "colors": [
                "#142850",
                "#27496D",
                "#00909E",
                "#DAE1E7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.394285Z"
        }
    ]
}