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=usage_count&page=24
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=usage_count&page=25",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=23"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 488,
            "id_string": "635985-443c68-393053-18122b-studiomochi",
            "name": "Twilight Iris Drift",
            "colors": [
                "#635985",
                "#443C68",
                "#393053",
                "#18122B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.721240Z"
        },
        {
            "id": 450,
            "id_string": "a7727d-eddbc7-f8ead8-f9f5e7-retroswatch",
            "name": "Soft Ember Tide",
            "colors": [
                "#A7727D",
                "#EDDBC7",
                "#F8EAD8",
                "#F9F5E7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.537053Z"
        },
        {
            "id": 543,
            "id_string": "fff3e2-ffe5ca-fa9884-e74646-hexharbor",
            "name": "Cloud Amber Tide",
            "colors": [
                "#FFF3E2",
                "#FFE5CA",
                "#FA9884",
                "#E74646"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.062664Z"
        },
        {
            "id": 915,
            "id_string": "3b1e54-9b7ebd-d4bee4-eeeeee-nordichue",
            "name": "Cool Iris Bay",
            "colors": [
                "#3B1E54",
                "#9B7EBD",
                "#D4BEE4",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.270922Z"
        },
        {
            "id": 468,
            "id_string": "876445-ca965c-eec373-f4dfba-tonecraft",
            "name": "Neon Amber Haze",
            "colors": [
                "#876445",
                "#CA965C",
                "#EEC373",
                "#F4DFBA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.623005Z"
        },
        {
            "id": 688,
            "id_string": "e8e8e8-5588a3-145374-00334e-studiomochi",
            "name": "Aqua Dream",
            "colors": [
                "#E8E8E8",
                "#5588A3",
                "#145374",
                "#00334E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.799384Z"
        },
        {
            "id": 924,
            "id_string": "3f3b6c-624f82-9f73ab-a3c7d6-studiomochi",
            "name": "Cool Tide Sunset",
            "colors": [
                "#3F3B6C",
                "#624F82",
                "#9F73AB",
                "#A3C7D6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.312893Z"
        },
        {
            "id": 435,
            "id_string": "87805e-b09b71-d8cca3-eddfb3-retroswatch",
            "name": "Warm Gold Tide",
            "colors": [
                "#87805E",
                "#B09B71",
                "#D8CCA3",
                "#EDDFB3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.468710Z"
        },
        {
            "id": 1038,
            "id_string": "d77fa1-e6b2c6-fef6fb-d6e5fa-studiomochi",
            "name": "Pastel Orchid Breeze",
            "colors": [
                "#D77FA1",
                "#E6B2C6",
                "#FEF6FB",
                "#D6E5FA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.069401Z"
        },
        {
            "id": 837,
            "id_string": "2c3930-3f4f44-a27b5c-dcd7c9-retroswatch",
            "name": "Cool Amber Mist",
            "colors": [
                "#2C3930",
                "#3F4F44",
                "#A27B5C",
                "#DCD7C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.728093Z"
        }
    ]
}