GET /bulk-data

Endpoint

Returns an array of all Bulk Data items.

§ Example Request

Retrieve all Bulk Data items.

GET https://api.heroi.cc/bulk-data

{
    "data": [{
        "type": "bulk-data",
        "id": "92ccb9087111ba18249889725b2e5b66123d448b",
        "attributes": {
            "name": "All Cards",
            "size": 78471755,
            "content-type": "application\/vnd.api+json",
            "updated-at": "2025-12-12"
        },
        "links": {
            "download": "https:\/\/assets.heroi.cc\/bulk-data\/all_cards-2025-12-12-153221.json"
        }
    }, {
        "type": "bulk-data",
        "id": "6ae2c93c4d75fb66dc758b71e7a439d889da84a8",
        "attributes": {
            "name": "English Cards",
            "size": 19911661,
            "content-type": "application\/vnd.api+json",
            "updated-at": "2025-12-12"
        },
        "links": {
            "download": "https:\/\/assets.heroi.cc\/bulk-data\/en-2025-12-12-153626.json"
        }
    }, {
        "type": "bulk-data",
        "id": "fbd99987cafaa930a7489fe1d87ff4f6a8cd6fe6",
        "attributes": {
            "name": "Japanese Cards",
            "size": 25183942,
            "content-type": "application\/vnd.api+json",
            "updated-at": "2025-12-12"
        },
        "links": {
            "download": "https:\/\/assets.heroi.cc\/bulk-data\/ja-2025-12-12-153627.json"
        }
    }, {
        "type": "bulk-data",
        "id": "89f35aa2f3f654826f4a66e27c4b44564bd4e280",
        "attributes": {
            "name": "Korean Cards",
            "size": 15393080,
            "content-type": "application\/vnd.api+json",
            "updated-at": "2025-12-12"
        },
        "links": {
            "download": "https:\/\/assets.heroi.cc\/bulk-data\/ko-2025-12-12-153628.json"
        }
    }, {
        "type": "bulk-data",
        "id": "492ded7614d442080d0b90286ce9cd93e1c87b67",
        "attributes": {
            "name": "Chinese (Simplified) Cards",
            "size": 17983078,
            "content-type": "application\/vnd.api+json",
            "updated-at": "2025-12-12"
        },
        "links": {
            "download": "https:\/\/assets.heroi.cc\/bulk-data\/zh-Hans-2025-12-12-153629.json"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/bulk-data"
    }
}