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": 35,
"required_level": 30,
"sell_price": 397667,
"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": 50270
},
"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": "Epico",
"ru_RU": "Эпическое",
"en_GB": "Epic",
"zh_TW": "史詩",
"ko_KR": "영웅",
"en_US": "Epic",
"es_MX": "Épico",
"pt_BR": "Épico",
"es_ES": "Épico",
"zh_CN": "史诗",
"fr_FR": "Épique",
"de_DE": "Episch"
},
"type": "EPIC"
},
"max_count": 0,
"is_stackable": false,
"appearances": [
{
"id": 12174
}
],
"name": {
"it_IT": "Cintura delle Unghie Marce",
"ru_RU": "Пояс из подгнивших ногтей",
"en_GB": "Belt of Rotted Fingernails",
"zh_TW": "腐爛指甲腰帶",
"ko_KR": "썩은 손톱 허리띠",
"en_US": "Belt of Rotted Fingernails",
"es_MX": "Cinturón de uñas podridas",
"pt_BR": "Cinto de Unhas Podres",
"es_ES": "Cinturón de uñas podridas",
"zh_CN": "腐甲腰带",
"fr_FR": "Ceinture des ongles pourris",
"de_DE": "Gürtel aus verrotteten Fingernägeln"
},
"purchase_price": 1988335,
"id": 50270,
"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)