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": 33,
"required_level": 0,
"sell_price": 19413,
"item_subclass": {
"name": {
"it_IT": "Bastone",
"ru_RU": "Посох",
"en_GB": "Staff",
"zh_TW": "法杖",
"ko_KR": "지팡이",
"en_US": "Staff",
"es_MX": "Bastón",
"pt_BR": "Cajado",
"es_ES": "Bastón",
"zh_CN": "法杖",
"fr_FR": "Bâton",
"de_DE": "Stab"
},
"id": 10
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 39109
},
"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": "Pregiato",
"ru_RU": "Необычное",
"en_GB": "Uncommon",
"zh_TW": "優秀",
"ko_KR": "고급",
"en_US": "Uncommon",
"es_MX": "Inusual",
"pt_BR": "Incomum",
"es_ES": "Inusual",
"zh_CN": "优秀",
"fr_FR": "Inhabituel",
"de_DE": "Ungewöhnlich"
},
"type": "UNCOMMON"
},
"max_count": 0,
"is_stackable": false,
"appearances": [
{
"id": 9608
}
],
"name": {
"it_IT": "Ramo dello Spirito Vagante",
"ru_RU": "Ветвь блуждающего духа",
"en_GB": "Branch of the Roaming Spirit",
"zh_TW": "漫遊精靈木枝",
"ko_KR": "떠도는 영혼의 가지",
"en_US": "Branch of the Roaming Spirit",
"es_MX": "Rama de espíritu vagabundo",
"pt_BR": "Galho do Espírito Errante",
"es_ES": "Rama de espíritu vagabundo",
"zh_CN": "游荡灵魂之枝",
"fr_FR": "Branche de l'esprit vagabond",
"de_DE": "Zweig des umherirrenden Geistes"
},
"purchase_price": 97067,
"id": 39109,
"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)