Raw Blizzard Data
Everything below came straight from the Blizzard API response, in case you want to add a new field to the template above.
{
"level": 2,
"required_level": 0,
"sell_price": 9,
"item_subclass": {
"name": {
"it_IT": "Piastre",
"ru_RU": "Латы",
"en_GB": "Plate",
"zh_TW": "鎧甲",
"ko_KR": "판금",
"en_US": "Plate",
"es_MX": "Placas",
"pt_BR": "Placas",
"es_ES": "Placas",
"zh_CN": "板甲",
"fr_FR": "Plaques",
"de_DE": "Platte"
},
"id": 4
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 59052
},
"item_class": {
"name": {
"it_IT": "Armature",
"ru_RU": "Доспехи",
"en_GB": "Armor",
"zh_TW": "護甲",
"ko_KR": "방어구",
"en_US": "Armor",
"es_MX": "Armadura",
"pt_BR": "Armadura",
"es_ES": "Armadura",
"zh_CN": "护甲",
"fr_FR": "Armure",
"de_DE": "Rüstung"
},
"id": 4
},
"quality": {
"name": {
"it_IT": "Comune",
"ru_RU": "Обычное",
"en_GB": "Common",
"zh_TW": "普通",
"ko_KR": "일반",
"en_US": "Common",
"es_MX": "Común",
"pt_BR": "Comum",
"es_ES": "Común",
"zh_CN": "普通",
"fr_FR": "Commun",
"de_DE": "Gewöhnlich"
},
"type": "COMMON"
},
"max_count": 0,
"is_stackable": false,
"appearances": [
{
"id": 12867
}
],
"name": {
"it_IT": "Cintura dell'Equilibrio Statico",
"ru_RU": "Пояс статического равновесия",
"en_GB": "Belt of Static Equilibrium",
"zh_TW": "靜態平衡腰帶",
"ko_KR": "정적 평형의 허리띠",
"en_US": "Belt of Static Equilibrium",
"es_MX": "Cinturón de equilibrio estático",
"pt_BR": "Cinto de Equilíbrio Estático",
"es_ES": "Cinturón de equilibrio estático",
"zh_CN": "静态平衡腰带",
"fr_FR": "Ceinture d'équilibre statique",
"de_DE": "Gürtel des statischen Ausgleichs"
},
"purchase_price": 46,
"id": 59052,
"inventory_type": {
"name": {
"it_IT": "Fianchi",
"ru_RU": "Пояс",
"en_GB": "Waist",
"zh_TW": "腰部",
"ko_KR": "허리",
"en_US": "Waist",
"es_MX": "Cintura",
"pt_BR": "Cintura",
"es_ES": "Cintura",
"zh_CN": "腰部",
"fr_FR": "Taille",
"de_DE": "Taille"
},
"type": "WAIST"
}
}
Comments (0)