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=15
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=16",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=14"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 374,
            "id_string": "f8ede3-dfd3c3-d0b8a8-7d6e83-huedrift",
            "name": "Warm Ember Hush",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#7D6E83"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.182022Z"
        },
        {
            "id": 369,
            "id_string": "fcd8d4-fdf6f0-f8e2cf-f5c6aa-swatchbird",
            "name": "Soft Scarlet Meadow",
            "colors": [
                "#FCD8D4",
                "#FDF6F0",
                "#F8E2CF",
                "#F5C6AA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.159027Z"
        },
        {
            "id": 580,
            "id_string": "d2e0fb-f9f3cc-d7e5ca-8eaccd-coloreef",
            "name": "Pale Cobalt Tide",
            "colors": [
                "#D2E0FB",
                "#F9F3CC",
                "#D7E5CA",
                "#8EACCD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.242226Z"
        },
        {
            "id": 510,
            "id_string": "12372a-436850-adbc9f-fbfada-duskpixel",
            "name": "Sunbeam Dusk",
            "colors": [
                "#12372A",
                "#436850",
                "#ADBC9F",
                "#FBFADA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.824723Z"
        },
        {
            "id": 465,
            "id_string": "f8f4e1-af8f6f-74512d-543310-mossyhex",
            "name": "Cool Apricot Tide",
            "colors": [
                "#F8F4E1",
                "#AF8F6F",
                "#74512D",
                "#543310"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.608796Z"
        },
        {
            "id": 988,
            "id_string": "b9f3e4-ea8fea-ffaacf-f6e6c2-studiomochi",
            "name": "Soft Magenta Dawn",
            "colors": [
                "#B9F3E4",
                "#EA8FEA",
                "#FFAACF",
                "#F6E6C2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.829259Z"
        },
        {
            "id": 599,
            "id_string": "8e7ab5-b784b7-e493b3-eea5a6-candytone",
            "name": "Warm Magenta Mist",
            "colors": [
                "#8E7AB5",
                "#B784B7",
                "#E493B3",
                "#EEA5A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.332772Z"
        },
        {
            "id": 397,
            "id_string": "222831-393e46-ffd369-eeeeee-tonecraft",
            "name": "Neon Amber Veil",
            "colors": [
                "#222831",
                "#393E46",
                "#FFD369",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.290238Z"
        },
        {
            "id": 503,
            "id_string": "937dc2-c689c6-ffabe1-ffe6f7-tonecraft",
            "name": "Vivid Mauve Sunset",
            "colors": [
                "#937DC2",
                "#C689C6",
                "#FFABE1",
                "#FFE6F7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.791751Z"
        },
        {
            "id": 480,
            "id_string": "645caa-a084ca-bface0-ebc7e8-swatchbird",
            "name": "Mauve Bloom",
            "colors": [
                "#645CAA",
                "#A084CA",
                "#BFACE0",
                "#EBC7E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.684146Z"
        }
    ]
}