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=30
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=31",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=29"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 871,
            "id_string": "999b84-926e6f-ca8a8b-e6c4c0-duskpixel",
            "name": "Ruby Grove",
            "colors": [
                "#999B84",
                "#926E6F",
                "#CA8A8B",
                "#E6C4C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.057762Z"
        },
        {
            "id": 785,
            "id_string": "d3dedc-92a9bd-7c99ac-ffefef-studiomochi",
            "name": "Electric Scarlet Grove",
            "colors": [
                "#D3DEDC",
                "#92A9BD",
                "#7C99AC",
                "#FFEFEF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.266205Z"
        },
        {
            "id": 762,
            "id_string": "eb6383-fa9191-ffe9c5-b4f2e1-huedrift",
            "name": "Cloud Ember Tide",
            "colors": [
                "#EB6383",
                "#FA9191",
                "#FFE9C5",
                "#B4F2E1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.155821Z"
        },
        {
            "id": 711,
            "id_string": "f1d4d4-ddb6c6-ac8daf-484c7f-duskpixel",
            "name": "Cool Crimson Glow",
            "colors": [
                "#F1D4D4",
                "#DDB6C6",
                "#AC8DAF",
                "#484C7F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.905706Z"
        },
        {
            "id": 701,
            "id_string": "bedcfa-98acf8-b088f9-da9ff9-nordichue",
            "name": "Pale Violet Bay",
            "colors": [
                "#BEDCFA",
                "#98ACF8",
                "#B088F9",
                "#DA9FF9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.859701Z"
        },
        {
            "id": 695,
            "id_string": "f9fbe7-f0edd4-eccdb4-fea1a1-coloreef",
            "name": "Soft Scarlet Grove",
            "colors": [
                "#F9FBE7",
                "#F0EDD4",
                "#ECCDB4",
                "#FEA1A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.832080Z"
        },
        {
            "id": 669,
            "id_string": "fff9ca-ffdeb4-ffb4b4-b2a4ff-tonecraft",
            "name": "Pastel Honey Bay",
            "colors": [
                "#FFF9CA",
                "#FFDEB4",
                "#FFB4B4",
                "#B2A4FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.706278Z"
        },
        {
            "id": 607,
            "id_string": "88ab8e-afc8ad-eee7da-f2f1eb-minthaze",
            "name": "Pale Coral Field",
            "colors": [
                "#88AB8E",
                "#AFC8AD",
                "#EEE7DA",
                "#F2F1EB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.371283Z"
        },
        {
            "id": 565,
            "id_string": "cde8e5-eef7ff-7ab2b2-4d869c-cobaltcat",
            "name": "Neon Tide Bloom",
            "colors": [
                "#CDE8E5",
                "#EEF7FF",
                "#7AB2B2",
                "#4D869C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.170313Z"
        },
        {
            "id": 532,
            "id_string": "ffd4b2-fff6bd-ceedc7-86c8bc-candytone",
            "name": "Soft Coral Mist",
            "colors": [
                "#FFD4B2",
                "#FFF6BD",
                "#CEEDC7",
                "#86C8BC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.005341Z"
        }
    ]
}