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=126
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=127",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=125"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 700,
            "id_string": "151515-301b3f-3c415c-b4a5a5-minthaze",
            "name": "Dusk Violet Veil",
            "colors": [
                "#151515",
                "#301B3F",
                "#3C415C",
                "#B4A5A5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.855106Z"
        },
        {
            "id": 421,
            "id_string": "1a120b-3c2a21-d5cea3-e5e5cb-paperfox",
            "name": "Coral Field",
            "colors": [
                "#1A120B",
                "#3C2A21",
                "#D5CEA3",
                "#E5E5CB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.403589Z"
        },
        {
            "id": 371,
            "id_string": "93b5c6-c9ccd5-e4d8dc-ffe3e3-hexharbor",
            "name": "Cloud Crimson Drift",
            "colors": [
                "#93B5C6",
                "#C9CCD5",
                "#E4D8DC",
                "#FFE3E3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.168142Z"
        },
        {
            "id": 907,
            "id_string": "0f0f0f-232d3f-005b41-008170-palettepup",
            "name": "Shadow Mint Harbor",
            "colors": [
                "#0F0F0F",
                "#232D3F",
                "#005B41",
                "#008170"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.231617Z"
        },
        {
            "id": 905,
            "id_string": "082032-2c394b-334756-ff4c29-mossyhex",
            "name": "Rose Dawn",
            "colors": [
                "#082032",
                "#2C394B",
                "#334756",
                "#FF4C29"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.221430Z"
        },
        {
            "id": 367,
            "id_string": "f67280-c06c84-6c5b7b-355c7d-retroswatch",
            "name": "Neon Rose Harbor",
            "colors": [
                "#F67280",
                "#C06C84",
                "#6C5B7B",
                "#355C7D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.149616Z"
        },
        {
            "id": 394,
            "id_string": "e5d9b6-a4be7b-5f8d4e-285430-tonecraft",
            "name": "Warm Apricot Bay",
            "colors": [
                "#E5D9B6",
                "#A4BE7B",
                "#5F8D4E",
                "#285430"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.276524Z"
        },
        {
            "id": 362,
            "id_string": "edf1d6-9dc08b-609966-40513b-pixelpine",
            "name": "Cool Fern Field",
            "colors": [
                "#EDF1D6",
                "#9DC08B",
                "#609966",
                "#40513B"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.126110Z"
        },
        {
            "id": 436,
            "id_string": "a0c49d-c4d7b2-e1ecc8-f7ffe5-huedrift",
            "name": "Soft Meadow Meadow",
            "colors": [
                "#A0C49D",
                "#C4D7B2",
                "#E1ECC8",
                "#F7FFE5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.473199Z"
        },
        {
            "id": 390,
            "id_string": "f5eee6-fff8e3-f3d7ca-e6a4b4-tonecraft",
            "name": "Soft Citrine Dusk",
            "colors": [
                "#F5EEE6",
                "#FFF8E3",
                "#F3D7CA",
                "#E6A4B4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.258082Z"
        }
    ]
}