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": 1,
"sell_price": 100000,
"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": 260705
},
"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": "Assistente Botanico Foglioso",
"ru_RU": "Помощник ботаника Листик",
"en_GB": "Assistant Botanist Leafy",
"zh_TW": "助理植物學家小葉",
"ko_KR": "식물학자 조수 리피",
"en_US": "Assistant Botanist Leafy",
"es_MX": "Ayudante de botánica frondoso",
"pt_BR": "Botânico Assistente Folhoso",
"es_ES": "Ayudante botánico Hojita",
"zh_CN": "助理植物学家小叶",
"fr_FR": "Assistant botaniste Lefeuillu",
"de_DE": "Botanikergehilfe Blattila"
},
"purchase_price": 400000,
"id": 260705,
"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)