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": 42,
"required_level": 35,
"sell_price": 877046,
"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": 105758
},
"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": 20980
}
],
"name": {
"it_IT": "Pantaloni Antichi di Arielle",
"ru_RU": "Древние бриджи Ариэль",
"en_GB": "Arielle's Ancient Legwraps",
"zh_TW": "亞芮愛爾的遠古裹腿",
"ko_KR": "아리엘의 고대 바지",
"en_US": "Arielle's Ancient Legwraps",
"es_MX": "Ataduras antiguas de Arielle",
"pt_BR": "Culotes Antigos de Arielle",
"es_ES": "Ataduras antiguas de Arielle",
"zh_CN": "艾瑞尔的古老绑腿",
"fr_FR": "Jambards antiques d'Arielle",
"de_DE": "Arielles uralte Beinwickel"
},
"purchase_price": 4385231,
"id": 105758,
"inventory_type": {
"name": {
"it_IT": "Gambe",
"ru_RU": "Ноги",
"en_GB": "Legs",
"zh_TW": "腿部",
"ko_KR": "다리",
"en_US": "Legs",
"es_MX": "Piernas",
"pt_BR": "Pernas",
"es_ES": "Piernas",
"zh_CN": "腿部",
"fr_FR": "Jambes",
"de_DE": "Beine"
},
"type": "LEGS"
}
}
Comments (0)