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=13
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=14",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=12"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 956,
            "id_string": "eb5353-f9d923-36ae7c-187498-hexharbor",
            "name": "Electric Honey Field",
            "colors": [
                "#EB5353",
                "#F9D923",
                "#36AE7C",
                "#187498"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.592438Z"
        },
        {
            "id": 780,
            "id_string": "06283d-256d85-47b5ff-dff6ff-huedrift",
            "name": "Electric Aqua Dusk",
            "colors": [
                "#06283D",
                "#256D85",
                "#47B5FF",
                "#DFF6FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.242266Z"
        },
        {
            "id": 677,
            "id_string": "000000-150050-3f0071-610094-studiomochi",
            "name": "Deep Indigo Glow",
            "colors": [
                "#000000",
                "#150050",
                "#3F0071",
                "#610094"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.743160Z"
        },
        {
            "id": 382,
            "id_string": "0a2647-144272-205295-2c74b3-candytone",
            "name": "Twilight Cobalt Dawn",
            "colors": [
                "#0A2647",
                "#144272",
                "#205295",
                "#2C74B3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.219258Z"
        },
        {
            "id": 91,
            "id_string": "f9f3de-513f4a-5ad7fb-4bcaec-e4e2c6-d6d1ba-fbee57-ffd447-a123fc83-comficker",
            "name": "Icon: Signposts",
            "colors": [
                "#F9F3DE",
                "#513F4A",
                "#5AD7FB",
                "#4BCAEC",
                "#E4E2C6",
                "#D6D1BA",
                "#FBEE57",
                "#FFD447",
                "#C3BDAC"
            ],
            "color_count": 9,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.356978Z"
        },
        {
            "id": 1173,
            "id_string": "11009e-4942e4-8696fe-c4b0ff-cobaltcat",
            "name": "Sky Sunset",
            "colors": [
                "#11009E",
                "#4942E4",
                "#8696FE",
                "#C4B0FF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.707325Z"
        },
        {
            "id": 1139,
            "id_string": "1c315e-227c70-88a47c-e6e2c3-cobaltcat",
            "name": "Lagoon Grove",
            "colors": [
                "#1C315E",
                "#227C70",
                "#88A47C",
                "#E6E2C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.538719Z"
        },
        {
            "id": 951,
            "id_string": "f1efec-d4c9be-123458-030303-candytone",
            "name": "Ocean Dawn",
            "colors": [
                "#F1EFEC",
                "#D4C9BE",
                "#123458",
                "#030303"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.542064Z"
        },
        {
            "id": 841,
            "id_string": "f2f2f2-ebd5d5-ea8a8a-685454-pixelpine",
            "name": "Rose Sunset",
            "colors": [
                "#F2F2F2",
                "#EBD5D5",
                "#EA8A8A",
                "#685454"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.878107Z"
        },
        {
            "id": 824,
            "id_string": "ffefe0-fed9ca-c5c5c5-7d7d7d-palettepup",
            "name": "Coral Meadow",
            "colors": [
                "#FFEFE0",
                "#FED9CA",
                "#C5C5C5",
                "#7D7D7D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.600609Z"
        }
    ]
}