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": 50,
"required_level": 35,
"sell_price": 13600,
"item_subclass": {
"name": {
"it_IT": "Pozioni",
"ru_RU": "Зелья",
"en_GB": "Potions",
"zh_TW": "藥水",
"ko_KR": "물약",
"en_US": "Potions",
"es_MX": "Pociones",
"pt_BR": "Poções",
"es_ES": "Pociones",
"zh_CN": "药水",
"fr_FR": "Potions",
"de_DE": "Tränke"
},
"id": 1
},
"is_equippable": false,
"purchase_quantity": 5,
"media": {
"id": 157798
},
"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": 5,
"is_stackable": true,
"name": {
"it_IT": "\"Miele\" di Alabile",
"ru_RU": "\"Мед\" желчекрылов",
"en_GB": "Bilewing \"Honey\"",
"zh_TW": "怒翼「蜂蜜」",
"ko_KR": "담즙날개 \"꿀\"",
"en_US": "Bilewing \"Honey\"",
"es_MX": "\"Miel\" de alabilis",
"pt_BR": "\"Mel\" de Biliasa",
"es_ES": "\"Miel\" alabilis",
"zh_CN": "怨翼“蜂蜜”",
"fr_FR": "« Miel » d’acidoptère",
"de_DE": "Eiterschwingen-\"Honig\""
},
"purchase_price": 272000,
"id": 157798,
"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)