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": 0,
"sell_price": 0,
"item_subclass": {
"name": {
"it_IT": "Chiave",
"ru_RU": "Ключ",
"en_GB": "Key",
"zh_TW": "鑰匙",
"ko_KR": "열쇠",
"en_US": "Key",
"es_MX": "Llave",
"pt_BR": "Chave",
"es_ES": "Llave",
"zh_CN": "钥匙",
"fr_FR": "Clé",
"de_DE": "Schlüssel"
},
"id": 0
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 87779
},
"item_class": {
"name": {
"it_IT": "Chiavi",
"ru_RU": "Ключ",
"en_GB": "Key",
"zh_TW": "鑰匙",
"ko_KR": "열쇠",
"en_US": "Key",
"es_MX": "Llave",
"pt_BR": "Chave",
"es_ES": "Llave",
"zh_CN": "钥匙",
"fr_FR": "Clé",
"de_DE": "Schlüssel"
},
"id": 13
},
"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": true,
"name": {
"it_IT": "Antica Chiave della Cassa di Guo-Lai",
"ru_RU": "Ключ от древнего тайника Го-Лай",
"en_GB": "Ancient Guo-Lai Cache Key",
"zh_TW": "遠古郭萊貯物箱鑰匙",
"ko_KR": "고대 구오라이 보관함 열쇠",
"en_US": "Ancient Guo-Lai Cache Key",
"es_MX": "Llave del alijo de Guo-Lai antiguo",
"pt_BR": "Chave do Esconderijo Guo-Lai Antigo",
"es_ES": "Llave del alijo de Guo-Lai antiguo",
"zh_CN": "远古郭莱储物箱钥匙",
"fr_FR": "Clé de cache antique de Guo-Lai",
"de_DE": "Uralter Guo-Lai-Truhenschlüssel"
},
"purchase_price": 0,
"id": 87779,
"inventory_type": {
"name": {
"it_IT": "Non equipaggiabile",
"ru_RU": "Неэкипируемое",
"en_GB": "Non-equippable",
"zh_TW": "無法裝備",
"ko_KR": "착용 불가",
"en_US": "Non-equippable",
"es_MX": "No equipable",
"pt_BR": "Não equipável",
"es_ES": "No se puede equipar",
"zh_CN": "无法装备",
"fr_FR": "Objet hors équipement",
"de_DE": "Nicht anlegbar"
},
"type": "NON_EQUIP"
}
}
Comments (0)