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=114
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=115",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=113"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1133,
            "id_string": "222831-30475e-c1a57b-ececec-paperfox",
            "name": "Apricot Grove",
            "colors": [
                "#222831",
                "#30475E",
                "#C1A57B",
                "#ECECEC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.511220Z"
        },
        {
            "id": 1098,
            "id_string": "845460-ead3cb-bdc7c9-2b4f60-candytone",
            "name": "Ember Sunset",
            "colors": [
                "#845460",
                "#EAD3CB",
                "#BDC7C9",
                "#2B4F60"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.349696Z"
        },
        {
            "id": 1072,
            "id_string": "f4f9f4-c4e3cb-8aae92-616161-palettepup",
            "name": "Cool Pine Dream",
            "colors": [
                "#F4F9F4",
                "#C4E3CB",
                "#8AAE92",
                "#616161"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.227493Z"
        },
        {
            "id": 1054,
            "id_string": "766161-87a7b3-cdc7be-e1f1dd-mossyhex",
            "name": "Moss Veil",
            "colors": [
                "#766161",
                "#87A7B3",
                "#CDC7BE",
                "#E1F1DD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.142794Z"
        },
        {
            "id": 790,
            "id_string": "212121-6d9886-d9cab3-f6f6f6-retroswatch",
            "name": "Apricot Bay",
            "colors": [
                "#212121",
                "#6D9886",
                "#D9CAB3",
                "#F6F6F6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.289069Z"
        },
        {
            "id": 242,
            "id_string": "c88209-e6d1ad-b8ab94-7d6c4f-442f13-c46836-e5a02a-ffffff-4cbf7aa1-ilovepokemon485",
            "name": "9-color palette",
            "colors": [
                "#C88209",
                "#E6D1AD",
                "#B8AB94",
                "#7D6C4F",
                "#442F13",
                "#C46836",
                "#E5A02A",
                "#FFFFFF",
                "#000000"
            ],
            "color_count": 9,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.763921Z"
        },
        {
            "id": 182,
            "id_string": "ffffff-61ce0a-c8010b-000000-comficker",
            "name": "Green Monster",
            "colors": [
                "#FFFFFF",
                "#61CE0A",
                "#C8010B",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.389510Z"
        },
        {
            "id": 82,
            "id_string": "000000-f5b400-828083-023c6e-ffffff-comficker",
            "name": "Minion: Kevin",
            "colors": [
                "#000000",
                "#F5B400",
                "#828083",
                "#023C6E",
                "#FFFFFF"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.310779Z"
        },
        {
            "id": 1241,
            "id_string": "1d5d9b-75c2f6-f4d160-fbeeac-paperfox",
            "name": "Vivid Gold Harbor",
            "colors": [
                "#1D5D9B",
                "#75C2F6",
                "#F4D160",
                "#FBEEAC"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.027759Z"
        },
        {
            "id": 1232,
            "id_string": "252525-6930c3-64dfdf-80ffdb-retroswatch",
            "name": "Neon Lagoon Dawn",
            "colors": [
                "#252525",
                "#6930C3",
                "#64DFDF",
                "#80FFDB"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.981661Z"
        }
    ]
}