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": 29,
"required_level": 25,
"sell_price": 27689,
"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": 21682
},
"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": 2980
}
],
"name": {
"it_IT": "Guanti Lunghi Coperti di Bile",
"ru_RU": "Покрытые желчью рукавицы",
"en_GB": "Bile-Covered Gauntlets",
"zh_TW": "膽汁護手",
"ko_KR": "위액투성이 건틀릿",
"en_US": "Bile-Covered Gauntlets",
"es_MX": "Guanteletes cubiertos de bilis",
"pt_BR": "Manoplas Cobertas de Bile",
"es_ES": "Guanteletes cubiertos de bilis",
"zh_CN": "胆汁护手",
"fr_FR": "Gantelets couverts de bile",
"de_DE": "Gallenbespritzte Stulpen"
},
"purchase_price": 138446,
"id": 21682,
"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)