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": 50,
"required_level": 1,
"sell_price": 358838,
"item_subclass": {
"name": {
"it_IT": "Reliquia di Artefatto",
"ru_RU": "Реликвия артефакта",
"en_GB": "Artifact Relic",
"zh_TW": "神兵聖物",
"ko_KR": "유물 성물",
"en_US": "Artifact Relic",
"es_MX": "Reliquia de artefacto",
"pt_BR": "Relíquia de Artefato",
"es_ES": "Reliquia de artefacto",
"zh_CN": "神器圣物",
"fr_FR": "Relique d’arme prodigieuse",
"de_DE": "Artefaktrelikt"
},
"id": 11
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 150996
},
"item_class": {
"name": {
"it_IT": "Gemme",
"ru_RU": "Самоцвет",
"en_GB": "Gem",
"zh_TW": "寶石",
"ko_KR": "보석",
"en_US": "Gem",
"es_MX": "Gema",
"pt_BR": "Gema",
"es_ES": "Gema",
"zh_CN": "宝石",
"fr_FR": "Gemme",
"de_DE": "Edelstein"
},
"id": 3
},
"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": "Cristallo della Meditazione Arcaico",
"ru_RU": "Древний кристалл медитации",
"en_GB": "Archaic Meditation Crystal",
"zh_TW": "古老的冥想水晶",
"ko_KR": "고풍스러운 명상 수정",
"en_US": "Archaic Meditation Crystal",
"es_MX": "Cristal de meditación arcaico",
"pt_BR": "Cristal de Meditação Arcaico",
"es_ES": "Cristal de meditación arcaico",
"zh_CN": "上古冥想水晶",
"fr_FR": "Cristal de méditation archaïque",
"de_DE": "Archaischer Meditationskristall"
},
"purchase_price": 1435352,
"id": 150996,
"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)