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=72
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=73",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=71"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 128,
            "id_string": "2e2e2e-f5e303-010000-eabb17-e1e1e1-comficker",
            "name": "Angry Birds 8bit: Chuck",
            "colors": [
                "#2E2E2E",
                "#F5E303",
                "#010000",
                "#EABB17",
                "#E1E1E1"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.613601Z"
        },
        {
            "id": 54,
            "id_string": "ffffff-132c38-ecd4d0-69bc3b-f6f2eb-41bfee-3963a9-foxblack",
            "name": "Adventure Time: Finn",
            "colors": [
                "#FFFFFF",
                "#132C38",
                "#ECD4D0",
                "#69BC3B",
                "#F6F2EB",
                "#41BFEE",
                "#3963A9"
            ],
            "color_count": 7,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.144623Z"
        },
        {
            "id": 1221,
            "id_string": "000000-bd4b4b-efb7b7-eeeeee-swatchbird",
            "name": "Cool Crimson Mist",
            "colors": [
                "#000000",
                "#BD4B4B",
                "#EFB7B7",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.928042Z"
        },
        {
            "id": 1102,
            "id_string": "f9e4d4-d67d3e-9c0f48-470d21-nordichue",
            "name": "Vivid Rose Bay",
            "colors": [
                "#F9E4D4",
                "#D67D3E",
                "#9C0F48",
                "#470D21"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.368208Z"
        },
        {
            "id": 1056,
            "id_string": "6c4ab6-8d72e1-8d9eff-b9e0ff-candytone",
            "name": "Ocean Bloom",
            "colors": [
                "#6C4AB6",
                "#8D72E1",
                "#8D9EFF",
                "#B9E0FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.151993Z"
        },
        {
            "id": 1023,
            "id_string": "ff7b54-ffb26b-ffd56b-939b62-paperfox",
            "name": "Neon Rose Dusk",
            "colors": [
                "#FF7B54",
                "#FFB26B",
                "#FFD56B",
                "#939B62"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.994801Z"
        },
        {
            "id": 874,
            "id_string": "dddddd-fab7b7-f5a8a8-e19999-candytone",
            "name": "Pastel Ruby Haze",
            "colors": [
                "#DDDDDD",
                "#FAB7B7",
                "#F5A8A8",
                "#E19999"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.076145Z"
        },
        {
            "id": 857,
            "id_string": "451952-662549-ae445a-f39f5a-cobaltcat",
            "name": "Electric Amber Hush",
            "colors": [
                "#451952",
                "#662549",
                "#AE445A",
                "#F39F5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.980513Z"
        },
        {
            "id": 842,
            "id_string": "261c2c-3e2c41-5c527f-6e85b2-coloreef",
            "name": "Azure Harbor",
            "colors": [
                "#261C2C",
                "#3E2C41",
                "#5C527F",
                "#6E85B2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.897389Z"
        },
        {
            "id": 758,
            "id_string": "2d132c-801336-c72c41-ee4540-palettepup",
            "name": "Dusk Rose Bloom",
            "colors": [
                "#2D132C",
                "#801336",
                "#C72C41",
                "#EE4540"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.137636Z"
        }
    ]
}