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": 20,
"required_level": 0,
"sell_price": 175,
"item_subclass": {
"name": {
"it_IT": "Elisir",
"ru_RU": "Эликсиры",
"en_GB": "Elixirs",
"zh_TW": "藥劑",
"ko_KR": "비약",
"en_US": "Elixirs",
"es_MX": "Elixires",
"pt_BR": "Elixires",
"es_ES": "Elixires",
"zh_CN": "药剂",
"fr_FR": "Élixirs",
"de_DE": "Elixiere"
},
"id": 2
},
"is_equippable": false,
"purchase_quantity": 5,
"media": {
"id": 198442
},
"item_class": {
"name": {
"it_IT": "Consumabili",
"ru_RU": "Расходуемые",
"en_GB": "Consumable",
"zh_TW": "消耗品",
"ko_KR": "소비용품",
"en_US": "Consumable",
"es_MX": "Consumible",
"pt_BR": "Consumível",
"es_ES": "Consumible",
"zh_CN": "消耗品",
"fr_FR": "Consommable",
"de_DE": "Verbrauchbares"
},
"id": 0
},
"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": 10,
"is_stackable": true,
"name": {
"it_IT": "Rimpiccolitore di Trottapantano",
"ru_RU": "Уменьшитель Жижевентиля",
"en_GB": "Bogthwottle's Shrinky-Do",
"zh_TW": "柏斯沃特的縮小劑",
"ko_KR": "보그쏘틀의 축소제",
"en_US": "Bogthwottle's Shrinky-Do",
"es_MX": "Encogedor de Pananotl",
"pt_BR": "Encolhe-encolhe de Pantanol",
"es_ES": "Encogedor de Bogthwottle",
"zh_CN": "博格斯沃特尔的缩小药",
"fr_FR": "Rétrélicieux de Tourbagaz",
"de_DE": "Sumpfdrossels Schrumpffusel"
},
"purchase_price": 3500,
"id": 198442,
"inventory_type": {
"name": {
"it_IT": "Non equipaggiabile",
"ru_RU": "Неэкипируемое",
"en_GB": "Non-equippable",
"zh_TW": "無法裝備",
"ko_KR": "착용 불가",
"en_US": "Non-equippable",
"es_MX": "No equipable",
"pt_BR": "Não equipável",
"es_ES": "No se puede equipar",
"zh_CN": "无法装备",
"fr_FR": "Objet hors équipement",
"de_DE": "Nicht anlegbar"
},
"type": "NON_EQUIP"
}
}
Comments (0)