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": 58,
"required_level": 0,
"sell_price": 251942,
"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": 158016
},
"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": "Raro",
"ru_RU": "Редкое",
"en_GB": "Rare",
"zh_TW": "精良",
"ko_KR": "희귀",
"en_US": "Rare",
"es_MX": "Raro",
"pt_BR": "Raro",
"es_ES": "Raro",
"zh_CN": "精良",
"fr_FR": "Rare",
"de_DE": "Selten"
},
"type": "RARE"
},
"max_count": 0,
"is_stackable": false,
"appearances": [
{
"id": 36080
}
],
"name": {
"it_IT": "Guanti Lunghi di Legnosecco",
"ru_RU": "Перчатки Ясеневой рощи",
"en_GB": "Ashenwood Gauntlets",
"zh_TW": "梣木護手",
"ko_KR": "잿빛나무 건틀릿",
"en_US": "Ashenwood Gauntlets",
"es_MX": "Guanteletes xiloceniza",
"pt_BR": "Manoplas Grislenha",
"es_ES": "Guanteletes de Copacinérea",
"zh_CN": "灰树林手套",
"fr_FR": "Gantelets cendrebois",
"de_DE": "Eschenwaldstulpen"
},
"purchase_price": 1259714,
"id": 158016,
"inventory_type": {
"name": {
"it_IT": "Mani",
"ru_RU": "Кисти рук",
"en_GB": "Hands",
"zh_TW": "手",
"ko_KR": "손",
"en_US": "Hands",
"es_MX": "Manos",
"pt_BR": "Mãos",
"es_ES": "Manos",
"zh_CN": "手部",
"fr_FR": "Mains",
"de_DE": "Hände"
},
"type": "HAND"
}
}
Comments (0)