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": 1,
"sell_price": 1,
"item_subclass": {
"name": {
"it_IT": "Mascotte",
"ru_RU": "Питомцы",
"en_GB": "Companion Pets",
"zh_TW": "寵物夥伴",
"ko_KR": "애완동물 친구",
"en_US": "Companion Pets",
"es_MX": "Mascotas de compañía",
"pt_BR": "Mascotes",
"es_ES": "Mascotas de compañía",
"zh_CN": "宠物小伙伴",
"fr_FR": "Mascottes",
"de_DE": "Haustier"
},
"id": 2
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 250148
},
"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": "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": "Scarabollino",
"ru_RU": "Детеныш огнежальщика",
"en_GB": "Blistercreepling",
"zh_TW": "小蠕行蟲",
"ko_KR": "새끼 물집벌레",
"en_US": "Blistercreepling",
"es_MX": "Alimallaguina",
"pt_BR": "Rastejolhinha",
"es_ES": "Cría de ampollino",
"zh_CN": "小爆爬虫",
"fr_FR": "Ectocloquette",
"de_DE": "Blasenkriechling"
},
"purchase_price": 2,
"id": 250148,
"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)