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=58
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=59",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=57"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 782,
            "id_string": "eff5f5-d6e4e5-497174-eb6440-pixelpine",
            "name": "Ruby Field",
            "colors": [
                "#EFF5F5",
                "#D6E4E5",
                "#497174",
                "#EB6440"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.251349Z"
        },
        {
            "id": 781,
            "id_string": "053b50-176b87-64ccc5-eeeeee-paperfox",
            "name": "Cyan Veil",
            "colors": [
                "#053B50",
                "#176B87",
                "#64CCC5",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.246886Z"
        },
        {
            "id": 780,
            "id_string": "06283d-256d85-47b5ff-dff6ff-huedrift",
            "name": "Electric Aqua Dusk",
            "colors": [
                "#06283D",
                "#256D85",
                "#47B5FF",
                "#DFF6FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.242266Z"
        },
        {
            "id": 779,
            "id_string": "f9efdb-ebd9b4-9dbc98-638889-retroswatch",
            "name": "Ember Meadow",
            "colors": [
                "#F9EFDB",
                "#EBD9B4",
                "#9DBC98",
                "#638889"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.237797Z"
        },
        {
            "id": 778,
            "id_string": "5b6d5b-ca8a8b-e2bcb7-f6e6e4-duskpixel",
            "name": "Ruby Mist",
            "colors": [
                "#5B6D5B",
                "#CA8A8B",
                "#E2BCB7",
                "#F6E6E4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.233215Z"
        },
        {
            "id": 777,
            "id_string": "e0d8b0-fcffe7-dea057-ce9461-paperfox",
            "name": "Neon Meadow Mist",
            "colors": [
                "#E0D8B0",
                "#FCFFE7",
                "#DEA057",
                "#CE9461"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.228514Z"
        },
        {
            "id": 776,
            "id_string": "ffafaf-fbffe2-ffebcc-ff9999-duskpixel",
            "name": "Cloud Scarlet Mist",
            "colors": [
                "#FFAFAF",
                "#FBFFE2",
                "#FFEBCC",
                "#FF9999"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.223579Z"
        },
        {
            "id": 775,
            "id_string": "f0e3ca-ff8303-a35709-1b1a17-duskpixel",
            "name": "Neon Coral Harbor",
            "colors": [
                "#F0E3CA",
                "#FF8303",
                "#A35709",
                "#1B1A17"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.218727Z"
        },
        {
            "id": 774,
            "id_string": "944e63-b47b84-caa6a6-ffe7e7-palettepup",
            "name": "Electric Ruby Meadow",
            "colors": [
                "#944E63",
                "#B47B84",
                "#CAA6A6",
                "#FFE7E7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.213358Z"
        },
        {
            "id": 773,
            "id_string": "f2deba-ffefd6-0e5e6f-3a8891-cobaltcat",
            "name": "Neon Coral Tide",
            "colors": [
                "#F2DEBA",
                "#FFEFD6",
                "#0E5E6F",
                "#3A8891"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.208870Z"
        }
    ]
}