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": 60,
"required_level": 1,
"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": 178576
},
"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": 0,
"is_stackable": false,
"name": {
"it_IT": "Cimiero Antico degli Alienatori",
"ru_RU": "Древний головной убор брокера",
"en_GB": "Ancient Broker Headpiece",
"zh_TW": "古老的仲介者首盔",
"ko_KR": "고대 중개자의 머리쓰개",
"en_US": "Ancient Broker Headpiece",
"es_MX": "Celada de negociante antigua",
"pt_BR": "Bacinete de Corretor Antigo",
"es_ES": "Celada antigua de especulador",
"zh_CN": "远古掮灵头饰",
"fr_FR": "Ancien chapel de négociant",
"de_DE": "Uraltes Mittlerkopfstück"
},
"purchase_price": 0,
"id": 178576,
"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)