Does anyone have the full WoW Item JSON Schema?

As title really,

I’m writing a discord bot for my guild as a small project. Nothing too fancy, it just replies with a generated image of the Item Tooltip whenever someone sends a message with an item name in brackets like this [mageweave cloth] etc…

Functionally it works, but without the JSON schema for an the Item class I find that I’m having to firefight to makesure I’m capturing all the info for the item.

I’m unaware of any current project that has it, back when I maintained wow-query.dev I had to create one from the scratch after caching every single item into a database.
There is no official way to get it from the API.

1 Like