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": "526d199e023c4365a0fec4e507f3fa618af3093a",
"attributes": {
"name": "All Cards",
"size": 84042414,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-01-31"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/all_cards-2026-01-31-203107.json"
}
}, {
"type": "bulk-data",
"id": "ab185a50e989863eac4664f758991da1f103fdbf",
"attributes": {
"name": "English Cards",
"size": 21326816,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-01-31"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/en-2026-01-31-203542.json"
}
}, {
"type": "bulk-data",
"id": "0098595d37d263e62e839f39a5f1134806fcd434",
"attributes": {
"name": "Japanese Cards",
"size": 27009684,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-01-31"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/ja-2026-01-31-203543.json"
}
}, {
"type": "bulk-data",
"id": "c20c456eb7b318b3ea3b3c21073e496b28d10edc",
"attributes": {
"name": "Korean Cards",
"size": 16454492,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-01-31"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/ko-2026-01-31-203544.json"
}
}, {
"type": "bulk-data",
"id": "9043d686b97b3de282dfb37a9967c72ad54e5ec4",
"attributes": {
"name": "Chinese (Simplified) Cards",
"size": 19251428,
"content-type": "application\/vnd.api+json",
"updated-at": "2026-01-31"
},
"links": {
"download": "https:\/\/assets.heroi.cc\/bulk-data\/zh-Hans-2026-01-31-203545.json"
}
}],
"links": {
"self": "https:\/\/api.heroi.cc\/bulk-data"
}
}