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

Steam API: accessing DOTA2 ranked matches

I'm trying to use the Steam HTTP-based API to get information about ongoing and recently completed Ranked Matchmaking DOTA2 games. Specifically, I'm using the command…
alexvas
  • 695
  • 2
  • 8
  • 23
-1
votes
1 answer

How to get user's completed badges (Node.js)

I am making a node.js bot and I want to check my friends' completed badges. What is the best way to do it? What module? (Module Steam-User only has this option for your steam account.)
-1
votes
1 answer

I could see my Steam achievements in http://steamcommunity.com/id/userId How to display them in my website

How to get display your steam dashboardin your website? How to display my steam profile, dashboard, game stats and achievements in a website
Newton Joshua
  • 745
  • 1
  • 10
  • 21
-1
votes
2 answers

SteamAPI Undefined index

I'm a beginner in PHP and i am working with the steamapi. I got it figured out a bit and wanted to continue importing my current game in my site. Not i had the problem steam doesn't give anything when i use the steamapi and i'm not in game. When i…
Cyber_Star
  • 155
  • 1
  • 9
-1
votes
1 answer

Steam Store API

I'd love to know if there is a steam API or something, that gets all current steam games and their price? I need to make a Steam Key Trading Bot that sells Steam Game Keys so I need prices of games and actual games to update automatically. So what…
Ahmad Othman
  • 167
  • 3
  • 9
-1
votes
1 answer

ExpressJS pass variables to Angular

I have some text in the form of some JSON that I have been able to pull from Steam's Web API using my server written in ExpressJS/nodeJS. This JSON is stored in a variable. What I am trying to do here is to basically take the JSON that I have…
Adi Khajuria
  • 11
  • 1
  • 3
-1
votes
1 answer

Looping Through players inventory Steam PHP

Hello i was just Wondering if there was anyway to go through all the items in a users inventory and echo the name of the item and the picture of the item, Should i use rgInventory or rgDescriptions? How should i go about looping through it? Sorry im…
person
  • 88
  • 10
-1
votes
2 answers

Steam Api Issue and PHP error

Hi guys I've made a website on steam with steam node bot but sometimes after login into steam I have this appear above over my website. My developer told me is steam api issue. Is it true? https://gyazo.com/3b72a35341e28761eaee2c8bcbfee7b0
-1
votes
2 answers

PHP Str_replace is not working in foreach loop

Here is my code. I am trying to get inspect link for steam item. I have tried to use preg_replace but no luck either. $API_link = sprintf("http://steamcommunity.com/id/*steamid*/inventory/json/730/2?trading=1"); $json =…
-1
votes
1 answer

Steam OpenID remember me / stay logged in

I'm making a web app that allows users to login using their Steam account. Here's what I'm using to enable Steam login on the site: https://github.com/SmItH197/SteamAuthentication. So far it works great. You're able to login with Steam, but I'd…
Cludas18
  • 65
  • 3
  • 12
-1
votes
1 answer

Using steam web api to access how many times players are reported for hacking

Would it be possible to keep track of every time a csgo player gets reported (for hacking) through the Steam WebAPI. In other words does valve give stats on how many times players have been reported for aim or wall hacking through Steam WebAPI. Is…
William Venice
  • 329
  • 2
  • 7
  • 16
-1
votes
1 answer

Cant pull data from JSON array

Currently I am trying to pull data from my steam inventory using the following link: http://steamcommunity.com/id/STEAMID/inventory/json/730/2. Using the link I can see the results in browser however when I actually try to pull the json with…
mtcamesao
  • 43
  • 9
-1
votes
1 answer

How to automate the creation of a Joomla user with the Steam API

Hope you are all well. I have very little knowledge in coding so any help is very much appreciated. I am currently using the following steam authentication system on my joomla website. https://github.com/SmItH197/SteamAuthentication The login…
JoeFelin
  • 1
  • 2
-1
votes
1 answer

PHP Session Security with the steam web API

I know there is a lot of session security questions but I want to know if my specific situation is secure. In my website the users log in with the steamWebAPI and openID. It sends me $_SESSION['steamID64']. I use this steamID64 as full…
Maarethyu
  • 83
  • 1
  • 9
-1
votes
1 answer

Pass Unique JSON cached file from PHP to Javascript to Display in a nice format

I've been struggling for 2 days now, trying to figure out how to pass the unique json file that my PHP grabs, caches it and (eventually)shuffles the json data and only display 30 "games". And get it to my index.php file that has the .ajax call. This…
f00d
  • 581
  • 1
  • 6
  • 21