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": 122256
},
"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": 4901
}
],
"name": {
"it_IT": "Gambiere Lacere di Brumafunesta",
"ru_RU": "Изодранные поножи Багрового Тумана",
"en_GB": "Tattered Dreadmist Leggings",
"zh_TW": "破爛的鬼霧護腿",
"ko_KR": "남루한 공포안개 다리보호구",
"en_US": "Tattered Dreadmist Leggings",
"es_MX": "Leotardos calígine andrajosos",
"pt_BR": "Perneiras Esfarrapadas de Brumedo",
"es_ES": "Leotardos calígine andrajosos",
"zh_CN": "破烂的鬼雾护腿",
"fr_FR": "Jambières de Brume-funeste rapiécées",
"de_DE": "Zerlumpte Gamaschen der Furcht"
},
"purchase_price": 5000000,
"id": 122256,
"inventory_type": {
"name": {
"it_IT": "Gambe",
"ru_RU": "Ноги",
"en_GB": "Legs",
"zh_TW": "腿部",
"ko_KR": "다리",
"en_US": "Legs",
"es_MX": "Piernas",
"pt_BR": "Pernas",
"es_ES": "Piernas",
"zh_CN": "腿部",
"fr_FR": "Jambes",
"de_DE": "Beine"
},
"type": "LEGS"
}
}
Comments (0)