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": 32,
"required_level": 27,
"sell_price": 420505,
"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": 27451
},
"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": 6842
}
],
"name": {
"it_IT": "Stivali del Camminatore nell'Oscurità",
"ru_RU": "Сапоги идущего во тьме",
"en_GB": "Boots of the Darkwalker",
"zh_TW": "黑暗行者之靴",
"ko_KR": "어둠길잡이 장화",
"en_US": "Boots of the Darkwalker",
"es_MX": "Botas del caminante oscuro",
"pt_BR": "Botas do Umbrívago",
"es_ES": "Botas del caminante oscuro",
"zh_CN": "黑暗行者长靴",
"fr_FR": "Bottes du sombre marcheur",
"de_DE": "Stiefel des Dunkelwandlers"
},
"purchase_price": 2102529,
"id": 27451,
"inventory_type": {
"name": {
"it_IT": "Piedi",
"ru_RU": "Ступни",
"en_GB": "Feet",
"zh_TW": "腳",
"ko_KR": "발",
"en_US": "Feet",
"es_MX": "Pies",
"pt_BR": "Pés",
"es_ES": "Pies",
"zh_CN": "脚部",
"fr_FR": "Pieds",
"de_DE": "Füße"
},
"type": "FEET"
}
}
Comments (0)