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=69
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=70",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=68"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 938,
            "id_string": "016a70-ffffdd-d2de32-a2c579-duskpixel",
            "name": "Gold Grove",
            "colors": [
                "#016A70",
                "#FFFFDD",
                "#D2DE32",
                "#A2C579"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.417646Z"
        },
        {
            "id": 405,
            "id_string": "f6f4eb-91c8e4-749bc2-4682a9-nordichue",
            "name": "Aqua Meadow",
            "colors": [
                "#F6F4EB",
                "#91C8E4",
                "#749BC2",
                "#4682A9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.327269Z"
        },
        {
            "id": 669,
            "id_string": "fff9ca-ffdeb4-ffb4b4-b2a4ff-tonecraft",
            "name": "Pastel Honey Bay",
            "colors": [
                "#FFF9CA",
                "#FFDEB4",
                "#FFB4B4",
                "#B2A4FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.706278Z"
        },
        {
            "id": 923,
            "id_string": "606c5d-fff4f4-f7e6c4-f1c376-mossyhex",
            "name": "Vivid Ruby Dream",
            "colors": [
                "#606C5D",
                "#FFF4F4",
                "#F7E6C4",
                "#F1C376"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.308153Z"
        },
        {
            "id": 850,
            "id_string": "1d2d50-133b5c-1e5f74-fcdab7-retroswatch",
            "name": "Apricot Harbor",
            "colors": [
                "#1D2D50",
                "#133B5C",
                "#1E5F74",
                "#FCDAB7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.948131Z"
        },
        {
            "id": 920,
            "id_string": "d68060-f1ae89-dff3e3-86aba1-tonecraft",
            "name": "Amber Dusk",
            "colors": [
                "#D68060",
                "#F1AE89",
                "#DFF3E3",
                "#86ABA1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.294489Z"
        },
        {
            "id": 1122,
            "id_string": "040303-461111-a13333-b3541e-candytone",
            "name": "Coral Meadow",
            "colors": [
                "#040303",
                "#461111",
                "#A13333",
                "#B3541E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.460926Z"
        },
        {
            "id": 182,
            "id_string": "ffffff-61ce0a-c8010b-000000-comficker",
            "name": "Green Monster",
            "colors": [
                "#FFFFFF",
                "#61CE0A",
                "#C8010B",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.389510Z"
        },
        {
            "id": 979,
            "id_string": "f9f5eb-e4dccf-ea5455-002b5b-paperfox",
            "name": "Electric Sky Bloom",
            "colors": [
                "#F9F5EB",
                "#E4DCCF",
                "#EA5455",
                "#002B5B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.786631Z"
        },
        {
            "id": 976,
            "id_string": "cee5d0-f3f0d7-e0c097-ff7878-hexharbor",
            "name": "Pale Rose Grove",
            "colors": [
                "#CEE5D0",
                "#F3F0D7",
                "#E0C097",
                "#FF7878"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.771546Z"
        }
    ]
}