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": 20,
"required_level": 0,
"sell_price": 18636,
"item_subclass": {
"name": {
"it_IT": "Cuoio",
"ru_RU": "Кожа",
"en_GB": "Leather",
"zh_TW": "皮甲",
"ko_KR": "가죽",
"en_US": "Leather",
"es_MX": "Cuero",
"pt_BR": "Couro",
"es_ES": "Cuero",
"zh_CN": "皮甲",
"fr_FR": "Cuir",
"de_DE": "Leder"
},
"id": 2
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 54922
},
"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": "Pregiato",
"ru_RU": "Необычное",
"en_GB": "Uncommon",
"zh_TW": "優秀",
"ko_KR": "고급",
"en_US": "Uncommon",
"es_MX": "Inusual",
"pt_BR": "Incomum",
"es_ES": "Inusual",
"zh_CN": "优秀",
"fr_FR": "Inhabituel",
"de_DE": "Ungewöhnlich"
},
"type": "UNCOMMON"
},
"max_count": 0,
"is_stackable": false,
"appearances": [
{
"id": 8598
}
],
"name": {
"it_IT": "Bracciali del Cuore Catturato",
"ru_RU": "Наручи несвободного сердца",
"en_GB": "Bracers of the Captured Heart",
"zh_TW": "囚心護腕",
"ko_KR": "사로잡은 마음의 팔보호구",
"en_US": "Bracers of the Captured Heart",
"es_MX": "Brazales del corazón capturado",
"pt_BR": "Braçadeiras do Coração Cativo",
"es_ES": "Brazales del corazón capturado",
"zh_CN": "劫掳之心护腕",
"fr_FR": "Brassards du cœur ravi",
"de_DE": "Armschienen des eroberten Herzens"
},
"purchase_price": 93180,
"id": 54922,
"inventory_type": {
"name": {
"it_IT": "Polsi",
"ru_RU": "Запястья",
"en_GB": "Wrist",
"zh_TW": "手腕",
"ko_KR": "손목",
"en_US": "Wrist",
"es_MX": "Muñecas",
"pt_BR": "Pulsos",
"es_ES": "Muñecas",
"zh_CN": "腕部",
"fr_FR": "Poignets",
"de_DE": "Handgelenk"
},
"type": "WRIST"
}
}
Comments (0)