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=like_count&page=130
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=like_count&page=131",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=129"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 389,
            "id_string": "2c3333-395b64-a5c9ca-e7f6f2-retroswatch",
            "name": "Cool Mint Hush",
            "colors": [
                "#2C3333",
                "#395B64",
                "#A5C9CA",
                "#E7F6F2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.253424Z"
        },
        {
            "id": 432,
            "id_string": "999b84-d8ac9c-efd9d1-f4eeed-candytone",
            "name": "Warm Ember Mist",
            "colors": [
                "#999B84",
                "#D8AC9C",
                "#EFD9D1",
                "#F4EEED"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.454852Z"
        },
        {
            "id": 355,
            "id_string": "f8ede3-bdd2b6-a2b29f-798777-palettepup",
            "name": "Cool Coral Dawn",
            "colors": [
                "#F8EDE3",
                "#BDD2B6",
                "#A2B29F",
                "#798777"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.091265Z"
        },
        {
            "id": 418,
            "id_string": "a8e6cf-dcedc1-ffd3b6-ffaaa5-coloreef",
            "name": "Pastel Amber Drift",
            "colors": [
                "#A8E6CF",
                "#DCEDC1",
                "#FFD3B6",
                "#FFAAA5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.389988Z"
        },
        {
            "id": 397,
            "id_string": "222831-393e46-ffd369-eeeeee-tonecraft",
            "name": "Neon Amber Veil",
            "colors": [
                "#222831",
                "#393E46",
                "#FFD369",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.290238Z"
        },
        {
            "id": 369,
            "id_string": "fcd8d4-fdf6f0-f8e2cf-f5c6aa-swatchbird",
            "name": "Soft Scarlet Meadow",
            "colors": [
                "#FCD8D4",
                "#FDF6F0",
                "#F8E2CF",
                "#F5C6AA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.159027Z"
        },
        {
            "id": 374,
            "id_string": "f8ede3-dfd3c3-d0b8a8-7d6e83-huedrift",
            "name": "Warm Ember Hush",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#7D6E83"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.182022Z"
        },
        {
            "id": 420,
            "id_string": "a79277-d1bb9e-ead8c0-fff2e1-hexharbor",
            "name": "Vivid Coral Glow",
            "colors": [
                "#A79277",
                "#D1BB9E",
                "#EAD8C0",
                "#FFF2E1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.399036Z"
        },
        {
            "id": 442,
            "id_string": "ece3ce-739072-4f6f52-3a4d39-huedrift",
            "name": "Amber Dream",
            "colors": [
                "#ECE3CE",
                "#739072",
                "#4F6F52",
                "#3A4D39"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.500718Z"
        },
        {
            "id": 408,
            "id_string": "9babb8-eee3cb-d7c0ae-967e76-pixelpine",
            "name": "Warm Coral Dream",
            "colors": [
                "#9BABB8",
                "#EEE3CB",
                "#D7C0AE",
                "#967E76"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.341216Z"
        }
    ]
}