Commodities API - Item Rank/Quality

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.

for the entirety of DF this data was not exposed basically you have to map this your self unfortunately

Yikes, that seems kinda wild that they haven’t added this to the API yet…

Well I guess I’ll set up a UI to do that. Thanks man.

Where can this information be found at? I don’t mind to map it manually but just need to know which endpoint the item from item/search maps to in order to get that information. It doesn’t seem like the item itself has it either.

Op, did you figure this out?