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": 375000,
"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": 63359
},
"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": false,
"name": {
"it_IT": "Stendardo della Cooperazione",
"ru_RU": "Знамя сотрудничества",
"en_GB": "Banner of Cooperation",
"zh_TW": "合作旌旗",
"ko_KR": "협동의 깃발",
"en_US": "Banner of Cooperation",
"es_MX": "Estandarte de cooperación",
"pt_BR": "Estandarte da Colaboração",
"es_ES": "Estandarte de cooperación",
"zh_CN": "协作战旗",
"fr_FR": "Bannière de coopération",
"de_DE": "Banner der Zusammenarbeit"
},
"purchase_price": 1500000,
"id": 63359,
"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)