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=37
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=38",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=36"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 737,
            "id_string": "cff5e7-a0e4cb-59c1bd-0d4c92-paperfox",
            "name": "Electric Cobalt Meadow",
            "colors": [
                "#CFF5E7",
                "#A0E4CB",
                "#59C1BD",
                "#0D4C92"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.033715Z"
        },
        {
            "id": 727,
            "id_string": "faf3f3-e1e5ea-a7bbc7-da7f8f-minthaze",
            "name": "Cloud Blush Veil",
            "colors": [
                "#FAF3F3",
                "#E1E5EA",
                "#A7BBC7",
                "#DA7F8F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.980798Z"
        },
        {
            "id": 665,
            "id_string": "cc7351-e08f62-ded7b1-9dab86-candytone",
            "name": "Coral Field",
            "colors": [
                "#CC7351",
                "#E08F62",
                "#DED7B1",
                "#9DAB86"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.688002Z"
        },
        {
            "id": 722,
            "id_string": "393646-4f4557-6d5d6e-f4eee0-candytone",
            "name": "Coral Hush",
            "colors": [
                "#393646",
                "#4F4557",
                "#6D5D6E",
                "#F4EEE0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.957233Z"
        },
        {
            "id": 645,
            "id_string": "fbf0b2-ffc7ea-d8b4f8-caedff-swatchbird",
            "name": "Soft Orchid Grove",
            "colors": [
                "#FBF0B2",
                "#FFC7EA",
                "#D8B4F8",
                "#CAEDFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.592821Z"
        },
        {
            "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": 517,
            "id_string": "e5e3c9-b4cfb0-94b49f-789395-mossyhex",
            "name": "Gold Haze",
            "colors": [
                "#E5E3C9",
                "#B4CFB0",
                "#94B49F",
                "#789395"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.877241Z"
        },
        {
            "id": 638,
            "id_string": "faf1e6-fdfaf6-e4efe7-064420-studiomochi",
            "name": "Vivid Jade Haze",
            "colors": [
                "#FAF1E6",
                "#FDFAF6",
                "#E4EFE7",
                "#064420"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.558547Z"
        },
        {
            "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": 730,
            "id_string": "fef9e1-e5d0ac-a31d1d-6d2323-duskpixel",
            "name": "Electric Honey Grove",
            "colors": [
                "#FEF9E1",
                "#E5D0AC",
                "#A31D1D",
                "#6D2323"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.994442Z"
        }
    ]
}