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": 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": 234855
},
"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": "Set: Vesti del Boschetto Corrotto",
"ru_RU": "Комплект: одежды Искаженной рощи",
"en_GB": "Ensemble: Vestments of the Twisted Grove",
"zh_TW": "套裝:扭曲林地法衣",
"ko_KR": "복장: 뒤틀린 덩굴의 예복",
"en_US": "Ensemble: Vestments of the Twisted Grove",
"es_MX": "Conjunto: Vestimentas de la arboleda retorcida",
"pt_BR": "Indumentária: Vestimenta do Bosque Perverso",
"es_ES": "Indumentaria: Vestimentas de la Arboleda Retorcida",
"zh_CN": "套装:扭曲林地法衣",
"fr_FR": "Ensemble : habits du bosquet Tordu",
"de_DE": "Ensemble: Gewänder des verdrehten Hains"
},
"purchase_price": 0,
"id": 234855,
"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)