steam-web-api

How can I get a list of all CSGO items including skin name, quality and rarity?

自闭症网瘾萝莉.ら 提交于 2019-12-03 10:07:59
问题 I'm not looking for details of a specific player inventory, but a list of all items for CSGO. What I want is details of the weapons in particular, but including skin name information and rarity. To make it easier to explain this site has the information I need, except rarity. http://csgo.steamanalyst.com/list.php By using the following api url I can get weapon model names but not skin names (ie. "Zirka") http://api.steampowered.com/IEconItems_730/GetSchema/v0002/?key={YOUR_API_KEY} 回答1: I

Retrieve a list of installed games from the Steam API

走远了吗. 提交于 2019-12-03 09:09:15
I'm working on a Steam Roulette program, and I'm trying to create filters. One of the filters I'd like to implement is (if the user data was loaded with SteamWorks), is to return a list of games (preferably in App ID form) that he/she has installed on his computer that I can then compare to my original full list to remove unneeded values; like a filter to get rid of games the user doesn't have installed on his machine from the list of possible games that can be picked. In case: Steam Roulette was an online trend, in the form of a web application in which the user picks a random game out of his

Steam Market API?

北慕城南 提交于 2019-12-03 03:21:34
问题 I know that there's a Steam API allowing me to use data from Steam Community. My question is, does anyone know if there's a Steam Market API? For example, I want to get the current price of an item in the Steam Market. I've googled and haven't found anything yet. I'd be glad to have your help. 回答1: I could not find any documentation, but I use: http://steamcommunity.com/market/priceoverview/?appid=730&currency=3&market_hash_name=StatTrak%E2%84%A2 M4A1-S | Hyper Beast (Minimal Wear) to return

How can I get a list of all CSGO items including skin name, quality and rarity?

人盡茶涼 提交于 2019-12-03 00:40:24
I'm not looking for details of a specific player inventory, but a list of all items for CSGO. What I want is details of the weapons in particular, but including skin name information and rarity. To make it easier to explain this site has the information I need, except rarity. http://csgo.steamanalyst.com/list.php By using the following api url I can get weapon model names but not skin names (ie. "Zirka") http://api.steampowered.com/IEconItems_730/GetSchema/v0002/?key= {YOUR_API_KEY} I haven't found anything regarding skins in Steam Web Api. Lists of all skins as well as rarity and

Steam Market API?

余生长醉 提交于 2019-12-02 16:52:27
I know that there's a Steam API allowing me to use data from Steam Community. My question is, does anyone know if there's a Steam Market API? For example, I want to get the current price of an item in the Steam Market. I've googled and haven't found anything yet. I'd be glad to have your help. I could not find any documentation, but I use: http://steamcommunity.com/market/priceoverview/?appid=730&currency=3&market_hash_name=StatTrak%E2%84%A2 M4A1-S | Hyper Beast (Minimal Wear) to return a JSON. At time of writing, it returns: {"success":true,"lowest_price":"261,35€ ","volume":"11","median

How to get the price of an app in Steam WebAPI?

落爺英雄遲暮 提交于 2019-12-02 14:56:55
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",

Steam api user data: Only works for one steam id, else DOESNT WORK

[亡魂溺海] 提交于 2019-12-02 09:37:30
I'm really new to php and doesnt understand much with apis.. I wrote this code: <?php $steamkey = "xxxxxxxx"; // censored I use the right steamkey $id_user = "76561198059606697"; // only this steam id works $apifr = "http://api.steampowered.com/ISteamUserStats/GetUserStatsForGame/v0002/?appid=730&key=".$steamkey."&steamid=".$id_user; $data = file_get_contents($apifr); // put the contents of the file into a variable $test = json_decode($data); echo print_r($test->playerstats->stats[0]->value, true); ?> the result is the total_kills of the player steam id: 49999 The result "49999" are the right

How to retrieve steam market price history?

我的未来我决定 提交于 2019-12-01 12:21:37
I'm trying to get price history for items on steam market. I found a link that returns price history for a specific item (which is mentioned in almost every question about getting price history from market at this site). http://steamcommunity.com/market/pricehistory/?country=PT&currency=3&appid=730&market_hash_name=Falchion%20Case It works fine in browser while I'm logged-in in Steam, but when I try to do the same thing in python, it returns an empty list (the same thing happens when I try to do it in browser while not being logged-in in Steam). This is my python code (uses requests lib):

Php + Mysql (UTF-8 ) some characters are still bug

让人想犯罪 __ 提交于 2019-12-01 09:30:01
Well i got a php script that takes nicknames from a the Steam web-api and insert them into a mysql db. Many of them got rare russian and greek characters. I set php to utf-8 in the php.ini and in all the php files with mb_internal_encoding('utf-8'); My PDO connector is configured to handle utf8 $connection = new PDO('mysql:host=localhost;dbname=d2bd;mysql:charset=utf8mb4', 'root', ''); $connection->setAttribute(PDO::ATTR_EMULATE_PREPARES, false); $connection->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $connection->setAttribute(PDO::ATTR_PERSISTENT, true); $connection-

How get a response of multiple price items on the market

五迷三道 提交于 2019-12-01 02:02:01
I check the price of each items of my backpack cs:go with this link : http://steamcommunity.com/market/priceoverview/?country=FR&currency=3&appid=440&market_hash_name= But for 100 items for exemple, i check 100 links for get the price of all my items. Is it possible to query steam with many items and steam response only one json with all prices requested? I want it's a system like that, you send a array with all classid of the items you want know the price to a steam url and steam send you one json with all price of your array. For steam it's not difficult and it's very speedy and for me it's