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&page=2
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&page=3",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 966,
            "id_string": "7b2869-9d3c72-c85c8e-ffbaba-duskpixel",
            "name": "Neon Scarlet Drift",
            "colors": [
                "#7B2869",
                "#9D3C72",
                "#C85C8E",
                "#FFBABA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.721089Z"
        },
        {
            "id": 942,
            "id_string": "000000-3e065f-700b97-8e05c2-nordichue",
            "name": "Noir Violet Field",
            "colors": [
                "#000000",
                "#3E065F",
                "#700B97",
                "#8E05C2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.454204Z"
        },
        {
            "id": 935,
            "id_string": "f8b595-f67280-c06c84-6c5b7c-palettepup",
            "name": "Vivid Rose Meadow",
            "colors": [
                "#F8B595",
                "#F67280",
                "#C06C84",
                "#6C5B7C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.384953Z"
        },
        {
            "id": 929,
            "id_string": "27296d-5e63b6-a393eb-f5c7f7-nordichue",
            "name": "Orchid Dawn",
            "colors": [
                "#27296D",
                "#5E63B6",
                "#A393EB",
                "#F5C7F7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.336113Z"
        },
        {
            "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": 884,
            "id_string": "e8ffff-a6f6f1-41aea9-213e3b-paperfox",
            "name": "Neon Cyan Bloom",
            "colors": [
                "#E8FFFF",
                "#A6F6F1",
                "#41AEA9",
                "#213E3B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.121395Z"
        },
        {
            "id": 921,
            "id_string": "ff9b9b-ffd6a5-fffec4-cbffa9-nordichue",
            "name": "Soft Ruby Hush",
            "colors": [
                "#FF9B9B",
                "#FFD6A5",
                "#FFFEC4",
                "#CBFFA9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.299086Z"
        },
        {
            "id": 961,
            "id_string": "fffafa-ffe0e0-ffc0d0-efdfbf-nordichue",
            "name": "Soft Rose Tide",
            "colors": [
                "#FFFAFA",
                "#FFE0E0",
                "#FFC0D0",
                "#EFDFBF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.672220Z"
        },
        {
            "id": 953,
            "id_string": "789dbc-ffe3e3-fef9f2-c9e9d2-minthaze",
            "name": "Pale Ruby Field",
            "colors": [
                "#789DBC",
                "#FFE3E3",
                "#FEF9F2",
                "#C9E9D2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.566112Z"
        },
        {
            "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"
        }
    ]
}