originally posted in:BungieNetPlatform
How would one go about collecting a list of all vendors in the game (Xur, gunsmith, crucible armoury etc) and list out their current item stock?
Been looking into this but have finally decided it's time to put this question to the community as I've not yet found the answer ;)
Thanks again, massively appreciate the support everyone gives here :)
English
-
Edited by Rikkert2x: 2/4/2015 9:31:59 AMThe part you are requesting is a Non/Public API. - Login and visit the tower - Retrive the Vendor "data-id", HowTo: http://nl.tinypic.com/r/2uzuro8/8 Load the Vendor Shop: https://www.bungie.net/Platform/Destiny/2/MyAccount/Character/{CharacterID}/Vendor/{data-id}/?lc=en&fmt=true&lcin=true&definitions=true Items: JSON->Response->data->saleItemCategories Hope it helps out :)