Getting someone’s Steam inventory

New Endpoint There is a new end point for fetching inventories as of December 2016. The old one listed below still works (for now). Both seem to be highly ratelimited. The new inventory path is: http://steamcommunity.com/inventory/<PROFILEID>/440/2?l=english&count=5000 With this new path, l is the language you want to receive data back in and count is the … Read more

Inventory database design [closed]

I have seen both approaches at my current company and would definitely lean towards the first (calculating totals based on stock transactions). If you are only storing a total quantity in a field somewhere, you have no idea how you arrived at that number. There is no transactional history and you can end up with … Read more