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=14
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=15",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=13"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 413,
            "id_string": "7d5a5a-f1d1d1-f3e1e1-faf2f2-cobaltcat",
            "name": "Pastel Ruby Bloom",
            "colors": [
                "#7D5A5A",
                "#F1D1D1",
                "#F3E1E1",
                "#FAF2F2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.364811Z"
        },
        {
            "id": 399,
            "id_string": "040d12-183d3d-5c8374-93b1a6-nordichue",
            "name": "Tide Haze",
            "colors": [
                "#040D12",
                "#183D3D",
                "#5C8374",
                "#93B1A6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.299503Z"
        },
        {
            "id": 352,
            "id_string": "ffeddb-edcdbb-e3b7a0-bf9270-swatchbird",
            "name": "Electric Amber Haze",
            "colors": [
                "#FFEDDB",
                "#EDCDBB",
                "#E3B7A0",
                "#BF9270"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.077247Z"
        },
        {
            "id": 909,
            "id_string": "f5f5f5-f05454-30475e-121212-cobaltcat",
            "name": "Neon Ruby Dawn",
            "colors": [
                "#F5F5F5",
                "#F05454",
                "#30475E",
                "#121212"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.242385Z"
        },
        {
            "id": 835,
            "id_string": "fff2d7-ffe0b5-f8c794-d8ae7e-pixelpine",
            "name": "Pastel Amber Dream",
            "colors": [
                "#FFF2D7",
                "#FFE0B5",
                "#F8C794",
                "#D8AE7E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.714771Z"
        },
        {
            "id": 656,
            "id_string": "1c0a00-361500-603601-cc9544-minthaze",
            "name": "Noir Ember Breeze",
            "colors": [
                "#1C0A00",
                "#361500",
                "#603601",
                "#CC9544"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.645222Z"
        },
        {
            "id": 998,
            "id_string": "f1e3cb-f9b384-ca5116-581c0c-minthaze",
            "name": "Neon Apricot Meadow",
            "colors": [
                "#F1E3CB",
                "#F9B384",
                "#CA5116",
                "#581C0C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.875145Z"
        },
        {
            "id": 894,
            "id_string": "ff6464-ff8264-ffaa64-fff5a5-cobaltcat",
            "name": "Crimson Tide",
            "colors": [
                "#FF6464",
                "#FF8264",
                "#FFAA64",
                "#FFF5A5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.167802Z"
        },
        {
            "id": 844,
            "id_string": "6c4a4a-c89595-ddbebe-ededed-minthaze",
            "name": "Cool Ruby Tide",
            "colors": [
                "#6C4A4A",
                "#C89595",
                "#DDBEBE",
                "#EDEDED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.916874Z"
        },
        {
            "id": 694,
            "id_string": "99e1e5-f3e8cb-f2c6b4-fbafaf-duskpixel",
            "name": "Pastel Crimson Bay",
            "colors": [
                "#99E1E5",
                "#F3E8CB",
                "#F2C6B4",
                "#FBAFAF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.827499Z"
        }
    ]
}