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": 2,
"required_level": 1,
"sell_price": 17,
"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": 20850
},
"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": 5606
}
],
"name": {
"it_IT": "Ascia Forgiata Arcana",
"ru_RU": "Чарокованный топор",
"en_GB": "Arcane-Forged Axe",
"zh_TW": "奧鐵斧",
"ko_KR": "비전술로 벼려낸 도끼",
"en_US": "Arcane-Forged Axe",
"es_MX": "Hacha arcanotemplada",
"pt_BR": "Machado Arcano Forjado",
"es_ES": "Hacha forjada de Arcano",
"zh_CN": "奥术熔铸战斧",
"fr_FR": "Hache forgée par les Arcanes",
"de_DE": "Arkangeschmiedete Axt"
},
"purchase_price": 85,
"id": 20850,
"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)