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=73
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=74",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=72"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 722,
            "id_string": "393646-4f4557-6d5d6e-f4eee0-candytone",
            "name": "Coral Hush",
            "colors": [
                "#393646",
                "#4F4557",
                "#6D5D6E",
                "#F4EEE0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.957233Z"
        },
        {
            "id": 723,
            "id_string": "1c0c5b-3d2c8d-916bbf-c996cc-studiomochi",
            "name": "Vivid Indigo Glow",
            "colors": [
                "#1C0C5B",
                "#3D2C8D",
                "#916BBF",
                "#C996CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.961862Z"
        },
        {
            "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": 725,
            "id_string": "1a1a1d-3b1c32-6a1e55-a64d79-mossyhex",
            "name": "Dusk Plum Bay",
            "colors": [
                "#1A1A1D",
                "#3B1C32",
                "#6A1E55",
                "#A64D79"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.971659Z"
        },
        {
            "id": 726,
            "id_string": "ffbe98-feece2-f7ded0-e2bfb3-coloreef",
            "name": "Soft Coral Glow",
            "colors": [
                "#FFBE98",
                "#FEECE2",
                "#F7DED0",
                "#E2BFB3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.976227Z"
        },
        {
            "id": 727,
            "id_string": "faf3f3-e1e5ea-a7bbc7-da7f8f-minthaze",
            "name": "Cloud Blush Veil",
            "colors": [
                "#FAF3F3",
                "#E1E5EA",
                "#A7BBC7",
                "#DA7F8F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.980798Z"
        },
        {
            "id": 728,
            "id_string": "d2e0fb-fef9d9-dee5d4-8eaccd-coloreef",
            "name": "Pastel Gold Field",
            "colors": [
                "#D2E0FB",
                "#FEF9D9",
                "#DEE5D4",
                "#8EACCD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.985328Z"
        },
        {
            "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": 730,
            "id_string": "fef9e1-e5d0ac-a31d1d-6d2323-duskpixel",
            "name": "Electric Honey Grove",
            "colors": [
                "#FEF9E1",
                "#E5D0AC",
                "#A31D1D",
                "#6D2323"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.994442Z"
        },
        {
            "id": 731,
            "id_string": "1a4d2e-4f6f52-e8dfca-f5efe6-tonecraft",
            "name": "Jade Drift",
            "colors": [
                "#1A4D2E",
                "#4F6F52",
                "#E8DFCA",
                "#F5EFE6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.999047Z"
        }
    ]
}