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": "Cianfrusaglie",
"ru_RU": "Хлам",
"en_GB": "Junk",
"zh_TW": "垃圾",
"ko_KR": "잡동사니",
"en_US": "Junk",
"es_MX": "Chatarra",
"pt_BR": "Sucata",
"es_ES": "Chatarra",
"zh_CN": "垃圾",
"fr_FR": "Camelote",
"de_DE": "Plunder"
},
"id": 0
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 51320
},
"item_class": {
"name": {
"it_IT": "Varie",
"ru_RU": "Разное",
"en_GB": "Miscellaneous",
"zh_TW": "雜項",
"ko_KR": "기타",
"en_US": "Miscellaneous",
"es_MX": "Miscelánea",
"pt_BR": "Diversos",
"es_ES": "Miscelánea",
"zh_CN": "杂项",
"fr_FR": "Divers",
"de_DE": "Verschiedenes"
},
"id": 15
},
"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": true,
"name": {
"it_IT": "Distintivo della Mano d'Argento",
"ru_RU": "Знак Серебряной Длани",
"en_GB": "Badge of the Silver Hand",
"zh_TW": "白銀之手的徽章",
"ko_KR": "은빛 성기사단의 표장",
"en_US": "Badge of the Silver Hand",
"es_MX": "Distintivo de la Mano de plata",
"pt_BR": "Distintivo do Punho de Prata",
"es_ES": "Distintivo de la Mano de Plata",
"zh_CN": "白银之手骑士团徽章",
"fr_FR": "Ecusson de la Main d'argent",
"de_DE": "Abzeichen der Silbernen Hand"
},
"purchase_price": 0,
"id": 51320,
"inventory_type": {
"name": {
"it_IT": "Non equipaggiabile",
"ru_RU": "Неэкипируемое",
"en_GB": "Non-equippable",
"zh_TW": "無法裝備",
"ko_KR": "착용 불가",
"en_US": "Non-equippable",
"es_MX": "No equipable",
"pt_BR": "Não equipável",
"es_ES": "No se puede equipar",
"zh_CN": "无法装备",
"fr_FR": "Objet hors équipement",
"de_DE": "Nicht anlegbar"
},
"type": "NON_EQUIP"
}
}
Comments (0)