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=110
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=111",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=109"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 586,
            "id_string": "303841-3a4750-d72323-eeeeee-coloreef",
            "name": "Crimson Glow",
            "colors": [
                "#303841",
                "#3A4750",
                "#D72323",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.271324Z"
        },
        {
            "id": 990,
            "id_string": "283149-404b69-f73859-dbedf3-coloreef",
            "name": "Blush Grove",
            "colors": [
                "#283149",
                "#404B69",
                "#F73859",
                "#DBEDF3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.838637Z"
        },
        {
            "id": 824,
            "id_string": "ffefe0-fed9ca-c5c5c5-7d7d7d-palettepup",
            "name": "Coral Meadow",
            "colors": [
                "#FFEFE0",
                "#FED9CA",
                "#C5C5C5",
                "#7D7D7D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.600609Z"
        },
        {
            "id": 724,
            "id_string": "050c9c-3572ef-3abef9-a7e6ff-huedrift",
            "name": "Neon Cyan Veil",
            "colors": [
                "#050C9C",
                "#3572EF",
                "#3ABEF9",
                "#A7E6FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.966617Z"
        },
        {
            "id": 1050,
            "id_string": "819a91-a7c1a8-d1d8be-eeefe0-tonecraft",
            "name": "Cool Gold Dusk",
            "colors": [
                "#819A91",
                "#A7C1A8",
                "#D1D8BE",
                "#EEEFE0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.124249Z"
        },
        {
            "id": 1045,
            "id_string": "ffcb91-ffefa1-94ebcd-6ddccf-coloreef",
            "name": "Electric Coral Bay",
            "colors": [
                "#FFCB91",
                "#FFEFA1",
                "#94EBCD",
                "#6DDCCF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.101436Z"
        },
        {
            "id": 1068,
            "id_string": "f2efe7-9acbd0-48a6a7-006a71-swatchbird",
            "name": "Electric Cyan Drift",
            "colors": [
                "#F2EFE7",
                "#9ACBD0",
                "#48A6A7",
                "#006A71"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.208593Z"
        },
        {
            "id": 992,
            "id_string": "190482-7752fe-8e8ffa-c2d9ff-nordichue",
            "name": "Electric Ocean Bloom",
            "colors": [
                "#190482",
                "#7752FE",
                "#8E8FFA",
                "#C2D9FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.847682Z"
        },
        {
            "id": 1064,
            "id_string": "053742-39a2db-a2dbfa-e8f0f2-tonecraft",
            "name": "Neon Aqua Drift",
            "colors": [
                "#053742",
                "#39A2DB",
                "#A2DBFA",
                "#E8F0F2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.190022Z"
        },
        {
            "id": 1069,
            "id_string": "15b7b9-10ddc2-f5f5f5-f57170-duskpixel",
            "name": "Vivid Ruby Meadow",
            "colors": [
                "#15B7B9",
                "#10DDC2",
                "#F5F5F5",
                "#F57170"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.213314Z"
        }
    ]
}