Reputation: 21
I was just wondering, is there anyway to retrieve all CS:GO items some way through the Steam Web API, or a JSON endpoint, or some other alternative? I've looked everywhere for a solution, though, I can't seem to find one. If there is no solution, then how do websites such as: http://csgolounge.com/ and http://csgo.steamanalyst.com/ retrieve all their items?
Upvotes: 2
Views: 16392
Reputation: 1068
Maybe you should try something like this
https://api.steampowered.com/IEconItems_730/GetSchema/v2/?key=<Steam key>&language=ru
Upvotes: 0
Reputation: 41
I'm using this to retrieve the data from steam market.
Then modifying the link to get the weapon, skin and exterior I want. There is also this link that can be modified.
This I found from this thread.
Upvotes: 4