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": 85,
"required_level": 60,
"sell_price": 6247,
"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": 184741
},
"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": "Raro",
"ru_RU": "Редкое",
"en_GB": "Rare",
"zh_TW": "精良",
"ko_KR": "희귀",
"en_US": "Rare",
"es_MX": "Raro",
"pt_BR": "Raro",
"es_ES": "Raro",
"zh_CN": "精良",
"fr_FR": "Rare",
"de_DE": "Selten"
},
"type": "RARE"
},
"max_count": 0,
"is_stackable": false,
"appearances": [
{
"id": 41963
}
],
"name": {
"it_IT": "Guanti dell'Apprendista Necromante",
"ru_RU": "Перчатки ученика некроманта",
"en_GB": "Apprentice Necromancer's Gloves",
"zh_TW": "死靈法師學徒手套",
"ko_KR": "수습 강령술사의 장갑",
"en_US": "Apprentice Necromancer's Gloves",
"es_MX": "Guantes de aprendiz de nigromante",
"pt_BR": "Luvas do Aprendiz de Necromante",
"es_ES": "Guantes de aprendiz de nigromante",
"zh_CN": "通灵师学徒的手套",
"fr_FR": "Gants d’apprenti nécromancien",
"de_DE": "Nekromantenlehrlingshandschuhe"
},
"purchase_price": 31237,
"id": 184741,
"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)