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": 197,
"required_level": 78,
"sell_price": 317248,
"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": 248057
},
"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": 120782
}
],
"name": {
"it_IT": "Mantella del Potaboccioli",
"ru_RU": "Повязки цветореза",
"en_GB": "Bloomtrimmer's Wrap",
"zh_TW": "繁花修剪者裹布",
"ko_KR": "꽃 손질가의 등싸개",
"en_US": "Bloomtrimmer's Wrap",
"es_MX": "Sobreveste de cortaflores",
"pt_BR": "Mantelete do Cortaflor",
"es_ES": "Envoltura de podaflores",
"zh_CN": "繁花修剪师的裹袍",
"fr_FR": "Houppelande de coupe-bourgeon",
"de_DE": "Florsaumwickeltuch"
},
"purchase_price": 1586244,
"id": 248057,
"inventory_type": {
"name": {
"it_IT": "Schiena",
"ru_RU": "Спина",
"en_GB": "Back",
"zh_TW": "背部",
"ko_KR": "등",
"en_US": "Back",
"es_MX": "Espalda",
"pt_BR": "Costas",
"es_ES": "Espalda",
"zh_CN": "背部",
"fr_FR": "Dos",
"de_DE": "Rücken"
},
"type": "CLOAK"
}
}
Comments (0)