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": 402,
"required_level": 70,
"sell_price": 343516,
"item_subclass": {
"name": {
"it_IT": "Piastre",
"ru_RU": "Латы",
"en_GB": "Plate",
"zh_TW": "鎧甲",
"ko_KR": "판금",
"en_US": "Plate",
"es_MX": "Placas",
"pt_BR": "Placas",
"es_ES": "Placas",
"zh_CN": "板甲",
"fr_FR": "Plaques",
"de_DE": "Platte"
},
"id": 4
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 207625
},
"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": 80060
}
],
"name": {
"it_IT": "Cinturone Anomalo",
"ru_RU": "Аномальный ремень",
"en_GB": "Anomalous Girdle",
"zh_TW": "異象束腰",
"ko_KR": "변형된 요대",
"en_US": "Anomalous Girdle",
"es_MX": "Faja anómala",
"pt_BR": "Cinturão Anômalo",
"es_ES": "Faja anómala",
"zh_CN": "异象腰铠",
"fr_FR": "Ceinturon anormal",
"de_DE": "Anomale Gürtung"
},
"purchase_price": 1717581,
"id": 207625,
"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)