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=-created&page=20
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=-created&page=21",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=19"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1162,
            "id_string": "525252-414141-313131-ca3e47-paperfox",
            "name": "Twilight Rose Hush",
            "colors": [
                "#525252",
                "#414141",
                "#313131",
                "#CA3E47"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.657143Z"
        },
        {
            "id": 1161,
            "id_string": "222831-393e46-d65a31-eeeeee-paperfox",
            "name": "Warm Ruby Sunset",
            "colors": [
                "#222831",
                "#393E46",
                "#D65A31",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.652498Z"
        },
        {
            "id": 1160,
            "id_string": "86469c-bc7fcd-fb9ad1-ffcdea-huedrift",
            "name": "Electric Plum Veil",
            "colors": [
                "#86469C",
                "#BC7FCD",
                "#FB9AD1",
                "#FFCDEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.647886Z"
        },
        {
            "id": 1159,
            "id_string": "dc0000-850000-ffdb89-fff6c3-paperfox",
            "name": "Neon Crimson Bloom",
            "colors": [
                "#DC0000",
                "#850000",
                "#FFDB89",
                "#FFF6C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.643254Z"
        },
        {
            "id": 1158,
            "id_string": "fef9a7-fac213-f77e21-d61c4e-tonecraft",
            "name": "Vivid Honey Field",
            "colors": [
                "#FEF9A7",
                "#FAC213",
                "#F77E21",
                "#D61C4E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.638389Z"
        },
        {
            "id": 1157,
            "id_string": "00ead3-fff5b7-ff449f-005f99-nordichue",
            "name": "Neon Teal Grove",
            "colors": [
                "#00EAD3",
                "#FFF5B7",
                "#FF449F",
                "#005F99"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.633660Z"
        },
        {
            "id": 1156,
            "id_string": "fffbda-ffec9e-ffbb70-ed9455-mossyhex",
            "name": "Vivid Gold Sunset",
            "colors": [
                "#FFFBDA",
                "#FFEC9E",
                "#FFBB70",
                "#ED9455"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.624140Z"
        },
        {
            "id": 1155,
            "id_string": "987d9a-bb9ab1-eeceb9-fefbd8-swatchbird",
            "name": "Neon Gold Sunset",
            "colors": [
                "#987D9A",
                "#BB9AB1",
                "#EECEB9",
                "#FEFBD8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.619609Z"
        },
        {
            "id": 1154,
            "id_string": "4b778d-28b5b5-8fd9a8-d2e69c-retroswatch",
            "name": "Aqua Sunset",
            "colors": [
                "#4B778D",
                "#28B5B5",
                "#8FD9A8",
                "#D2E69C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.615078Z"
        },
        {
            "id": 1153,
            "id_string": "eeb76b-e2703a-9c3d54-310b0b-minthaze",
            "name": "Vivid Amber Hush",
            "colors": [
                "#EEB76B",
                "#E2703A",
                "#9C3D54",
                "#310B0B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.610476Z"
        }
    ]
}