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": 1,
"required_level": 0,
"sell_price": 0,
"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": 122250
},
"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": "Cimelio",
"ru_RU": "Наследие",
"en_GB": "Heirloom",
"zh_TW": "傳家寶",
"ko_KR": "계승",
"en_US": "Heirloom",
"es_MX": "Reliquia",
"pt_BR": "Herança",
"es_ES": "Reliquia",
"zh_CN": "传家宝",
"fr_FR": "Héritage",
"de_DE": "Erbstück"
},
"type": "HEIRLOOM"
},
"max_count": 0,
"is_stackable": false,
"appearances": [
{
"id": 4900
}
],
"name": {
"it_IT": "Maschera Lacera di Brumafunesta",
"ru_RU": "Изорванная маска Багрового Тумана",
"en_GB": "Tattered Dreadmist Mask",
"zh_TW": "破爛的鬼霧面具",
"ko_KR": "남루한 공포안개 복면",
"en_US": "Tattered Dreadmist Mask",
"es_MX": "Máscara calígine andrajosa",
"pt_BR": "Máscara Esfarrapada de Brumedo",
"es_ES": "Máscara calígine andrajosa",
"zh_CN": "破烂的鬼雾面罩",
"fr_FR": "Masque de Brume-funeste rapiécé",
"de_DE": "Zerlumpte Maske der Furcht"
},
"purchase_price": 5000000,
"id": 122250,
"inventory_type": {
"name": {
"it_IT": "Testa",
"ru_RU": "Голова",
"en_GB": "Head",
"zh_TW": "頭部",
"ko_KR": "머리",
"en_US": "Head",
"es_MX": "Cabeza",
"pt_BR": "Cabeça",
"es_ES": "Cabeza",
"zh_CN": "头部",
"fr_FR": "Tête",
"de_DE": "Kopf"
},
"type": "HEAD"
}
}
Comments (0)