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": 20,
"required_level": 0,
"sell_price": 5000,
"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": 5
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 16073
},
"item_class": {
"name": {
"it_IT": "Ricette",
"ru_RU": "Рецепт",
"en_GB": "Recipe",
"zh_TW": "配方",
"ko_KR": "제조법",
"en_US": "Recipe",
"es_MX": "Receta",
"pt_BR": "Receita",
"es_ES": "Receta",
"zh_CN": "配方",
"fr_FR": "Recette",
"de_DE": "Rezept"
},
"id": 9
},
"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": "Ricettario per Artigiani",
"ru_RU": "Поваренная книга мастерового",
"en_GB": "Artisan Cookbook",
"zh_TW": "專家級烹飪書",
"ko_KR": "전문 요리책",
"en_US": "Artisan Cookbook",
"es_MX": "Libro de cocina de artesano",
"pt_BR": "Livro de Receitas do Artífice",
"es_ES": "Libro de cocina de artesano",
"zh_CN": "专家级烹饪教材",
"fr_FR": "Livre de cuisine pour artisan",
"de_DE": "Fachmannskochbuch"
},
"purchase_price": 20000,
"id": 16073,
"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)