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=97
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=98",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=96"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1055,
            "id_string": "adb2d4-c7d9dd-d5e5d5-eef1da-duskpixel",
            "name": "Cloud Meadow Dream",
            "colors": [
                "#ADB2D4",
                "#C7D9DD",
                "#D5E5D5",
                "#EEF1DA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.147260Z"
        },
        {
            "id": 822,
            "id_string": "2e0249-570a57-a91079-f806cc-huedrift",
            "name": "Dusk Orchid Dream",
            "colors": [
                "#2E0249",
                "#570A57",
                "#A91079",
                "#F806CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.566807Z"
        },
        {
            "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": 617,
            "id_string": "fcf8e8-94b49f-ecb390-df7861-nordichue",
            "name": "Sunbeam Grove",
            "colors": [
                "#FCF8E8",
                "#94B49F",
                "#ECB390",
                "#DF7861"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.424223Z"
        },
        {
            "id": 581,
            "id_string": "2f5d62-5e8b7e-a7c4bc-dfeeea-candytone",
            "name": "Cool Aqua Hush",
            "colors": [
                "#2F5D62",
                "#5E8B7E",
                "#A7C4BC",
                "#DFEEEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.247007Z"
        },
        {
            "id": 811,
            "id_string": "863a6f-975c8d-d989b5-ffadbc-cobaltcat",
            "name": "Vivid Rose Dream",
            "colors": [
                "#863A6F",
                "#975C8D",
                "#D989B5",
                "#FFADBC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.396721Z"
        },
        {
            "id": 1132,
            "id_string": "11cbd7-c6f1e7-f0fff3-fa4659-duskpixel",
            "name": "Neon Moss Dawn",
            "colors": [
                "#11CBD7",
                "#C6F1E7",
                "#F0FFF3",
                "#FA4659"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.506459Z"
        },
        {
            "id": 689,
            "id_string": "f6e7d8-f68989-c65d7b-874356-studiomochi",
            "name": "Neon Scarlet Bloom",
            "colors": [
                "#F6E7D8",
                "#F68989",
                "#C65D7B",
                "#874356"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.803993Z"
        },
        {
            "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": 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"
        }
    ]
}