Mike Posted July 11, 2016 Report Posted July 11, 2016 How to get all CSGO items like csgostash.com? http://api.steampowered.com/IEconItems_730/GetSchema/v2/?key=APIKEY&format=json The GetSchema does not have a name and description for each item. I doubt that the csgostash.com adds each new item manually.Is there a way to obtain all automatically? Quote
Dr. McKay Posted July 11, 2016 Report Posted July 11, 2016 Most people use the steamcommunity.com JSON inventory endpoint: https://steamcommunity.com/profiles/STEAMID/inventory/json/730/2/node-steamcommunity has a method for this. Example: community.getUserInventory("[U:1:46143802]", 730, 2, false, function(err, inventory) { console.log(inventory); }); Quote
Mikus Posted July 11, 2016 Report Posted July 11, 2016 Do you think the csgostash.com gets new things from someone else's inventory? After the appearance of new things the data on csgostash are updated very quickly. Quote
Dr. McKay Posted July 11, 2016 Report Posted July 11, 2016 You'll have to ask them how they do things. Quote
Mikus Posted July 11, 2016 Report Posted July 11, 2016 Maybe there is a page of Steam API where all the classid things? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.