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
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&page=2",
        "previous": null
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 925,
            "id_string": "fff5e0-ff6969-c70039-141e46-pixelpine",
            "name": "Vivid Amber Drift",
            "colors": [
                "#FFF5E0",
                "#FF6969",
                "#C70039",
                "#141E46"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.317379Z"
        },
        {
            "id": 989,
            "id_string": "68b0ab-8fc0a9-c8d5b9-faf3dd-huedrift",
            "name": "Vivid Honey Glow",
            "colors": [
                "#68B0AB",
                "#8FC0A9",
                "#C8D5B9",
                "#FAF3DD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.834255Z"
        },
        {
            "id": 939,
            "id_string": "1a1a2e-16213e-0f3460-e94560-duskpixel",
            "name": "Twilight Magenta Dawn",
            "colors": [
                "#1A1A2E",
                "#16213E",
                "#0F3460",
                "#E94560"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.428550Z"
        },
        {
            "id": 933,
            "id_string": "4c0033-790252-af0171-e80f88-swatchbird",
            "name": "Plum Breeze",
            "colors": [
                "#4C0033",
                "#790252",
                "#AF0171",
                "#E80F88"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.357246Z"
        },
        {
            "id": 967,
            "id_string": "ff6500-1e3e62-0b192c-000000-swatchbird",
            "name": "Deep Coral Dawn",
            "colors": [
                "#FF6500",
                "#1E3E62",
                "#0B192C",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.727568Z"
        },
        {
            "id": 932,
            "id_string": "ffeedb-ffd8cc-ffbd9b-0a1d37-coloreef",
            "name": "Vivid Ember Hush",
            "colors": [
                "#FFEEDB",
                "#FFD8CC",
                "#FFBD9B",
                "#0A1D37"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.352256Z"
        },
        {
            "id": 937,
            "id_string": "433878-7e60bf-e4b1f0-ffe1ff-minthaze",
            "name": "Vivid Plum Bay",
            "colors": [
                "#433878",
                "#7E60BF",
                "#E4B1F0",
                "#FFE1FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.405178Z"
        },
        {
            "id": 923,
            "id_string": "606c5d-fff4f4-f7e6c4-f1c376-mossyhex",
            "name": "Vivid Ruby Dream",
            "colors": [
                "#606C5D",
                "#FFF4F4",
                "#F7E6C4",
                "#F1C376"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.308153Z"
        },
        {
            "id": 985,
            "id_string": "94d0cc-eec4c4-f29191-d1d9d9-tonecraft",
            "name": "Pale Rose Bloom",
            "colors": [
                "#94D0CC",
                "#EEC4C4",
                "#F29191",
                "#D1D9D9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.815005Z"
        },
        {
            "id": 903,
            "id_string": "e9efc0-b4e197-83bd75-4e944f-swatchbird",
            "name": "Cool Fern Hush",
            "colors": [
                "#E9EFC0",
                "#B4E197",
                "#83BD75",
                "#4E944F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.212229Z"
        }
    ]
}