So i’ve been using the Item API Endpoint (/data/wow/item/{itemId}) to fetch and process data for items but I’ve run into an issue: the data returned by this endpoint does not seem to include anything that can be used to determine an reagent’s quality/rank.
For example, using ids: 224824, 228233, 228234 (the three ranks of Duskweave), the response object is basically identical (other than where the original query ID is output in the response).
This means you basically have no way of determining what an item truly is by its ID, rendering the endpoints somewhat useless in the usecase of commodities.
Am i doing something really dumb here (likely) and is there any way to retrieve this data?
It’s the last piece in the app I’m building so would be amazing to get this working. Any and all help is truly appreciated.