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": 500000,
"item_subclass": {
"name": {
"it_IT": "Decorazione",
"ru_RU": "Декор",
"en_GB": "Decor",
"zh_TW": "裝飾",
"ko_KR": "하우징 장식",
"en_US": "Decor",
"es_MX": "Decoración",
"pt_BR": "Decoração",
"es_ES": "Adorno",
"zh_CN": "装饰",
"fr_FR": "Élément de décoration",
"de_DE": "Dekoration"
},
"id": 0
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 248631
},
"item_class": {
"name": {
"it_IT": "Alloggi",
"ru_RU": "Жилье",
"en_GB": "Housing",
"zh_TW": "房屋系統",
"ko_KR": "하우징",
"en_US": "Housing",
"es_MX": "Viviendas",
"pt_BR": "Moradia",
"es_ES": "Hogares",
"zh_CN": "住宅",
"fr_FR": "Logis",
"de_DE": "Behausung"
},
"id": 20
},
"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": "Albero di Lanciafuoco di Azshara",
"ru_RU": "Азшарская огнепика",
"en_GB": "Azsharan Firespear Tree",
"zh_TW": "艾薩拉火矛樹",
"ko_KR": "아즈샤라 화염창 나무",
"en_US": "Azsharan Firespear Tree",
"es_MX": "Árbol lanzardiente de Azshara",
"pt_BR": "Árvore de Lancígnea de Azshara",
"es_ES": "Árbol lanzardiente de Azshara",
"zh_CN": "艾萨拉火矛树",
"fr_FR": "Arbre lance-de-feu d’Azshara",
"de_DE": "Feuerspeerbaum aus Azshara"
},
"purchase_price": 1000000,
"id": 248631,
"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)