JSON of all Steam trading cards -


Is there any JSON file available for all Steam Trading Cards or all Steam items? Andy very well tells in the question how to get steam inventory content. I'm looking for something similar, but the user is not limited by inventory.

I have not seen an official valve at the point where the API for the available trading cards, Has a list of all the cards whose bots have seen. (According to this post on August 1, 2014, this is 8060 unique card)

You will need an API key, which can be found on their API page. After that, this http://scrapbank.me/api/GetMarketPrices/v1/prices.json?key=<YOUR_PUBLIC_KEY> The case of calling is simple.

With the key received from your API page & lt; YOUR_PUBLIC_KEY & gt; Change .

Result has been returned:

  {"result" {"success": 1, "number_token": 8060, "sports": {"steam summer getaway" : {"Classical Medieval War": {"Type": "Steam Summer Business Card", "Value": {"USD": 0.09, "Refined": 0.33}}, "Reese": {"Type": "Steam "Dead Trading Card", "Value": {"usd": 0.08, "Refined": 0.33}}, "Dead Island Rapidide": {"Type": "Steam Summer Trading Card", "Price": {"usd" : 0.08, "refined": 0.33}}}}}  

Krapbankkman boats saw a card unless you will not see the new card in the API. It is also important to realize that the result of your API call has been cached for one hour, the repeated call for the API will return the same data for one hour, even if the new card has been added in the mean time.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -