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=-created&page=36
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=-created&page=37",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=35"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1002,
            "id_string": "ff78c4-e1aeff-ffbdf7-ffecec-swatchbird",
            "name": "Soft Mauve Bay",
            "colors": [
                "#FF78C4",
                "#E1AEFF",
                "#FFBDF7",
                "#FFECEC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.893533Z"
        },
        {
            "id": 1001,
            "id_string": "7fbcd2-a5f1e9-e1ffee-ffeeaf-hexharbor",
            "name": "Soft Forest Dusk",
            "colors": [
                "#7FBCD2",
                "#A5F1E9",
                "#E1FFEE",
                "#FFEEAF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.888948Z"
        },
        {
            "id": 1000,
            "id_string": "d92027-ff9234-ffcd3c-35d0ba-mossyhex",
            "name": "Vivid Amber Glow",
            "colors": [
                "#D92027",
                "#FF9234",
                "#FFCD3C",
                "#35D0BA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.884411Z"
        },
        {
            "id": 999,
            "id_string": "e7e6e1-f7f6e7-f2a154-314e52-swatchbird",
            "name": "Electric Apricot Tide",
            "colors": [
                "#E7E6E1",
                "#F7F6E7",
                "#F2A154",
                "#314E52"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.879919Z"
        },
        {
            "id": 998,
            "id_string": "f1e3cb-f9b384-ca5116-581c0c-minthaze",
            "name": "Neon Apricot Meadow",
            "colors": [
                "#F1E3CB",
                "#F9B384",
                "#CA5116",
                "#581C0C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.875145Z"
        },
        {
            "id": 997,
            "id_string": "8fbdd3-e4d1b9-be8c63-a97155-huedrift",
            "name": "Warm Amber Glow",
            "colors": [
                "#8FBDD3",
                "#E4D1B9",
                "#BE8C63",
                "#A97155"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.870570Z"
        },
        {
            "id": 996,
            "id_string": "00204a-005792-00bbf0-d9faff-palettepup",
            "name": "Neon Cobalt Drift",
            "colors": [
                "#00204A",
                "#005792",
                "#00BBF0",
                "#D9FAFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.866064Z"
        },
        {
            "id": 995,
            "id_string": "2f8f9d-3bacb6-82dbd8-b3e8e5-paperfox",
            "name": "Warm Lagoon Meadow",
            "colors": [
                "#2F8F9D",
                "#3BACB6",
                "#82DBD8",
                "#B3E8E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.861547Z"
        },
        {
            "id": 994,
            "id_string": "34626c-839b97-cfd3ce-c6b497-swatchbird",
            "name": "Tide Mist",
            "colors": [
                "#34626C",
                "#839B97",
                "#CFD3CE",
                "#C6B497"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.856798Z"
        },
        {
            "id": 993,
            "id_string": "303a52-574b90-9e579d-fc85ae-hexharbor",
            "name": "Electric Blush Field",
            "colors": [
                "#303A52",
                "#574B90",
                "#9E579D",
                "#FC85AE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.852238Z"
        }
    ]
}