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&page=6
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=7",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=5"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 433,
            "id_string": "070f2b-1b1a55-535c91-9290c3-mossyhex",
            "name": "Azure Dream",
            "colors": [
                "#070F2B",
                "#1B1A55",
                "#535C91",
                "#9290C3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.459366Z"
        },
        {
            "id": 988,
            "id_string": "b9f3e4-ea8fea-ffaacf-f6e6c2-studiomochi",
            "name": "Soft Magenta Dawn",
            "colors": [
                "#B9F3E4",
                "#EA8FEA",
                "#FFAACF",
                "#F6E6C2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.829259Z"
        },
        {
            "id": 974,
            "id_string": "ffeac5-ffdbb5-6c4e31-603f26-tonecraft",
            "name": "Neon Apricot Tide",
            "colors": [
                "#FFEAC5",
                "#FFDBB5",
                "#6C4E31",
                "#603F26"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.760415Z"
        },
        {
            "id": 968,
            "id_string": "fd8a8a-f1f7b5-a8d1d1-9ea1d4-cobaltcat",
            "name": "Ruby Harbor",
            "colors": [
                "#FD8A8A",
                "#F1F7B5",
                "#A8D1D1",
                "#9EA1D4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.732491Z"
        },
        {
            "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": 893,
            "id_string": "fff9d0-caf4ff-a0deff-5ab2ff-paperfox",
            "name": "Soft Honey Glow",
            "colors": [
                "#FFF9D0",
                "#CAF4FF",
                "#A0DEFF",
                "#5AB2FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.163281Z"
        },
        {
            "id": 341,
            "id_string": "fff5e4-ffe3e1-ffd1d1-ff9494-candytone",
            "name": "Cloud Coral Dream",
            "colors": [
                "#FFF5E4",
                "#FFE3E1",
                "#FFD1D1",
                "#FF9494"
            ],
            "color_count": 4,
            "like_count": 16,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.020240Z"
        },
        {
            "id": 940,
            "id_string": "c6e7ff-d4f6ff-fbfbfb-ffddae-swatchbird",
            "name": "Pale Tide Sunset",
            "colors": [
                "#C6E7FF",
                "#D4F6FF",
                "#FBFBFB",
                "#FFDDAE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.438063Z"
        },
        {
            "id": 990,
            "id_string": "283149-404b69-f73859-dbedf3-coloreef",
            "name": "Blush Grove",
            "colors": [
                "#283149",
                "#404B69",
                "#F73859",
                "#DBEDF3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.838637Z"
        },
        {
            "id": 928,
            "id_string": "fcf9ea-badfdb-ffa4a4-ffbdbd-huedrift",
            "name": "Cloud Ruby Harbor",
            "colors": [
                "#FCF9EA",
                "#BADFDB",
                "#FFA4A4",
                "#FFBDBD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.331453Z"
        }
    ]
}