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": 35,
"required_level": 30,
"sell_price": 75513,
"item_subclass": {
"name": {
"it_IT": "Cuoio",
"ru_RU": "Кожа",
"en_GB": "Leather",
"zh_TW": "皮甲",
"ko_KR": "가죽",
"en_US": "Leather",
"es_MX": "Cuero",
"pt_BR": "Couro",
"es_ES": "Cuero",
"zh_CN": "皮甲",
"fr_FR": "Cuir",
"de_DE": "Leder"
},
"id": 2
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 50707
},
"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": 12502
}
],
"name": {
"it_IT": "Cintura Suturata di Astrylian",
"ru_RU": "Стеганый кушак Астрилиана",
"en_GB": "Astrylian's Sutured Cinch",
"zh_TW": "亞斯崔立安的縫合繫腰",
"ko_KR": "아스트릴리안의 봉합 허리끈",
"en_US": "Astrylian's Sutured Cinch",
"es_MX": "Cincho suturado de Astrylian",
"pt_BR": "Cilha Suturada de Astrylian",
"es_ES": "Cincho suturado de Astrylian",
"zh_CN": "阿斯崔里安的缝合腰带",
"fr_FR": "Cordelière suturée d'Astrylian",
"de_DE": "Astrylians vernähter Gurt"
},
"purchase_price": 377568,
"id": 50707,
"inventory_type": {
"name": {
"it_IT": "Fianchi",
"ru_RU": "Пояс",
"en_GB": "Waist",
"zh_TW": "腰部",
"ko_KR": "허리",
"en_US": "Waist",
"es_MX": "Cintura",
"pt_BR": "Cintura",
"es_ES": "Cintura",
"zh_CN": "腰部",
"fr_FR": "Taille",
"de_DE": "Taille"
},
"type": "WAIST"
}
}
Comments (0)