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
0
votes
0 answers

Verify Game Integrity through Steam API?

Is it possible to verify a game through Steam with the API? This would be very helpful for a script I'm writing.
0
votes
2 answers

API Steam - Account not found

How is possibile when I try to take data in XML API Steam, from my account works: but if I try to get data from another account doesn't work? In…
Xanger
  • 67
  • 9
0
votes
2 answers

Decode JSON (PHP)

how can I select the number of "total_items" and the "average_price"? JSON: { "status" : "success", "data" : { "items" : [ { "market_hash_name" : "AK-47 | Redline (Field-Tested)", "total_items" : 698, …
Enge
  • 113
  • 6
0
votes
1 answer

Get Strange kills (TF2 + steam API

I've been trying to get the kills of a certain strange item in tf2, but my results keep returning blank. Any clue on how this is performed? Heres what I've currently got: $userBackpack = json_decode(file_get_contents($backpackURL), true);
Morgan
  • 52
  • 7
0
votes
1 answer

Parsing Steam trade offer error codes to console

I'm using CSharpTradeOffers library (GitHub) So there are SendTradeOfferWithLink (CSharpTradeOffers/Trading/EconServiceHandler.cs) and SendOfferResponse (CSharpTradeOffers/Trading/Data Classes/SendOfferResponse.cs) functions. Basically I have this…
Danny
  • 31
  • 1
  • 3
0
votes
0 answers

Inventory issue with node.js steambot

I have tried to deposit 56 items using node steam, and on accepting Trade it returns only 29 Items as new items. I am using getReceivedItems() to get the Items with update assetid. Here is the link,…
0
votes
1 answer

Get specific data from a JSON object (Steam Api)

So I am practising some nodejs and this time I am playing around with steam api and json objects. But I am having some problems. So, from the Steam api, http://steamcommunity.com/profiles//inventory/json/730/2 I got the json from this…
DavidS
  • 11
  • 6
0
votes
1 answer

Get all items for a CSGO with steam web api

I'm wondering if there's a way to retrieve all the active items names via the Steam API ? I know you can check the prices per item, but is there a way to fetch every items names ? Thanks
Alexandre Beaudet
  • 2,774
  • 2
  • 20
  • 29
0
votes
1 answer

ReferenceError: app is not definied in Node.js - SteamWebAPI

Eh, my third question about API and still cannot manage to work it the way I want... Anyways, I have two files: app.js and index.html. My index.html is simple form:
Benjamin
  • 65
  • 2
  • 9
0
votes
2 answers

How to display console.log results from API requests

//Express var express = require('express'); var server = express(); //Steam var SteamWebAPI = require('steamwebapi').SteamWebAPI; SteamWebAPI.setAPIKey('XXXXXXXXXXXXXXXXXXXXXXXXXXXX'); //Steam - Recently Played Games server.get('/games', function…
Benjamin
  • 65
  • 2
  • 9
0
votes
0 answers

How to get Steam user inventory online

ok so i found out how to get the json after searching for an answer i could not find for like 5 hours. http://steamcommunity.com/profiles/{steamid}/inventory/json/730/2/?trading=1 this brings up the json. im wondering how can i get the picture of…
user5977154
0
votes
1 answer

Steam webforms with Owin Security - implement function in ASPX instead of CSHTML

Background: I work with ASPX files and webforms (as my day job) but have never really worked with Razor (.cshtml). I am trying to create a website that logs into Steam using Owin.Security.Providers. When i do Install-Package Install-Package…
bobby
  • 183
  • 9
0
votes
1 answer

Steam item history through API (PHP)

I'm relatively new to programming in all aspects, so please bear with me when asking stupid questions. I'd like to get the steam price histories of selected items through Steam's market API, which is easily accessible through my browser when I'm…
Krisz
  • 1,884
  • 12
  • 17
0
votes
2 answers

Getting numerious data from API

I am quite new to using public API's and I came across a problem that I am not quite sure how to approach. The bottom line is that I have signups on google forms and I will get about 100-150 players signing up on my game nights. When this happens,…
Bagzli
  • 6,254
  • 17
  • 80
  • 163
0
votes
1 answer

Most played games from steam API

Is there a possibility to get JSON file with the most played games from the steam API? Can't find the right method from the steam documentation.
Jens Meire
  • 11
  • 1
  • 3