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": 60,
"sell_price": 1,
"item_subclass": {
"name": {
"it_IT": "Mazza",
"ru_RU": "Дробящее",
"en_GB": "Mace",
"zh_TW": "錘",
"ko_KR": "둔기",
"en_US": "Mace",
"es_MX": "Maza",
"pt_BR": "Maça",
"es_ES": "Maza",
"zh_CN": "锤",
"fr_FR": "Masse",
"de_DE": "Streitkolben"
},
"id": 5
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 188745
},
"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": "Epico",
"ru_RU": "Эпическое",
"en_GB": "Epic",
"zh_TW": "史詩",
"ko_KR": "영웅",
"en_US": "Epic",
"es_MX": "Épico",
"pt_BR": "Épico",
"es_ES": "Épico",
"zh_CN": "史诗",
"fr_FR": "Épique",
"de_DE": "Episch"
},
"type": "EPIC"
},
"max_count": 0,
"is_stackable": false,
"appearances": [
{
"id": 42887
}
],
"name": {
"it_IT": "Maglio dei Giurafauce Cinereo",
"ru_RU": "Пепельный молот Верных Утробе",
"en_GB": "Ashen Mawsworn Maul",
"zh_TW": "灰白淵誓槌",
"ko_KR": "잿빛 나락살이 마울",
"en_US": "Ashen Mawsworn Maul",
"es_MX": "Gran maza jurafauces cinérea",
"pt_BR": "Malho Górjuro Cinzento",
"es_ES": "Gran maza jurafauces cinérea",
"zh_CN": "灰烬渊誓之锤",
"fr_FR": "Maillet antrelige cendreux",
"de_DE": "Aschener Spalthammer der Schlundgebundenen"
},
"purchase_price": 4,
"id": 188745,
"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)