originally posted in:BungieNetPlatform
View Entire Topic
So I've got a swoopy little python script in the making that I'm able to use for gathering stats. One thing I cannot quite seem to figure out is viewing the inventory. Is there a url I'm missing that i'd need to cross-reference the item hash's against to get item details?
English
-
Hah! Just after asking I think I managed to figure it out. I was using the Character/[h]/Inventory/[e] endpoint on an item I picked at random from my inventory, it returned much of nothing useful. But I then had the idea to check the website and inspected element on my helmet, found the data-id for it, then tried the endpoint with that instead. Viola! all my item stats! Only problem now is trying to figure out where it's keeping the item's name and how to get at the icon...