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=48
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=49",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=47"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1227,
            "id_string": "efee9d-d1eaa3-dbc6eb-abc2e8-palettepup",
            "name": "Soft Honey Dream",
            "colors": [
                "#EFEE9D",
                "#D1EAA3",
                "#DBC6EB",
                "#ABC2E8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.955433Z"
        },
        {
            "id": 1228,
            "id_string": "000000-323232-ff1e56-ffac41-nordichue",
            "name": "Magenta Harbor",
            "colors": [
                "#000000",
                "#323232",
                "#FF1E56",
                "#FFAC41"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.961416Z"
        },
        {
            "id": 1235,
            "id_string": "5f939a-d8ac9c-eac8af-1b2021-huedrift",
            "name": "Amber Dusk",
            "colors": [
                "#5F939A",
                "#D8AC9C",
                "#EAC8AF",
                "#1B2021"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.997355Z"
        },
        {
            "id": 1242,
            "id_string": "3e0703-660b05-8c1007-fff0c4-mossyhex",
            "name": "Dusk Apricot Dream",
            "colors": [
                "#3E0703",
                "#660B05",
                "#8C1007",
                "#FFF0C4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.032023Z"
        },
        {
            "id": 1238,
            "id_string": "7eb5a6-c36839-86340a-e8d0b3-retroswatch",
            "name": "Electric Ember Bloom",
            "colors": [
                "#7EB5A6",
                "#C36839",
                "#86340A",
                "#E8D0B3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.013350Z"
        },
        {
            "id": 1240,
            "id_string": "d789d7-9d65c9-5d54a4-2a3d66-nordichue",
            "name": "Warm Plum Field",
            "colors": [
                "#D789D7",
                "#9D65C9",
                "#5D54A4",
                "#2A3D66"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.023024Z"
        },
        {
            "id": 1237,
            "id_string": "d83a56-ff616d-ffeac9-66de93-paperfox",
            "name": "Neon Rose Tide",
            "colors": [
                "#D83A56",
                "#FF616D",
                "#FFEAC9",
                "#66DE93"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.008063Z"
        },
        {
            "id": 1232,
            "id_string": "252525-6930c3-64dfdf-80ffdb-retroswatch",
            "name": "Neon Lagoon Dawn",
            "colors": [
                "#252525",
                "#6930C3",
                "#64DFDF",
                "#80FFDB"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.981661Z"
        },
        {
            "id": 1255,
            "id_string": "527853-f9e8d9-f7b787-ee7214-palettepup",
            "name": "Vivid Coral Sunset",
            "colors": [
                "#527853",
                "#F9E8D9",
                "#F7B787",
                "#EE7214"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.117020Z"
        },
        {
            "id": 1252,
            "id_string": "ff9843-ffdd95-86a7fc-3468c0-studiomochi",
            "name": "Neon Apricot Sunset",
            "colors": [
                "#FF9843",
                "#FFDD95",
                "#86A7FC",
                "#3468C0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.095288Z"
        }
    ]
}