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=129
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=130",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=128"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 429,
            "id_string": "98ddca-d5ecc2-ffd3b4-ffaaa7-tonecraft",
            "name": "Pale Ember Bloom",
            "colors": [
                "#98DDCA",
                "#D5ECC2",
                "#FFD3B4",
                "#FFAAA7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.441076Z"
        },
        {
            "id": 438,
            "id_string": "f1f6f9-14274e-394867-9ba4b4-pixelpine",
            "name": "Cobalt Mist",
            "colors": [
                "#F1F6F9",
                "#14274E",
                "#394867",
                "#9BA4B4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.482261Z"
        },
        {
            "id": 448,
            "id_string": "222831-31363f-76abae-eeeeee-minthaze",
            "name": "Cool Aqua Field",
            "colors": [
                "#222831",
                "#31363F",
                "#76ABAE",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.528045Z"
        },
        {
            "id": 414,
            "id_string": "d14d72-ffabab-fcc8d1-fef2f4-retroswatch",
            "name": "Cloud Crimson Breeze",
            "colors": [
                "#D14D72",
                "#FFABAB",
                "#FCC8D1",
                "#FEF2F4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.370867Z"
        },
        {
            "id": 363,
            "id_string": "867070-d5b4b4-e4d0d0-f5ebeb-coloreef",
            "name": "Cool Rose Grove",
            "colors": [
                "#867070",
                "#D5B4B4",
                "#E4D0D0",
                "#F5EBEB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.130629Z"
        },
        {
            "id": 452,
            "id_string": "8294c4-acb1d6-dbdfea-ffead2-retroswatch",
            "name": "Soft Ember Bay",
            "colors": [
                "#8294C4",
                "#ACB1D6",
                "#DBDFEA",
                "#FFEAD2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.546645Z"
        },
        {
            "id": 396,
            "id_string": "be9fe1-c9b6e4-e1ccec-f1f1f6-cobaltcat",
            "name": "Pastel Violet Dawn",
            "colors": [
                "#BE9FE1",
                "#C9B6E4",
                "#E1CCEC",
                "#F1F1F6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.285746Z"
        },
        {
            "id": 457,
            "id_string": "a1eafb-fdfdfd-ffcef3-cabbe9-minthaze",
            "name": "Pale Plum Dream",
            "colors": [
                "#A1EAFB",
                "#FDFDFD",
                "#FFCEF3",
                "#CABBE9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.569601Z"
        },
        {
            "id": 357,
            "id_string": "2c3639-3f4e4f-a27b5c-dcd7c9-tonecraft",
            "name": "Warm Amber Harbor",
            "colors": [
                "#2C3639",
                "#3F4E4F",
                "#A27B5C",
                "#DCD7C9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.102674Z"
        },
        {
            "id": 456,
            "id_string": "dddddd-222831-30475e-f05454-nordichue",
            "name": "Electric Ruby Drift",
            "colors": [
                "#DDDDDD",
                "#222831",
                "#30475E",
                "#F05454"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.565037Z"
        }
    ]
}