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": 70,
"required_level": 1,
"sell_price": 211200,
"item_subclass": {
"name": {
"it_IT": "Reagente",
"ru_RU": "Реагенты",
"en_GB": "Reagent",
"zh_TW": "施法材料",
"ko_KR": "재료",
"en_US": "Reagent",
"es_MX": "Componente",
"pt_BR": "Reagente",
"es_ES": "Componente",
"zh_CN": "材料",
"fr_FR": "Réactif",
"de_DE": "Reagenz"
},
"id": 1
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 203408
},
"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": "Tridente Cerimoniale Antico",
"ru_RU": "Древний церемониальный трезубец",
"en_GB": "Ancient Ceremonial Trident",
"zh_TW": "遠古儀祭三叉戟",
"ko_KR": "고대 의식용 삼지창",
"en_US": "Ancient Ceremonial Trident",
"es_MX": "Tridente ceremonial antiguo",
"pt_BR": "Tridente Cerimonial Antigo",
"es_ES": "Tridente ceremonial antiguo",
"zh_CN": "远古仪式三叉戟",
"fr_FR": "Trident cérémoniel antique",
"de_DE": "Uralter zeremonieller Dreizack"
},
"purchase_price": 422400,
"id": 203408,
"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)