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": "ff6ac7df9a0b448a2c69e365b7d3b31e65ecfeb6",
"attributes": {
"name": "All Cards",
"size": 94077815,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-03-31"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/all_cards-2026-03-31-190134.json"
}
}, {
"type": "bulk-data",
"id": "4bb6ef241aad52183e987ebfd2b7f8f42b393050",
"attributes": {
"name": "English Cards",
"size": 24032897,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-03-31"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/en-2026-03-31-192254.json"
}
}, {
"type": "bulk-data",
"id": "750b403ddd322c2e8827e5b5bd180535f4af1c99",
"attributes": {
"name": "Japanese Cards",
"size": 30217623,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-03-31"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/ja-2026-03-31-192255.json"
}
}, {
"type": "bulk-data",
"id": "626bb30e1cda9fa5b696cd80bff97000f1ea136e",
"attributes": {
"name": "Korean Cards",
"size": 18288439,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-03-31"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/ko-2026-03-31-192256.json"
}
}, {
"type": "bulk-data",
"id": "3553e538d8bd0c3f8360ef2c392e3e2bd1e991b6",
"attributes": {
"name": "Chinese (Simplified) Cards",
"size": 21538862,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-03-31"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/zh-Hans-2026-03-31-192257.json"
}
}],
"links": {
"self": "https:\/\/api.heroi.cc\/bulk-data"
}
}