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": 12,
"item_subclass": {
"name": {
"it_IT": "Cosmetico",
"ru_RU": "Декоративный предмет",
"en_GB": "Cosmetic",
"zh_TW": "造型",
"ko_KR": "장식",
"en_US": "Cosmetic",
"es_MX": "Cosmético",
"pt_BR": "Cosmético",
"es_ES": "Cosmético",
"zh_CN": "装饰品",
"fr_FR": "Ornemental",
"de_DE": "Kosmetisch"
},
"id": 5
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 168296
},
"item_class": {
"name": {
"it_IT": "Armature",
"ru_RU": "Доспехи",
"en_GB": "Armor",
"zh_TW": "護甲",
"ko_KR": "방어구",
"en_US": "Armor",
"es_MX": "Armadura",
"pt_BR": "Armadura",
"es_ES": "Armadura",
"zh_CN": "护甲",
"fr_FR": "Armure",
"de_DE": "Rüstung"
},
"id": 4
},
"quality": {
"name": {
"it_IT": "Epico",
"ru_RU": "Эпическое",
"en_GB": "Epic",
"zh_TW": "史詩",
"ko_KR": "영웅",
"en_US": "Epic",
"es_MX": "Épico",
"pt_BR": "Épico",
"es_ES": "Épico",
"zh_CN": "史诗",
"fr_FR": "Épique",
"de_DE": "Episch"
},
"type": "EPIC"
},
"max_count": 0,
"is_stackable": false,
"appearances": [
{
"id": 39907
}
],
"name": {
"it_IT": "Grancintura del Capo Tribù Ancestrale",
"ru_RU": "Большой пояс предка-вождя",
"en_GB": "Ancestral Chieftain's Greatbelt",
"zh_TW": "遠祖酋長巨腰帶",
"ko_KR": "선대 족장의 철갑허리띠",
"en_US": "Ancestral Chieftain's Greatbelt",
"es_MX": "Gran cinturón de Jefe ancestral",
"pt_BR": "Correão do Chefe Tribal Ancestral",
"es_ES": "Gran cinturón de jefe ancestral",
"zh_CN": "先祖酋长的重型腰带",
"fr_FR": "Grande ceinture de chef ancestral",
"de_DE": "Breitgürtel des Ahnenhäuptlings"
},
"purchase_price": 62,
"id": 168296,
"inventory_type": {
"name": {
"it_IT": "Fianchi",
"ru_RU": "Пояс",
"en_GB": "Waist",
"zh_TW": "腰部",
"ko_KR": "허리",
"en_US": "Waist",
"es_MX": "Cintura",
"pt_BR": "Cintura",
"es_ES": "Cintura",
"zh_CN": "腰部",
"fr_FR": "Taille",
"de_DE": "Taille"
},
"type": "WAIST"
}
}
Comments (0)