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=123
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=124",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=122"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 12,
            "id_string": "434a5f-fc683b-de4b1e-ffffff-crimsonpatterdaleterrier",
            "name": "Plane 2",
            "colors": [
                "#434A5F",
                "#FC683B",
                "#DE4B1E",
                "#FFFFFF"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:14.644108Z"
        },
        {
            "id": 1275,
            "id_string": "00425a-1f8a70-bfdb38-fc7300-nordichue",
            "name": "Twilight Cyan Dusk",
            "colors": [
                "#00425A",
                "#1F8A70",
                "#BFDB38",
                "#FC7300"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.222227Z"
        },
        {
            "id": 1246,
            "id_string": "f47c7c-f7f48b-a1de93-70a1d7-swatchbird",
            "name": "Electric Sunbeam Tide",
            "colors": [
                "#F47C7C",
                "#F7F48B",
                "#A1DE93",
                "#70A1D7"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.065662Z"
        },
        {
            "id": 1224,
            "id_string": "f2f6f5-c8dad3-93b5b3-63707e-huedrift",
            "name": "Lagoon Breeze",
            "colors": [
                "#F2F6F5",
                "#C8DAD3",
                "#93B5B3",
                "#63707E"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.942022Z"
        },
        {
            "id": 267,
            "id_string": "41a7ff-000000-ffffff-ff7be0-ingridhagen26",
            "name": "4-color palette",
            "colors": [
                "#41A7FF",
                "#000000",
                "#FFFFFF",
                "#FF7BE0"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.988368Z"
        },
        {
            "id": 265,
            "id_string": "000000-ffffff-20a777-epicguythatsreallycool",
            "name": "Man Template",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#20A777"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.968333Z"
        },
        {
            "id": 253,
            "id_string": "2e4a52-3a2f4f-c8d0d8-e5de2a-derekyaheard",
            "name": "4-color palette",
            "colors": [
                "#2E4A52",
                "#3A2F4F",
                "#C8D0D8",
                "#E5DE2A"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.848600Z"
        },
        {
            "id": 1274,
            "id_string": "2c2e43-595260-b2b1b9-ffd523-paperfox",
            "name": "Gold Bloom",
            "colors": [
                "#2C2E43",
                "#595260",
                "#B2B1B9",
                "#FFD523"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.217434Z"
        },
        {
            "id": 1226,
            "id_string": "1d5b79-468b97-ef6262-f3aa60-candytone",
            "name": "Vivid Apricot Field",
            "colors": [
                "#1D5B79",
                "#468B97",
                "#EF6262",
                "#F3AA60"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.950965Z"
        },
        {
            "id": 325,
            "id_string": "3e8948-63c74d-9ac77f-53a641-265c42-2e6635-1f4d37-193c3e-hoanglambk57",
            "name": "8-color palette",
            "colors": [
                "#3E8948",
                "#63C74D",
                "#9AC77F",
                "#53A641",
                "#265C42",
                "#2E6635",
                "#1F4D37",
                "#193C3E"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.384477Z"
        }
    ]
}