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": "69e106f8bf2631c2b49a2710ac81c6f1bac41d18",
"attributes": {
"name": "All Cards",
"size": 99317918,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-07-03"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/all_cards-2026-07-03-013121.json"
}
}, {
"type": "bulk-data",
"id": "59322f0af08062c531d5878f8e973519b7f4f303",
"attributes": {
"name": "English Cards",
"size": 25381271,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-07-03"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/en-2026-07-03-013655.json"
}
}, {
"type": "bulk-data",
"id": "dedba4ba0ba956d8c35a5da59460894465115a8c",
"attributes": {
"name": "Japanese Cards",
"size": 32315504,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-07-03"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/ja-2026-07-03-013657.json"
}
}, {
"type": "bulk-data",
"id": "860235b19c021b3fc2b0f12826e64a8ea4017757",
"attributes": {
"name": "Korean Cards",
"size": 18701007,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-07-03"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/ko-2026-07-03-013658.json"
}
}, {
"type": "bulk-data",
"id": "82ad5ee391d5e10941637aed3fb3e4f9e4be29fd",
"attributes": {
"name": "Chinese (Simplified) Cards",
"size": 22920142,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-07-03"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/zh-Hans-2026-07-03-013658.json"
}
}],
"links": {
"self": "https:\/\/api.heroi.cc\/bulk-data"
}
}