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
2 answers

Scraper Google App Engine for Steam

So basically, at the moment, we are trying to write a basic HTML 5 page that, when you press a button, returns whether the user, on Steam, is in-game, offline, or online. We have looked at the Steam API, and to find this information, it requires the…
0
votes
1 answer

PHP Simple HTML DOM Parser starts at item number 2 instead of number 1

i'm using Simple HTML DOM Parser to receive certain info that i require, but it seems like the parser outputs the 1st. item it finds. I'm using this code: $html = file_get_html("http://steamcommunity.com/id/" . $username .…
Mats Bakken
  • 155
  • 1
  • 14
-1
votes
1 answer

How do I get the build id for a game on steam?

for example the steamdb site lays out all the information about game updates, such as cs go and others. The question is where do they get the build id value from? I would also like to parse this information so that I know about the release of…
yri
  • 1
-1
votes
1 answer

Is there anyone know how to steam idlers work?

Just wondering. I searched and couldn't find anything about that. Freehourbooster, steamtimeidler or something like that. how does it work? With APIs?
Dallas
  • 9
  • 1
-1
votes
1 answer

Can't get a steam user's inventory through the API

I'm trying to get info about a Steam user's inventory but it seems that I'm doing something wrong. After running script below (ofc first I replace PROFILEID with my Steam User ID) all I get is {'success': False}. Can anyone tell me how to fix this?…
-1
votes
1 answer

Nodejs returns undefined when importing function from file

im kinda new to nodejs and trying to get this here working, but whatever I try it either return undefined or [function: online]. As you can see ive made a function in online.js and export the function. Then in app.js I require the file, then console…
-1
votes
1 answer

Is possible to add a game to cart on steam from code in Python

I'm am working on an bot. I need to app to cart games from code. I found this documentation from steam but I don't really understand it. https://partner.steamgames.com/doc/features/inventory/webfunctions If this can be used to add a game to cart by…
-1
votes
1 answer

Steam API Make trade offer 403 forbidden

I created trade offer with browser and copy request as cURL. I can create offer with terminal, BUT if I copy request as fetch (or Node.js fetch) then I give 403 Forbidden. I want make offers by fetch. working cURL: curl…
-1
votes
1 answer

Steam Api Store Sales

I would like to do a little script with nodejs that tracks interesting steam promos. First of all I would like to retrieve the list of games on sale. I tried several things, without success ... GET request on the store.steampowered.com page (works…
guillaumearnx
  • 142
  • 3
  • 12
-1
votes
1 answer

Get Ip from Steam Game Server?

Is there a way to determine the Ip of a specific game server via Steam's WEB API? I have already asked Steam, they just said that the support will not help me. The reason for my question is that I am writing a Discord Bot for friends to check the…
53m1k0l0n
  • 15
  • 5
-1
votes
2 answers

Get a single item from JSON in PHP

I've seaching stack overflow and did not find what I`m trying to do ... So here is the question: HOW TO RETURN STEAMID ONLY? CODE:
-1
votes
1 answer

how to send fetched data node js

Hello i have a request which fetch some json data from third party API: request({ url: 'https://api.steampowered.com/IEconService/GetTradeOffers/v1/?key=MYAPIKEY&get_sent_offers=1&active_only=1&format=json', json: true }, (err, responser, body,…
user6215911
  • 21
  • 1
  • 5
-1
votes
1 answer

How to get all existed steam IDs?

I am planning to create steam users database for some personal use. So my plan is to make requests on steam API with steam IDs and save the result in my database. But I have one problem I don't have steam IDs of all registered profiles. I've tried…
-1
votes
1 answer

Get steamid64 from steamapi

I'm working on something for a friend at the moment, but I'm not sure how to pull data from the Steam API. How would I import the steamid's from here into an array or something of the sort? { public Form1() { InitializeComponent(); …
-1
votes
1 answer

Making a project in php and i have to use Steam login api

I want to practice on Steam login API and i don't have domain so can i use my local host XAMP/WAMP if yes then how to get an API key for it ? Help will be appreciated