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=-name&page=17
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=-name&page=18",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=16"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1277,
            "id_string": "66806a-b4c6a6-ffc286-fff1af-swatchbird",
            "name": "Vivid Amber Breeze",
            "colors": [
                "#66806A",
                "#B4C6A6",
                "#FFC286",
                "#FFF1AF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.232285Z"
        },
        {
            "id": 958,
            "id_string": "13005a-00337c-1c82ad-03c988-palettepup",
            "name": "Violet Tide",
            "colors": [
                "#13005A",
                "#00337C",
                "#1C82AD",
                "#03C988"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.638153Z"
        },
        {
            "id": 943,
            "id_string": "371b58-4c3575-5b4b8a-7858a6-cobaltcat",
            "name": "Violet Hush",
            "colors": [
                "#371B58",
                "#4C3575",
                "#5B4B8A",
                "#7858A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.464182Z"
        },
        {
            "id": 704,
            "id_string": "495c83-7a86b6-a8a4ce-c8b6e2-swatchbird",
            "name": "Violet Breeze",
            "colors": [
                "#495C83",
                "#7A86B6",
                "#A8A4CE",
                "#C8B6E2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.873766Z"
        },
        {
            "id": 116,
            "id_string": "000000-f2f2f2-f2d5ac-f4c77a-f1bb07-3355ab-blackpygmypython",
            "name": "Vegeta",
            "colors": [
                "#000000",
                "#F2F2F2",
                "#F2D5AC",
                "#F4C77A",
                "#F1BB07",
                "#3355AB"
            ],
            "color_count": 6,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.520262Z"
        },
        {
            "id": 233,
            "id_string": "ffffff-000000-9bdbfe-f89128-0cfa29-ffeb0d-ef291d-fcc6ff-25987878-hoangbv",
            "name": "Unicorn",
            "colors": [
                "#FFFFFF",
                "#000000",
                "#9BDBFE",
                "#F89128",
                "#0CFA29",
                "#FFEB0D",
                "#EF291D",
                "#FCC6FF",
                "#BEEBFF",
                "#C8C8C8"
            ],
            "color_count": 10,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.678942Z"
        },
        {
            "id": 223,
            "id_string": "ffffff-29b8e4-00aade-008fbb-comficker",
            "name": "Twitter",
            "colors": [
                "#FFFFFF",
                "#29B8E4",
                "#00AADE",
                "#008FBB"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.613381Z"
        },
        {
            "id": 228,
            "id_string": "ffffff-663fac-8169a3-a593cd-ebe4ec-comficker",
            "name": "Twitch",
            "colors": [
                "#FFFFFF",
                "#663FAC",
                "#8169A3",
                "#A593CD",
                "#EBE4EC"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.639200Z"
        },
        {
            "id": 860,
            "id_string": "0a4d68-088395-05bfdb-00ffca-swatchbird",
            "name": "Twilight Teal Haze",
            "colors": [
                "#0A4D68",
                "#088395",
                "#05BFDB",
                "#00FFCA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.994726Z"
        },
        {
            "id": 654,
            "id_string": "d4ecdd-345b63-152d35-112031-swatchbird",
            "name": "Twilight Sky Haze",
            "colors": [
                "#D4ECDD",
                "#345B63",
                "#152D35",
                "#112031"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.636102Z"
        }
    ]
}