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": 1875,
"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": 186973
},
"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": "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": "Guinzaglio d'Animum",
"ru_RU": "Пропитанный анимой поводок",
"en_GB": "Anima-ted Leash",
"zh_TW": "靈魄鍊",
"ko_KR": "령이 깃든 목줄",
"en_US": "Anima-ted Leash",
"es_MX": "Correa de ánima",
"pt_BR": "Coleira Anímica",
"es_ES": "Correa animada",
"zh_CN": "心能活化宠物绳",
"fr_FR": "Laisse d’anima",
"de_DE": "Anima-lische Leine"
},
"purchase_price": 7500,
"id": 186973,
"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)