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=usage_count&page=102
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=usage_count&page=103",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=101"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 333,
            "id_string": "000000-ffffff-ff0000-00ff00-ffff00-ff00ff-00ffff-ffa500-d0e2a897-jerdrickcourcelle",
            "name": "9-color palette",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF0000",
                "#00FF00",
                "#FFFF00",
                "#FF00FF",
                "#00FFFF",
                "#FFA500",
                "#696969"
            ],
            "color_count": 9,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.430270Z"
        },
        {
            "id": 883,
            "id_string": "fbf8f1-f7ecde-e9dac1-54bab9-retroswatch",
            "name": "Soft Ember Mist",
            "colors": [
                "#FBF8F1",
                "#F7ECDE",
                "#E9DAC1",
                "#54BAB9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.116856Z"
        },
        {
            "id": 682,
            "id_string": "f875aa-ffdfdf-fff6f6-aedefc-cobaltcat",
            "name": "Pale Ruby Veil",
            "colors": [
                "#F875AA",
                "#FFDFDF",
                "#FFF6F6",
                "#AEDEFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.770240Z"
        },
        {
            "id": 132,
            "id_string": "557b99-261c38-26314a-fdd9be-436389-ffffff-whitelancetfish",
            "name": "Batman",
            "colors": [
                "#557B99",
                "#261C38",
                "#26314A",
                "#FDD9BE",
                "#436389",
                "#FFFFFF"
            ],
            "color_count": 6,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.793201Z"
        },
        {
            "id": 981,
            "id_string": "ffc93c-07689f-40a8c4-a2d5f2-palettepup",
            "name": "Coral Field",
            "colors": [
                "#FFC93C",
                "#07689F",
                "#40A8C4",
                "#A2D5F2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.796173Z"
        },
        {
            "id": 604,
            "id_string": "1c6758-3d8361-d6cda4-eef2e6-paperfox",
            "name": "Warm Lagoon Dawn",
            "colors": [
                "#1C6758",
                "#3D8361",
                "#D6CDA4",
                "#EEF2E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.355864Z"
        },
        {
            "id": 738,
            "id_string": "393232-4d4545-8d6262-ed8d8d-mossyhex",
            "name": "Electric Ruby Harbor",
            "colors": [
                "#393232",
                "#4D4545",
                "#8D6262",
                "#ED8D8D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.038266Z"
        },
        {
            "id": 982,
            "id_string": "405d72-758694-f7e7dc-fff8f3-huedrift",
            "name": "Neon Apricot Hush",
            "colors": [
                "#405D72",
                "#758694",
                "#F7E7DC",
                "#FFF8F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.800960Z"
        },
        {
            "id": 140,
            "id_string": "020000-e2cbac-7a7674-e1a092-ffffff-cyanreddeer",
            "name": "Dairy Cow",
            "colors": [
                "#020000",
                "#E2CBAC",
                "#7A7674",
                "#E1A092",
                "#FFFFFF"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.008529Z"
        },
        {
            "id": 437,
            "id_string": "9a3b3b-c08261-e2c799-f2ecbe-swatchbird",
            "name": "Citrine Grove",
            "colors": [
                "#9A3B3B",
                "#C08261",
                "#E2C799",
                "#F2ECBE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.477723Z"
        }
    ]
}