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": 50,
"required_level": 40,
"sell_price": 215079,
"item_subclass": {
"name": {
"it_IT": "Stoffa",
"ru_RU": "Ткань",
"en_GB": "Cloth",
"zh_TW": "布甲",
"ko_KR": "천",
"en_US": "Cloth",
"es_MX": "Tela",
"pt_BR": "Tecido",
"es_ES": "Tela",
"zh_CN": "布甲",
"fr_FR": "Tissu",
"de_DE": "Stoff"
},
"id": 1
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 137331
},
"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": 27214
},
{
"id": 27187
}
],
"name": {
"it_IT": "Cintura del Tormento Eterno",
"ru_RU": "Пояс вечных мук",
"en_GB": "Belt of Eternal Torment",
"zh_TW": "無盡折磨腰帶",
"ko_KR": "영원한 고통의 허리띠",
"en_US": "Belt of Eternal Torment",
"es_MX": "Cinturón del tormento eterno",
"pt_BR": "Cinto do Tormento Eterno",
"es_ES": "Cinturón de tormento eterno",
"zh_CN": "永恒折磨腰带",
"fr_FR": "Ceinture de tourment éternel",
"de_DE": "Gürtel der ewigen Qual"
},
"purchase_price": 1075398,
"id": 137331,
"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)