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": 18,
"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": 0
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 248728
},
"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": 119941
}
],
"name": {
"it_IT": "Costolette Affumicate Avvolte nel Bacon",
"ru_RU": "Завернутые в бекон ребрышки",
"en_GB": "Bacon-Wrapped Smoked Ribs",
"zh_TW": "裹了培根的煙燻肋排",
"ko_KR": "베이컨으로 감싼 훈연 갈비",
"en_US": "Bacon-Wrapped Smoked Ribs",
"es_MX": "Costillas ahumadas envueltas en tocino",
"pt_BR": "Costelas Defumadas Envoltas em Bacon",
"es_ES": "Costillas ahumadas envueltas en beicon",
"zh_CN": "培根烟熏肋排卷",
"fr_FR": "Côtes fumées enroulées de bacon",
"de_DE": "Räucherrippchen im Speckmantel"
},
"purchase_price": 94,
"id": 248728,
"inventory_type": {
"name": {
"it_IT": "Una mano",
"ru_RU": "Одноручное",
"en_GB": "One-Hand",
"zh_TW": "單手",
"ko_KR": "한손 장비",
"en_US": "One-Hand",
"es_MX": "Una mano",
"pt_BR": "Uma Mão",
"es_ES": "Una mano",
"zh_CN": "单手",
"fr_FR": "À une main",
"de_DE": "Einhändig"
},
"type": "WEAPON"
}
}
Comments (0)