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": 1,
"required_level": 1,
"sell_price": 6,
"item_subclass": {
"name": {
"it_IT": "Ascia",
"ru_RU": "Топор",
"en_GB": "Axe",
"zh_TW": "斧",
"ko_KR": "도끼",
"en_US": "Axe",
"es_MX": "Hacha",
"pt_BR": "Machado",
"es_ES": "Hacha",
"zh_CN": "斧",
"fr_FR": "Hache",
"de_DE": "Axt"
},
"id": 1
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 260743
},
"item_class": {
"name": {
"it_IT": "Arma",
"ru_RU": "Оружие",
"en_GB": "Weapon",
"zh_TW": "武器",
"ko_KR": "무기",
"en_US": "Weapon",
"es_MX": "Arma",
"pt_BR": "Arma",
"es_ES": "Arma",
"zh_CN": "武器",
"fr_FR": "Arme",
"de_DE": "Waffe"
},
"id": 2
},
"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": 123114
}
],
"name": {
"it_IT": "Ascia Grande \"Turbine\" Blu",
"ru_RU": "Топор большого синего \"вихрика\"",
"en_GB": "Big Navy \"Whirlwind\" Axe",
"zh_TW": "海軍藍大「旋風」斧",
"ko_KR": "덩치 큰 남색 \"소용돌이\" 도끼",
"en_US": "Big Navy \"Whirlwind\" Axe",
"es_MX": "Gran hacha \"torbellino\" azul marino",
"pt_BR": "Machado \"Redemoinhozinho\" Azul-marinho Grande",
"es_ES": "Hacha grande \"Torbellino\" azul marino",
"zh_CN": "大型海军蓝“旋风”斧",
"fr_FR": "Grande hache « tourbillon » bleu marine",
"de_DE": "Große marineblaue \"Wirbelwind\"-Axt"
},
"purchase_price": 33,
"id": 260743,
"inventory_type": {
"name": {
"it_IT": "Due mani",
"ru_RU": "Двуручное",
"en_GB": "Two-Hand",
"zh_TW": "雙手",
"ko_KR": "양손 장비",
"en_US": "Two-Hand",
"es_MX": "Dos manos",
"pt_BR": "Duas mãos",
"es_ES": "Dos manos",
"zh_CN": "双手",
"fr_FR": "Deux mains",
"de_DE": "Zweihändig"
},
"type": "TWOHWEAPON"
}
}
Comments (0)