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": 40,
"required_level": 39,
"sell_price": 1000,
"item_subclass": {
"name": {
"it_IT": "Cucina",
"ru_RU": "Кулинария",
"en_GB": "Cooking",
"zh_TW": "烹飪",
"ko_KR": "요리",
"en_US": "Cooking",
"es_MX": "Cocina",
"pt_BR": "Culinária",
"es_ES": "Cocina",
"zh_CN": "烹饪",
"fr_FR": "Cuisine",
"de_DE": "Kochkunst"
},
"id": 8
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 139669
},
"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": false,
"name": {
"it_IT": "Barracuda Nero Antico",
"ru_RU": "Старая черная барракуда",
"en_GB": "Ancient Black Barracuda",
"zh_TW": "上古黑色梭子魚",
"ko_KR": "고대 검창꼬치",
"en_US": "Ancient Black Barracuda",
"es_MX": "Barracuda negra antigua",
"pt_BR": "Barracuda Negra Ancestral",
"es_ES": "Barracuda negra antigua",
"zh_CN": "上古黑梭鱼",
"fr_FR": "Barracuda noir ancien",
"de_DE": "Uralter schwarzer Barrakuda"
},
"purchase_price": 400000,
"id": 139669,
"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)