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": 4,
"required_level": 0,
"sell_price": 27,
"item_subclass": {
"name": {
"it_IT": "Maglia",
"ru_RU": "Кольчуга",
"en_GB": "Mail",
"zh_TW": "鎖甲",
"ko_KR": "사슬",
"en_US": "Mail",
"es_MX": "Malla",
"pt_BR": "Malha",
"es_ES": "Malla",
"zh_CN": "锁甲",
"fr_FR": "Mailles",
"de_DE": "Kette"
},
"id": 3
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 131214
},
"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": 1939
}
],
"name": {
"it_IT": "Cintura di Scaglie Animali",
"ru_RU": "Пояс из чешуи животного",
"en_GB": "Animal Scale Belt",
"zh_TW": "動物鱗片腰帶",
"ko_KR": "동물 비늘 허리띠",
"en_US": "Animal Scale Belt",
"es_MX": "Cinturón de escamas animal",
"pt_BR": "Cinto de Escama Animal",
"es_ES": "Cinturón de escama de animal",
"zh_CN": "兽鳞腰带",
"fr_FR": "Ceinture en écailles d'animal",
"de_DE": "Animalischer Schuppengürtel"
},
"purchase_price": 138,
"id": 131214,
"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)