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": 1,
"sell_price": 32189,
"item_subclass": {
"name": {
"it_IT": "Altro",
"ru_RU": "Другое",
"en_GB": "Other",
"zh_TW": "其他",
"ko_KR": "기타",
"en_US": "Other",
"es_MX": "Otros",
"pt_BR": "Outro",
"es_ES": "Otros",
"zh_CN": "其它",
"fr_FR": "Autres",
"de_DE": "Sonstiges"
},
"id": 4
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 118347
},
"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": "Comune",
"ru_RU": "Обычное",
"en_GB": "Common",
"zh_TW": "普通",
"ko_KR": "일반",
"en_US": "Common",
"es_MX": "Común",
"pt_BR": "Comum",
"es_ES": "Común",
"zh_CN": "普通",
"fr_FR": "Commun",
"de_DE": "Gewöhnlich"
},
"type": "COMMON"
},
"max_count": 0,
"is_stackable": false,
"name": {
"it_IT": "Lenti del Cristallo Arcano",
"ru_RU": "Фокусирующая линза для чародейного кристалла",
"en_GB": "Arcane Crystal Focusing Lens",
"zh_TW": "秘法水晶聚焦鏡片",
"ko_KR": "신비한 수정 집중 렌즈",
"en_US": "Arcane Crystal Focusing Lens",
"es_MX": "Lentes de enfoque del cristal arcano",
"pt_BR": "Lente Focalizadora de Cristal Arcano",
"es_ES": "Lente de enfoque de cristal Arcano",
"zh_CN": "奥术水晶焦镜",
"fr_FR": "Lentille de focalisation de cristal arcanique",
"de_DE": "Arkankristallfokuslinse"
},
"purchase_price": 128756,
"id": 118347,
"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)