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=60
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=61",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=59"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 889,
            "id_string": "c0c78c-a6b37d-fefae0-b99470-paperfox",
            "name": "Sunbeam Dawn",
            "colors": [
                "#C0C78C",
                "#A6B37D",
                "#FEFAE0",
                "#B99470"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.144644Z"
        },
        {
            "id": 497,
            "id_string": "0b2447-19376d-576cbc-a5d7e8-swatchbird",
            "name": "Electric Ocean Veil",
            "colors": [
                "#0B2447",
                "#19376D",
                "#576CBC",
                "#A5D7E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.762360Z"
        },
        {
            "id": 952,
            "id_string": "f8f5f1-f8a488-5aa897-45526c-cobaltcat",
            "name": "Electric Ember Meadow",
            "colors": [
                "#F8F5F1",
                "#F8A488",
                "#5AA897",
                "#45526C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.547107Z"
        },
        {
            "id": 808,
            "id_string": "28df99-99f3bd-d2f6c5-f6f7d4-palettepup",
            "name": "Vivid Moss Hush",
            "colors": [
                "#28DF99",
                "#99F3BD",
                "#D2F6C5",
                "#F6F7D4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.382707Z"
        },
        {
            "id": 655,
            "id_string": "fff0f0-ebd4d4-835858-463333-hexharbor",
            "name": "Crimson Field",
            "colors": [
                "#FFF0F0",
                "#EBD4D4",
                "#835858",
                "#463333"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.640755Z"
        },
        {
            "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": 663,
            "id_string": "f9ebc8-fefbe7-dae5d0-a0bcc2-paperfox",
            "name": "Soft Gold Sunset",
            "colors": [
                "#F9EBC8",
                "#FEFBE7",
                "#DAE5D0",
                "#A0BCC2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.678854Z"
        },
        {
            "id": 912,
            "id_string": "fcf8f8-fbefef-f9dfdf-f5afaf-hexharbor",
            "name": "Pastel Rose Bloom",
            "colors": [
                "#FCF8F8",
                "#FBEFEF",
                "#F9DFDF",
                "#F5AFAF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.256243Z"
        },
        {
            "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": 353,
            "id_string": "8d7b68-a4907c-c8b6a6-f1dec9-paperfox",
            "name": "Coral Veil",
            "colors": [
                "#8D7B68",
                "#A4907C",
                "#C8B6A6",
                "#F1DEC9"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.081991Z"
        }
    ]
}