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=7
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=8",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=6"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1292,
            "id_string": "233142-455d7a-f95959-e3e3e3-coloreef",
            "name": "Electric Ruby Hush",
            "colors": [
                "#233142",
                "#455D7A",
                "#F95959",
                "#E3E3E3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.302002Z"
        },
        {
            "id": 1291,
            "id_string": "cff1ef-ffffff-fbcffc-be79df-minthaze",
            "name": "Pale Plum Drift",
            "colors": [
                "#CFF1EF",
                "#FFFFFF",
                "#FBCFFC",
                "#BE79DF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.297455Z"
        },
        {
            "id": 1290,
            "id_string": "76ba99-adcf9f-ced89e-ffdcae-candytone",
            "name": "Electric Coral Tide",
            "colors": [
                "#76BA99",
                "#ADCF9F",
                "#CED89E",
                "#FFDCAE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.292943Z"
        },
        {
            "id": 1289,
            "id_string": "072227-35858b-4fbdba-aefeff-retroswatch",
            "name": "Neon Tide Harbor",
            "colors": [
                "#072227",
                "#35858B",
                "#4FBDBA",
                "#AEFEFF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.288259Z"
        },
        {
            "id": 1288,
            "id_string": "112b3c-205375-f66b0e-efefef-cobaltcat",
            "name": "Electric Apricot Meadow",
            "colors": [
                "#112B3C",
                "#205375",
                "#F66B0E",
                "#EFEFEF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.283934Z"
        },
        {
            "id": 1287,
            "id_string": "dff6f0-46b3e6-4d80e4-2e279d-swatchbird",
            "name": "Cyan Glow",
            "colors": [
                "#DFF6F0",
                "#46B3E6",
                "#4D80E4",
                "#2E279D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.279508Z"
        },
        {
            "id": 1286,
            "id_string": "16213e-0f3460-533483-e94560-swatchbird",
            "name": "Twilight Blush Grove",
            "colors": [
                "#16213E",
                "#0F3460",
                "#533483",
                "#E94560"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.274935Z"
        },
        {
            "id": 1285,
            "id_string": "f8b195-f67280-c06c84-355c7d-studiomochi",
            "name": "Rose Sunset",
            "colors": [
                "#F8B195",
                "#F67280",
                "#C06C84",
                "#355C7D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.270233Z"
        },
        {
            "id": 1284,
            "id_string": "ecf2ff-3e54ac-655dbb-bface2-huedrift",
            "name": "Electric Ocean Mist",
            "colors": [
                "#ECF2FF",
                "#3E54AC",
                "#655DBB",
                "#BFACE2"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.265646Z"
        },
        {
            "id": 1283,
            "id_string": "8f87f1-c68efd-e9a5f1-fed2e2-studiomochi",
            "name": "Cloud Indigo Veil",
            "colors": [
                "#8F87F1",
                "#C68EFD",
                "#E9A5F1",
                "#FED2E2"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.261087Z"
        }
    ]
}