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": 45,
"required_level": 1,
"sell_price": 0,
"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": 8
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 143734
},
"item_class": {
"name": {
"it_IT": "Consumabili",
"ru_RU": "Расходуемые",
"en_GB": "Consumable",
"zh_TW": "消耗品",
"ko_KR": "소비용품",
"en_US": "Consumable",
"es_MX": "Consumible",
"pt_BR": "Consumível",
"es_ES": "Consumible",
"zh_CN": "消耗品",
"fr_FR": "Consommable",
"de_DE": "Verbrauchbares"
},
"id": 0
},
"quality": {
"name": {
"it_IT": "Raro",
"ru_RU": "Редкое",
"en_GB": "Rare",
"zh_TW": "精良",
"ko_KR": "희귀",
"en_US": "Rare",
"es_MX": "Raro",
"pt_BR": "Raro",
"es_ES": "Raro",
"zh_CN": "精良",
"fr_FR": "Rare",
"de_DE": "Selten"
},
"type": "RARE"
},
"max_count": 0,
"is_stackable": false,
"name": {
"it_IT": "Formazione di Cristalli di Mana Antico",
"ru_RU": "Скопление кристаллов древней маны",
"en_GB": "Ancient Mana Crystal Cluster",
"zh_TW": "上古法力水晶簇",
"ko_KR": "고대 마나 결정 덩어리",
"en_US": "Ancient Mana Crystal Cluster",
"es_MX": "Recogida de cristal de maná ancestral",
"pt_BR": "Drusa de Cristal de Mana Ancestral",
"es_ES": "Montón de cristales de maná antiguo",
"zh_CN": "远古魔力晶簇",
"fr_FR": "Amas de cristaux de mana ancestral",
"de_DE": "Uralte Manakristallformation"
},
"purchase_price": 0,
"id": 143734,
"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)