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=50
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=51",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=49"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 866,
            "id_string": "4c3a51-774360-b25068-e7ab79-hexharbor",
            "name": "Warm Amber Drift",
            "colors": [
                "#4C3A51",
                "#774360",
                "#B25068",
                "#E7AB79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.028158Z"
        },
        {
            "id": 1007,
            "id_string": "5d5b6a-758184-cfb495-f5cdaa-duskpixel",
            "name": "Neon Apricot Drift",
            "colors": [
                "#5D5B6A",
                "#758184",
                "#CFB495",
                "#F5CDAA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.916443Z"
        },
        {
            "id": 462,
            "id_string": "171717-444444-da0037-ededed-paperfox",
            "name": "Neon Blush Dawn",
            "colors": [
                "#171717",
                "#444444",
                "#DA0037",
                "#EDEDED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.595075Z"
        },
        {
            "id": 755,
            "id_string": "f4abc4-595b83-333456-060930-cobaltcat",
            "name": "Vivid Ocean Mist",
            "colors": [
                "#F4ABC4",
                "#595B83",
                "#333456",
                "#060930"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.123887Z"
        },
        {
            "id": 466,
            "id_string": "f0ece3-dfd3c3-c7b198-596e79-paperfox",
            "name": "Warm Coral Dream",
            "colors": [
                "#F0ECE3",
                "#DFD3C3",
                "#C7B198",
                "#596E79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.613458Z"
        },
        {
            "id": 857,
            "id_string": "451952-662549-ae445a-f39f5a-cobaltcat",
            "name": "Electric Amber Hush",
            "colors": [
                "#451952",
                "#662549",
                "#AE445A",
                "#F39F5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.980513Z"
        },
        {
            "id": 380,
            "id_string": "f3eeea-ebe3d5-b0a695-776b5d-cobaltcat",
            "name": "Coral Sunset",
            "colors": [
                "#F3EEEA",
                "#EBE3D5",
                "#B0A695",
                "#776B5D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.209847Z"
        },
        {
            "id": 84,
            "id_string": "474749-fcf03d-4e492b-f8674f-ffbe1a-663422-261500-ffffff-comficker",
            "name": "Flappy Bird: Bird",
            "colors": [
                "#474749",
                "#FCF03D",
                "#4E492B",
                "#F8674F",
                "#FFBE1A",
                "#663422",
                "#261500",
                "#FFFFFF"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.320845Z"
        },
        {
            "id": 874,
            "id_string": "dddddd-fab7b7-f5a8a8-e19999-candytone",
            "name": "Pastel Ruby Haze",
            "colors": [
                "#DDDDDD",
                "#FAB7B7",
                "#F5A8A8",
                "#E19999"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.076145Z"
        },
        {
            "id": 526,
            "id_string": "404258-474e68-50577a-6b728e-swatchbird",
            "name": "Twilight Cobalt Hush",
            "colors": [
                "#404258",
                "#474E68",
                "#50577A",
                "#6B728E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.955633Z"
        }
    ]
}