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": 1,
"required_level": 1,
"sell_price": 4,
"item_subclass": {
"name": {
"it_IT": "Cosmetico",
"ru_RU": "Декоративный предмет",
"en_GB": "Cosmetic",
"zh_TW": "造型",
"ko_KR": "장식",
"en_US": "Cosmetic",
"es_MX": "Cosmético",
"pt_BR": "Cosmético",
"es_ES": "Cosmético",
"zh_CN": "装饰品",
"fr_FR": "Ornemental",
"de_DE": "Kosmetisch"
},
"id": 5
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 22745
},
"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": 232
}
],
"name": {
"it_IT": "Pantaloni dei Velerosse",
"ru_RU": "Штаны Кровавого Паруса",
"en_GB": "Bloodsail Pants",
"zh_TW": "血帆束褲",
"ko_KR": "붉은해적단 바지",
"en_US": "Bloodsail Pants",
"es_MX": "Pantalones Velasangre",
"pt_BR": "Calças Vela Sangrenta",
"es_ES": "Pantalones Velasangre",
"zh_CN": "血帆短裤",
"fr_FR": "Pantalon de la Voile sanglante",
"de_DE": "Blutsegelhose"
},
"purchase_price": 22,
"id": 22745,
"inventory_type": {
"name": {
"it_IT": "Gambe",
"ru_RU": "Ноги",
"en_GB": "Legs",
"zh_TW": "腿部",
"ko_KR": "다리",
"en_US": "Legs",
"es_MX": "Piernas",
"pt_BR": "Pernas",
"es_ES": "Piernas",
"zh_CN": "腿部",
"fr_FR": "Jambes",
"de_DE": "Beine"
},
"type": "LEGS"
}
}
Comments (0)