How to get the price of an app in Steam WebAPI?
Is there a possibility to get the price of a game from Steam over the WebAPI? In current days, we have an API call. This means we could use JSON for it: Appid 57690 = Tropico 4 http://store.steampowered.com/api/appdetails?appids=57690 Part of the response: "price_overview":{ "currency":"EUR", "initial":2999, "final":2999, "discount_percent":0 } The Price is looking like you should convert 2999 to 29.99 Full response: { "57690":{ "success":true, "data":{ "type":"game", "name":"Tropico 4: Steam Special Edition", "steam_appid":"57690", "required_age":0, "dlc":[ "205630", "205636", "205635",