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": 35,
"required_level": 30,
"sell_price": 1,
"item_subclass": {
"name": {
"it_IT": "Varie",
"ru_RU": "Разное",
"en_GB": "Miscellaneous",
"zh_TW": "雜項",
"ko_KR": "기타",
"en_US": "Miscellaneous",
"es_MX": "Miscelánea",
"pt_BR": "Diversos",
"es_ES": "Miscelánea",
"zh_CN": "其它",
"fr_FR": "Divers",
"de_DE": "Verschiedenes"
},
"id": 0
},
"is_equippable": true,
"purchase_quantity": 1,
"media": {
"id": 73146
},
"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": "Pregiato",
"ru_RU": "Необычное",
"en_GB": "Uncommon",
"zh_TW": "優秀",
"ko_KR": "고급",
"en_US": "Uncommon",
"es_MX": "Inusual",
"pt_BR": "Incomum",
"es_ES": "Inusual",
"zh_CN": "优秀",
"fr_FR": "Inhabituel",
"de_DE": "Ungewöhnlich"
},
"type": "UNCOMMON"
},
"max_count": 0,
"is_stackable": false,
"name": {
"it_IT": "Girocollo dell'Anima Bestiale",
"ru_RU": "Колье звериного духа",
"en_GB": "Beastsoul Choker",
"zh_TW": "獸靈頸飾",
"ko_KR": "야수혼 목장식",
"en_US": "Beastsoul Choker",
"es_MX": "Gargantilla de alma de bestia",
"pt_BR": "Gargantilha Almaferal",
"es_ES": "Gargantilla de alma de bestia",
"zh_CN": "兽魂颈链",
"fr_FR": "Sautoir d'âme-bête",
"de_DE": "Bestienseelenhalsreif"
},
"purchase_price": 250000,
"id": 73146,
"inventory_type": {
"name": {
"it_IT": "Collo",
"ru_RU": "Шея",
"en_GB": "Neck",
"zh_TW": "頸部",
"ko_KR": "목",
"en_US": "Neck",
"es_MX": "Cuello",
"pt_BR": "Pescoço",
"es_ES": "Cuello",
"zh_CN": "颈部",
"fr_FR": "Cou",
"de_DE": "Hals"
},
"type": "NECK"
}
}
Comments (0)