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": 40,
"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": 5,
"media": {
"id": 140446
},
"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": "Pregiato",
"ru_RU": "Необычное",
"en_GB": "Uncommon",
"zh_TW": "優秀",
"ko_KR": "고급",
"en_US": "Uncommon",
"es_MX": "Inusual",
"pt_BR": "Incomum",
"es_ES": "Inusual",
"zh_CN": "优秀",
"fr_FR": "Inhabituel",
"de_DE": "Ungewöhnlich"
},
"type": "UNCOMMON"
},
"max_count": 0,
"is_stackable": true,
"name": {
"it_IT": "Ramo di Antico",
"ru_RU": "Ветвь древнего",
"en_GB": "Ancient Branch",
"zh_TW": "古樹樹枝",
"ko_KR": "고대의 나뭇가지",
"en_US": "Ancient Branch",
"es_MX": "Rama antigua",
"pt_BR": "Galho Antigo",
"es_ES": "Rama antigua",
"zh_CN": "古树树枝",
"fr_FR": "Branche ancienne",
"de_DE": "Ast eines Urtums"
},
"purchase_price": 0,
"id": 140446,
"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)