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": 14,
"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": 190146
},
"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": "Raro",
"ru_RU": "Редкое",
"en_GB": "Rare",
"zh_TW": "精良",
"ko_KR": "희귀",
"en_US": "Rare",
"es_MX": "Raro",
"pt_BR": "Raro",
"es_ES": "Raro",
"zh_CN": "精良",
"fr_FR": "Rare",
"de_DE": "Selten"
},
"type": "RARE"
},
"max_count": 0,
"is_stackable": false,
"appearances": [
{
"id": 35226
}
],
"name": {
"it_IT": "Vilspira degli Antoran",
"ru_RU": "Шпиль Скверны Анторуса",
"en_GB": "Antoran Felspire",
"zh_TW": "安托洛斯魔能尖杖",
"ko_KR": "안토란 지옥뾰족지팡이",
"en_US": "Antoran Felspire",
"es_MX": "Agujavil antoriana",
"pt_BR": "Pináculo Vil Antorano",
"es_ES": "Aguja vil antoran",
"zh_CN": "安托兰邪能塔杖",
"fr_FR": "Gangreflèche antoréenne",
"de_DE": "Antorische Teufelsspitze"
},
"purchase_price": 71,
"id": 190146,
"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)