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": 250000,
"item_subclass": {
"name": {
"it_IT": "Mascotte",
"ru_RU": "Питомцы",
"en_GB": "Companion Pets",
"zh_TW": "寵物夥伴",
"ko_KR": "애완동물 친구",
"en_US": "Companion Pets",
"es_MX": "Mascotas de compañía",
"pt_BR": "Mascotes",
"es_ES": "Mascotas de compañía",
"zh_CN": "宠物小伙伴",
"fr_FR": "Mascottes",
"de_DE": "Haustier"
},
"id": 2
},
"is_equippable": false,
"purchase_quantity": 1,
"media": {
"id": 275662
},
"item_class": {
"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": 15
},
"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": "Maximus Gelidus",
"ru_RU": "Морозий Максимус",
"en_GB": "Frosticus Maximus",
"zh_TW": "霜提庫斯‧麥西穆斯",
"ko_KR": "프로스티쿠스 막시무스",
"en_US": "Frosticus Maximus",
"es_MX": "Gélidus Máximus",
"pt_BR": "Gelidus Maximus",
"es_ES": "Heladus Maximus",
"zh_CN": "霜霸天",
"fr_FR": "Frigicus Maximus",
"de_DE": "Frosticus Maximus"
},
"purchase_price": 1000000,
"id": 275662,
"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)