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": 22,
"required_level": 15,
"sell_price": 50809,
"item_subclass": {
"name": {
"it_IT": "Maglia",
"ru_RU": "Кольчуга",
"en_GB": "Mail",
"zh_TW": "鎖甲",
"ko_KR": "사슬",
"en_US": "Mail",
"es_MX": "Malla",
"pt_BR": "Malha",
"es_ES": "Malla",
"zh_CN": "锁甲",
"fr_FR": "Mailles",
"de_DE": "Kette"
},
"id": 3
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 15606
},
"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": "Pregiato",
"ru_RU": "Необычное",
"en_GB": "Uncommon",
"zh_TW": "優秀",
"ko_KR": "고급",
"en_US": "Uncommon",
"es_MX": "Inusual",
"pt_BR": "Incomum",
"es_ES": "Inusual",
"zh_CN": "优秀",
"fr_FR": "Inhabituel",
"de_DE": "Ungewöhnlich"
},
"type": "UNCOMMON"
},
"max_count": 0,
"is_stackable": false,
"appearances": [
{
"id": 4610
}
],
"name": {
"it_IT": "Cintura Antica",
"ru_RU": "Древний пояс",
"en_GB": "Ancient Belt",
"zh_TW": "遠古腰帶",
"ko_KR": "고대 허리띠",
"en_US": "Ancient Belt",
"es_MX": "Cinturón antiguo",
"pt_BR": "Cinto Antigo",
"es_ES": "Cinturón antiguo",
"zh_CN": "远古腰带",
"fr_FR": "Ceinture ancienne",
"de_DE": "Uralter Gürtel"
},
"purchase_price": 254046,
"id": 15606,
"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)