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": 44,
"required_level": 35,
"sell_price": 1500,
"item_subclass": {
"name": {
"it_IT": "Stoffa",
"ru_RU": "Ткань",
"en_GB": "Cloth",
"zh_TW": "布甲",
"ko_KR": "천",
"en_US": "Cloth",
"es_MX": "Tela",
"pt_BR": "Tecido",
"es_ES": "Tela",
"zh_CN": "布甲",
"fr_FR": "Tissu",
"de_DE": "Stoff"
},
"id": 1
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 116175
},
"item_class": {
"name": {
"it_IT": "Armature",
"ru_RU": "Доспехи",
"en_GB": "Armor",
"zh_TW": "護甲",
"ko_KR": "방어구",
"en_US": "Armor",
"es_MX": "Armadura",
"pt_BR": "Armadura",
"es_ES": "Armadura",
"zh_CN": "护甲",
"fr_FR": "Armure",
"de_DE": "Rüstung"
},
"id": 4
},
"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": 24179
},
{
"id": 24178
},
{
"id": 24180
}
],
"name": {
"it_IT": "Mantello Brunito Brillante",
"ru_RU": "Блестящий плащ гениальности",
"en_GB": "Brilliant Burnished Cloak",
"zh_TW": "明亮光潔披風",
"ko_KR": "화려한 빛나는 망토",
"en_US": "Brilliant Burnished Cloak",
"es_MX": "Capa bruñida brillante",
"pt_BR": "Manto Lustrado Brilhante",
"es_ES": "Capa bruñida brillante",
"zh_CN": "鲜亮上蜡斗篷",
"fr_FR": "Cape brunie brillante",
"de_DE": "Brillanter polierter Umhang"
},
"purchase_price": 7500,
"id": 116175,
"inventory_type": {
"name": {
"it_IT": "Schiena",
"ru_RU": "Спина",
"en_GB": "Back",
"zh_TW": "背部",
"ko_KR": "등",
"en_US": "Back",
"es_MX": "Espalda",
"pt_BR": "Costas",
"es_ES": "Espalda",
"zh_CN": "背部",
"fr_FR": "Dos",
"de_DE": "Rücken"
},
"type": "CLOAK"
}
}
Comments (0)