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=40
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=41",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=39"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 962,
            "id_string": "f0e9e9-c19191-aa7070-8b5d5d-mossyhex",
            "name": "Cool Rose Veil",
            "colors": [
                "#F0E9E9",
                "#C19191",
                "#AA7070",
                "#8B5D5D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.682878Z"
        },
        {
            "id": 961,
            "id_string": "fffafa-ffe0e0-ffc0d0-efdfbf-nordichue",
            "name": "Soft Rose Tide",
            "colors": [
                "#FFFAFA",
                "#FFE0E0",
                "#FFC0D0",
                "#EFDFBF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.672220Z"
        },
        {
            "id": 960,
            "id_string": "3c486b-f0f0f0-f9d949-f45050-palettepup",
            "name": "Gold Harbor",
            "colors": [
                "#3C486B",
                "#F0F0F0",
                "#F9D949",
                "#F45050"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.660860Z"
        },
        {
            "id": 959,
            "id_string": "c40c0c-ff6500-ff8a08-ffc100-paperfox",
            "name": "Neon Amber Breeze",
            "colors": [
                "#C40C0C",
                "#FF6500",
                "#FF8A08",
                "#FFC100"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.652361Z"
        },
        {
            "id": 958,
            "id_string": "13005a-00337c-1c82ad-03c988-palettepup",
            "name": "Violet Tide",
            "colors": [
                "#13005A",
                "#00337C",
                "#1C82AD",
                "#03C988"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.638153Z"
        },
        {
            "id": 957,
            "id_string": "383e56-f69e7b-eedad1-d4b5b0-paperfox",
            "name": "Neon Ember Sunset",
            "colors": [
                "#383E56",
                "#F69E7B",
                "#EEDAD1",
                "#D4B5B0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.604037Z"
        },
        {
            "id": 956,
            "id_string": "eb5353-f9d923-36ae7c-187498-hexharbor",
            "name": "Electric Honey Field",
            "colors": [
                "#EB5353",
                "#F9D923",
                "#36AE7C",
                "#187498"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.592438Z"
        },
        {
            "id": 955,
            "id_string": "eee2de-ea906c-b31312-2b2a4c-cobaltcat",
            "name": "Vivid Ruby Field",
            "colors": [
                "#EEE2DE",
                "#EA906C",
                "#B31312",
                "#2B2A4C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.580986Z"
        },
        {
            "id": 954,
            "id_string": "ffefa0-ffd57e-fca652-ac4b1c-mossyhex",
            "name": "Electric Gold Grove",
            "colors": [
                "#FFEFA0",
                "#FFD57E",
                "#FCA652",
                "#AC4B1C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.571479Z"
        },
        {
            "id": 953,
            "id_string": "789dbc-ffe3e3-fef9f2-c9e9d2-minthaze",
            "name": "Pale Ruby Field",
            "colors": [
                "#789DBC",
                "#FFE3E3",
                "#FEF9F2",
                "#C9E9D2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.566112Z"
        }
    ]
}