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": 0,
"sell_price": 100,
"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": 4
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 186204
},
"item_class": {
"name": {
"it_IT": "Varie",
"ru_RU": "Разное",
"en_GB": "Miscellaneous",
"zh_TW": "雜項",
"ko_KR": "기타",
"en_US": "Miscellaneous",
"es_MX": "Miscelánea",
"pt_BR": "Diversos",
"es_ES": "Miscelánea",
"zh_CN": "杂项",
"fr_FR": "Divers",
"de_DE": "Verschiedenes"
},
"id": 15
},
"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": "Schegge di Vetro Macchiate d'Animum",
"ru_RU": "Осколки анимавитража",
"en_GB": "Anima-Stained Glass Shards",
"zh_TW": "沾染靈魄的玻璃碎片",
"ko_KR": "령으로 얼룩진 유리 파편",
"en_US": "Anima-Stained Glass Shards",
"es_MX": "Fragmentos de vitrales manchados con ánima",
"pt_BR": "Cacos de Vitral de Ânima",
"es_ES": "Fragmentos de cristal manchado de ánima",
"zh_CN": "心能玻璃碎片",
"fr_FR": "Éclats de verre teintés d’anima",
"de_DE": "Animabefleckte Glassplitter"
},
"purchase_price": 500,
"id": 186204,
"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)