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": "Missione",
"ru_RU": "Задания",
"en_GB": "Quest",
"zh_TW": "任務",
"ko_KR": "퀘스트",
"en_US": "Quest",
"es_MX": "Misión",
"pt_BR": "Missão",
"es_ES": "Misión",
"zh_CN": "任务",
"fr_FR": "Quête",
"de_DE": "Quest"
},
"id": 0
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 43697
},
"item_class": {
"name": {
"it_IT": "Oggetti di missione",
"ru_RU": "Задание",
"en_GB": "Quest",
"zh_TW": "任務",
"ko_KR": "퀘스트",
"en_US": "Quest",
"es_MX": "Misión",
"pt_BR": "Missão",
"es_ES": "Misión",
"zh_CN": "任务",
"fr_FR": "Quête",
"de_DE": "Quest"
},
"id": 12
},
"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": 1,
"is_stackable": false,
"name": {
"it_IT": "Manufatto del Mondo Nathrezim",
"ru_RU": "Артефакт с родины натрезимов",
"en_GB": "Artifact from the Nathrezim Homeworld",
"zh_TW": "納斯雷茲姆家鄉的神器",
"ko_KR": "나스레짐의 고향 유물",
"en_US": "Artifact from the Nathrezim Homeworld",
"es_MX": "Artefacto del mundo de Nathrezim",
"pt_BR": "Artefato do Mundo dos Nathrezim",
"es_ES": "Artefacto del mundo de Nathrezim",
"zh_CN": "纳斯雷兹姆家园的圣物",
"fr_FR": "Artéfact du monde natal des nathrezims",
"de_DE": "Artefakt aus der Heimatwelt der Nathrezim"
},
"purchase_price": 0,
"id": 43697,
"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)