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": 359398,
"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": 144358
},
"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": "Leggendario",
"ru_RU": "Легендарное",
"en_GB": "Legendary",
"zh_TW": "傳說",
"ko_KR": "전설",
"en_US": "Legendary",
"es_MX": "Legendario",
"pt_BR": "Lendário",
"es_ES": "Legendario",
"zh_CN": "传说",
"fr_FR": "Légendaire",
"de_DE": "Legendär"
},
"type": "LEGENDARY"
},
"max_count": 0,
"is_stackable": false,
"appearances": [
{
"id": 15789
}
],
"name": {
"it_IT": "Cenere in Polvere",
"ru_RU": "Прах к пеплу",
"en_GB": "Ashes to Dust",
"zh_TW": "塵終歸土",
"ko_KR": "재에서 먼지로",
"en_US": "Ashes to Dust",
"es_MX": "Cenizas al polvo",
"pt_BR": "Das Cinzas ao Pó",
"es_ES": "Cenizas polvorientas",
"zh_CN": "土归土",
"fr_FR": "Des cendres à la poussière",
"de_DE": "Asche zu Staub"
},
"purchase_price": 1796993,
"id": 144358,
"inventory_type": {
"name": {
"it_IT": "Spalle",
"ru_RU": "Плечи",
"en_GB": "Shoulder",
"zh_TW": "肩部",
"ko_KR": "어깨",
"en_US": "Shoulder",
"es_MX": "Hombro",
"pt_BR": "Ombros",
"es_ES": "Hombro",
"zh_CN": "肩部",
"fr_FR": "Épaule",
"de_DE": "Schulter"
},
"type": "SHOULDER"
}
}
Comments (0)