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": 44,
"required_level": 40,
"sell_price": 227170,
"item_subclass": {
"name": {
"it_IT": "Stoffa",
"ru_RU": "Ткань",
"en_GB": "Cloth",
"zh_TW": "布甲",
"ko_KR": "천",
"en_US": "Cloth",
"es_MX": "Tela",
"pt_BR": "Tecido",
"es_ES": "Tela",
"zh_CN": "布甲",
"fr_FR": "Tissu",
"de_DE": "Stoff"
},
"id": 1
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 115552
},
"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": 23412
},
{
"id": 23421
},
{
"id": 23603
}
],
"name": {
"it_IT": "Guanti del Frantumatore Arcano",
"ru_RU": "Перчатки волшебного осколка",
"en_GB": "Arcanoshatter Gloves",
"zh_TW": "秘法粉碎者手套",
"ko_KR": "비전파쇄자 장갑",
"en_US": "Arcanoshatter Gloves",
"es_MX": "Guantes destrozarcano",
"pt_BR": "Luvas do Estilhaçador Arcano",
"es_ES": "Guantes de devastación Arcana",
"zh_CN": "碎魔者手套",
"fr_FR": "Gants d'arcanobroyeur",
"de_DE": "Arkansplitterhandschuhe"
},
"purchase_price": 1135851,
"id": 115552,
"inventory_type": {
"name": {
"it_IT": "Mani",
"ru_RU": "Кисти рук",
"en_GB": "Hands",
"zh_TW": "手",
"ko_KR": "손",
"en_US": "Hands",
"es_MX": "Manos",
"pt_BR": "Mãos",
"es_ES": "Manos",
"zh_CN": "手部",
"fr_FR": "Mains",
"de_DE": "Hände"
},
"type": "HAND"
}
}
Comments (0)