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": 27,
"required_level": 0,
"sell_price": 7000,
"item_subclass": {
"name": {
"it_IT": "Intelletto",
"ru_RU": "Интеллект",
"en_GB": "Intellect",
"zh_TW": "智力",
"ko_KR": "지능",
"en_US": "Intellect",
"es_MX": "Intelecto",
"pt_BR": "Intelecto",
"es_ES": "Intelecto",
"zh_CN": "智力",
"fr_FR": "Intelligence",
"de_DE": "Intelligenz"
},
"id": 0
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 32196
},
"item_class": {
"name": {
"it_IT": "Gemme",
"ru_RU": "Самоцвет",
"en_GB": "Gem",
"zh_TW": "寶石",
"ko_KR": "보석",
"en_US": "Gem",
"es_MX": "Gema",
"pt_BR": "Gema",
"es_ES": "Gema",
"zh_CN": "宝石",
"fr_FR": "Gemme",
"de_DE": "Edelstein"
},
"id": 3
},
"quality": {
"name": {
"it_IT": "Epico",
"ru_RU": "Эпическое",
"en_GB": "Epic",
"zh_TW": "史詩",
"ko_KR": "영웅",
"en_US": "Epic",
"es_MX": "Épico",
"pt_BR": "Épico",
"es_ES": "Épico",
"zh_CN": "史诗",
"fr_FR": "Épique",
"de_DE": "Episch"
},
"type": "EPIC"
},
"max_count": 0,
"is_stackable": true,
"name": {
"it_IT": "Spinello Cremisi Brillante",
"ru_RU": "Сверкающая пунцовая шпинель",
"en_GB": "Brilliant Crimson Spinel",
"zh_TW": "明亮的赤紅尖晶石",
"ko_KR": "찬란한 진홍빛 첨정석",
"en_US": "Brilliant Crimson Spinel",
"es_MX": "Espinela carmesí luminosa",
"pt_BR": "Espinélio Carmesim Brilhante",
"es_ES": "Espinela carmesí luminosa",
"zh_CN": "闪耀赤尖石",
"fr_FR": "Spinelle cramoisi brillant",
"de_DE": "Glänzender Purpurspinell"
},
"purchase_price": 240000,
"id": 32196,
"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)