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=like_count&page=98
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=like_count&page=99",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=97"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 489,
            "id_string": "f8ecd1-deb6ab-ac7d88-85586f-tonecraft",
            "name": "Coral Harbor",
            "colors": [
                "#F8ECD1",
                "#DEB6AB",
                "#AC7D88",
                "#85586F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.725978Z"
        },
        {
            "id": 545,
            "id_string": "dff2eb-b9e5e8-7ab2d3-4a628a-studiomochi",
            "name": "Tide Drift",
            "colors": [
                "#DFF2EB",
                "#B9E5E8",
                "#7AB2D3",
                "#4A628A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.072509Z"
        },
        {
            "id": 729,
            "id_string": "fff2cc-ffd966-f4b183-dfa67b-swatchbird",
            "name": "Coral Tide",
            "colors": [
                "#FFF2CC",
                "#FFD966",
                "#F4B183",
                "#DFA67B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.989910Z"
        },
        {
            "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"
        },
        {
            "id": 569,
            "id_string": "f7c8e0-dfffd8-b4e4ff-95bdff-huedrift",
            "name": "Cloud Forest Meadow",
            "colors": [
                "#F7C8E0",
                "#DFFFD8",
                "#B4E4FF",
                "#95BDFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.188704Z"
        },
        {
            "id": 941,
            "id_string": "3a98b9-fff1dc-e8d5c4-eeeeee-retroswatch",
            "name": "Cloud Amber Glow",
            "colors": [
                "#3A98B9",
                "#FFF1DC",
                "#E8D5C4",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.442684Z"
        },
        {
            "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": 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": 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": 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"
        }
    ]
}