Crafted Item Ids are Missing

Hi all,

Has anyone found a way to get the crafted item id? When I look at Recipes like Obsidian Seared Crusher I get
https://us.api.blizzard.com/data/wow/recipe/46702?namespace=static-us&locale=en_US

There is no information on the item created by the spell.

Thanks in advance.

Can just pull them from the URL on Wowhead. item=######

https://www.wowhead.com/item=190516/obsidian-seared-crusher?bonus=8836:8840:8902

Thanks. It seems odd to have this lavish public API and to actually end up scraping data from third party sites. But that seems to be where we are…

GetItemInfo() will give you the information you want. The API offers it. It just doesn’t show in the tooltip or the recipe description.