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=46
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=47",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=45"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1193,
            "id_string": "0081c9-5bc0f8-86e5ff-ffc93c-pixelpine",
            "name": "Electric Aqua Dawn",
            "colors": [
                "#0081C9",
                "#5BC0F8",
                "#86E5FF",
                "#FFC93C"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.800266Z"
        },
        {
            "id": 1207,
            "id_string": "242f9b-646fd4-9ba3eb-dbdffd-nordichue",
            "name": "Neon Sky Meadow",
            "colors": [
                "#242F9B",
                "#646FD4",
                "#9BA3EB",
                "#DBDFFD"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.864341Z"
        },
        {
            "id": 1178,
            "id_string": "fde5ec-fcbaad-e48586-916db3-paperfox",
            "name": "Vivid Rose Mist",
            "colors": [
                "#FDE5EC",
                "#FCBAAD",
                "#E48586",
                "#916DB3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.730227Z"
        },
        {
            "id": 1218,
            "id_string": "d9edbf-ffb996-ffcf81-fdffab-swatchbird",
            "name": "Cloud Coral Hush",
            "colors": [
                "#D9EDBF",
                "#FFB996",
                "#FFCF81",
                "#FDFFAB"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.914265Z"
        },
        {
            "id": 1212,
            "id_string": "22577e-5584ac-95d1cc-f6f2d4-hexharbor",
            "name": "Honey Sunset",
            "colors": [
                "#22577E",
                "#5584AC",
                "#95D1CC",
                "#F6F2D4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.887062Z"
        },
        {
            "id": 1222,
            "id_string": "e0fcff-90f2ff-6eb6ff-7098da-paperfox",
            "name": "Electric Tide Grove",
            "colors": [
                "#E0FCFF",
                "#90F2FF",
                "#6EB6FF",
                "#7098DA"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.932615Z"
        },
        {
            "id": 1217,
            "id_string": "111d5e-c70039-f37121-ffbd69-huedrift",
            "name": "Vivid Blush Mist",
            "colors": [
                "#111D5E",
                "#C70039",
                "#F37121",
                "#FFBD69"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.909928Z"
        },
        {
            "id": 1224,
            "id_string": "f2f6f5-c8dad3-93b5b3-63707e-huedrift",
            "name": "Lagoon Breeze",
            "colors": [
                "#F2F6F5",
                "#C8DAD3",
                "#93B5B3",
                "#63707E"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.942022Z"
        },
        {
            "id": 1225,
            "id_string": "85a392-f5b971-fdd998-ffecc7-paperfox",
            "name": "Neon Apricot Dream",
            "colors": [
                "#85A392",
                "#F5B971",
                "#FDD998",
                "#FFECC7"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.946435Z"
        },
        {
            "id": 1209,
            "id_string": "dd5353-b73e3e-dbc8ac-eddbc0-nordichue",
            "name": "Rose Dusk",
            "colors": [
                "#DD5353",
                "#B73E3E",
                "#DBC8AC",
                "#EDDBC0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.873519Z"
        }
    ]
}