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=83
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=84",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=82"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 996,
            "id_string": "00204a-005792-00bbf0-d9faff-palettepup",
            "name": "Neon Cobalt Drift",
            "colors": [
                "#00204A",
                "#005792",
                "#00BBF0",
                "#D9FAFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.866064Z"
        },
        {
            "id": 947,
            "id_string": "161616-346751-c84b31-ecdbba-swatchbird",
            "name": "Rose Bay",
            "colors": [
                "#161616",
                "#346751",
                "#C84B31",
                "#ECDBBA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.501132Z"
        },
        {
            "id": 463,
            "id_string": "1fab89-62d2a2-9df3c4-d7fbe8-cobaltcat",
            "name": "Neon Jade Sunset",
            "colors": [
                "#1FAB89",
                "#62D2A2",
                "#9DF3C4",
                "#D7FBE8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.599625Z"
        },
        {
            "id": 499,
            "id_string": "472d2d-553939-704f4f-a77979-cobaltcat",
            "name": "Scarlet Bloom",
            "colors": [
                "#472D2D",
                "#553939",
                "#704F4F",
                "#A77979"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.771432Z"
        },
        {
            "id": 564,
            "id_string": "a1ccd1-f4f2de-e9b384-7c9d96-nordichue",
            "name": "Cool Amber Hush",
            "colors": [
                "#A1CCD1",
                "#F4F2DE",
                "#E9B384",
                "#7C9D96"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.165687Z"
        },
        {
            "id": 925,
            "id_string": "fff5e0-ff6969-c70039-141e46-pixelpine",
            "name": "Vivid Amber Drift",
            "colors": [
                "#FFF5E0",
                "#FF6969",
                "#C70039",
                "#141E46"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.317379Z"
        },
        {
            "id": 502,
            "id_string": "dff4f3-dde7f2-b9bbdf-878ecd-tonecraft",
            "name": "Cloud Lagoon Harbor",
            "colors": [
                "#DFF4F3",
                "#DDE7F2",
                "#B9BBDF",
                "#878ECD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.785260Z"
        },
        {
            "id": 570,
            "id_string": "dbd0c0-faeee0-f9e4c8-f9cf93-studiomochi",
            "name": "Cloud Amber Field",
            "colors": [
                "#DBD0C0",
                "#FAEEE0",
                "#F9E4C8",
                "#F9CF93"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.193441Z"
        },
        {
            "id": 1092,
            "id_string": "ffa41b-000839-005082-00a8cc-mossyhex",
            "name": "Coral Dusk",
            "colors": [
                "#FFA41B",
                "#000839",
                "#005082",
                "#00A8CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.319647Z"
        },
        {
            "id": 806,
            "id_string": "0079ff-00dfa2-f6fa70-ff0060-studiomochi",
            "name": "Neon Cobalt Hush",
            "colors": [
                "#0079FF",
                "#00DFA2",
                "#F6FA70",
                "#FF0060"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.373400Z"
        }
    ]
}