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": 5,
"required_level": 3,
"sell_price": 53,
"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": 14089
},
"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": "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,
"appearances": [
{
"id": 3945
}
],
"name": {
"it_IT": "Guanti Imperlati",
"ru_RU": "Бисерные перчатки",
"en_GB": "Beaded Gloves",
"zh_TW": "串珠手套",
"ko_KR": "구슬 장갑",
"en_US": "Beaded Gloves",
"es_MX": "Guantes perlados",
"pt_BR": "Luvas Enfeitadas",
"es_ES": "Guantes perlados",
"zh_CN": "珠串手套",
"fr_FR": "Gants perlés",
"de_DE": "Perlenhandschuhe"
},
"purchase_price": 267,
"id": 14089,
"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)