Questions tagged [steam-web-api]

The Steam Web API is a set of data services for obtaining information related to Valve Software's Steam platform.

The Steam Web API is a set of data services for obtaining information related to Valve Software's Steam platform.
Queryable information includes player, game item, news and other related content.

To use most of the Web-APIs, you will need an API key, provided by Valve.

531 questions
-1
votes
1 answer

Shorten useless coding?

Creating my loading screen on garrys mod, and seeing this "useless" coding, and was betting that there is a way to shorten it massively, however I am quite a php nooby and was wondering if there was a perhaps a way to use arrays or something to make…
Tomzen
  • 55
  • 1
  • 4
-1
votes
2 answers

Dota 2 api number of matches

I need a link to get number all matches in dota 2 and number winned matches. I use http://api.steampowered.com/IPlayerService/GetRecentlyPlayedGames/v0001/?key=[YOURAPIKEY]&steamid=[STEAMID]&format=json but result is: { "response": { …
-1
votes
1 answer

Get price for item on steam community market

I am trying to somehow get the lowest price of a item on the Steam Community Market, I don't seem to see a soloution in the Steam Web API. So I was hoping one of you smart heads had a…
-1
votes
1 answer

How to find a specific item and count how many it is in a List

This is my current code: public override void OnTradeRemoveItem(Schema.Item schemaItem, Inventory.Item inventoryItem) { foreach (ulong id in Trade.OtherOfferedItems) { var item = Trade.OtherInventory.GetItem(id); …
rakagunarto
  • 325
  • 3
  • 23
-1
votes
1 answer

Steam API call with PHP, Requesting To resolve vanity name, is not working

I have the following php code to get a json file from the steam web api. I can't seem to figure out why this isn't recieving any information. Any help would be appreciated. Please use your own steam api key.
ThreeFold
  • 75
  • 1
  • 9
-1
votes
2 answers

Non-empty, non-null array keeps on throwing 'Warning: Invalid argument supplied for foreach() in' when I use foreach()

I have a json file (Rather large, mind you, the xml version of the same file is over 19000 lines long) that goes something like this: object(stdClass)#1 (1) { ["result"]=> object(stdClass)#2 (13) { ["items"]=> array(1628) { …
Luke
  • 4,908
  • 1
  • 37
  • 59
-2
votes
4 answers

Steam API, different json format

Recently i integrated CSGO stats in my discord bot, but today i saw that for almost every player the API sends a different json data. Here 2…
GewoonJaap
  • 1
  • 1
  • 3
-2
votes
1 answer

Get steam item median prices

i find url where can have "median_price": but its last info on median. i need info about last 3 days example.…
-2
votes
2 answers

Transferring steam items/skins between users

I'm developing CS:GO skins web shop, where you can trade your CS:GO skins. I want to use real money, not Steam. That's how it should work: User chooses skin to sell. Sets skin price and submits. Skin is removed from user inventory and transferred…
Alex
  • 17
  • 2
  • 8
-2
votes
1 answer

How do I "call" something in java script

Ok, so I am relatively new to the javascript scene, and I just had a few questions based off of this post here: Getting CS:GO player stats. In the answer, Andy says "Your call will look like this" then he inserts this…
-2
votes
1 answer

Is it possible to extract game's specific data using steam API?

I am new to Json and API. But, for study now I am figuring out how to get specific game data from steam API. I followed lots of process.. and get api code from steam. At first, I thought that 'oh I can extract all of game data using my API…
이종원
  • 1
  • 1
  • 1
-2
votes
1 answer

C# how can I accept a steam steam offer?

I have checked the source for SteamBot but I don't seem to understand it very well due to that I am a new coder. If someone could help me, it would be great! Thanks in advance. I found a way on SteamBot…
John Doe
  • 399
  • 1
  • 4
  • 23
-2
votes
3 answers

How to get trade_offer_state from Steam's API GetTradeOffer

I have an object trade returned from Steam's API GetTradeOffer which contains the following: tradeofferid=697052768, accountid_other=38044877, expiration_time=1443176120, trade_offer_state=7 if I console.log(trade) I get: tradeofferid=697052768,…
Ricky Barnett
  • 1,130
  • 3
  • 15
  • 32
-2
votes
1 answer

Counting items in steam game inventory

I got this response by calling Steam Inventory API: { "result":{ "status":1, "items":[ { "id":48331074, "original_id":48330920, "defindex":1013, …
Kartm
  • 39
  • 1
  • 11
-2
votes
1 answer

Need Help Declining Steam Offers That Take Things From Me

Ok so I have a code from a steam bot the accepts and declines trades if the offer state is correct. But I would like it to accept trade offers that give me things but decline trade offers that are made by someone else asking for things. …
TheFalcon
  • 27
  • 1
  • 1
  • 4
1 2 3
35
36