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": 2500,
"item_subclass": {
"name": {
"it_IT": "Componenti",
"ru_RU": "Детали",
"en_GB": "Parts",
"zh_TW": "零件",
"ko_KR": "부품",
"en_US": "Parts",
"es_MX": "Piezas",
"pt_BR": "Peças",
"es_ES": "Piezas",
"zh_CN": "零件",
"fr_FR": "Composants",
"de_DE": "Teile"
},
"id": 1
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 89990
},
"item_class": {
"name": {
"it_IT": "Beni commerciali",
"ru_RU": "Ремесло",
"en_GB": "Tradeskill",
"zh_TW": "交易技能",
"ko_KR": "전문 기술",
"en_US": "Tradeskill",
"es_MX": "Habilidad comercial",
"pt_BR": "Perícia profissional",
"es_ES": "Habilidad comercial",
"zh_CN": "商业技能",
"fr_FR": "Artisanat",
"de_DE": "Handwerksmaterial"
},
"id": 7
},
"quality": {
"name": {
"it_IT": "Comune",
"ru_RU": "Обычное",
"en_GB": "Common",
"zh_TW": "普通",
"ko_KR": "일반",
"en_US": "Common",
"es_MX": "Común",
"pt_BR": "Comum",
"es_ES": "Común",
"zh_CN": "普通",
"fr_FR": "Commun",
"de_DE": "Gewöhnlich"
},
"type": "COMMON"
},
"max_count": 0,
"is_stackable": true,
"name": {
"it_IT": "Componenti Assortiti",
"ru_RU": "Различные детали",
"en_GB": "Assorted Parts",
"zh_TW": "整理過的零件",
"ko_KR": "각종 부품",
"en_US": "Assorted Parts",
"es_MX": "Piezas surtidas",
"pt_BR": "Partes Misturadas",
"es_ES": "Piezas surtidas",
"zh_CN": "各式零件",
"fr_FR": "Pièces diverses",
"de_DE": "Einzelteilsortiment"
},
"purchase_price": 10000,
"id": 89990,
"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)