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": 44,
"required_level": 40,
"sell_price": 336949,
"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": 115551
},
"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": 23416
},
{
"id": 23425
},
{
"id": 23607
}
],
"name": {
"it_IT": "Coprispalle del Frantumatore Arcano",
"ru_RU": "Оплечье волшебного осколка",
"en_GB": "Arcanoshatter Mantle",
"zh_TW": "秘法粉碎者披肩",
"ko_KR": "비전파쇄자 어깨덧옷",
"en_US": "Arcanoshatter Mantle",
"es_MX": "Manto destrozarcano",
"pt_BR": "Dragonas do Estilhaçador Arcano",
"es_ES": "Manto de devastación Arcana",
"zh_CN": "碎魔者护肩",
"fr_FR": "Mantelet d'arcanobroyeur",
"de_DE": "Arkansplittermantelung"
},
"purchase_price": 1684746,
"id": 115551,
"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)