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
1 answer

Steam Trading Cards: What endpoint to use for own inventory

As the title says and in short: I want to get the count of cards I have for a given game. I've seen this discussion but I don't want to see all the inventory (no pagination needed), instead I want to get data of a specific…
Enissay
  • 4,969
  • 3
  • 29
  • 56
0
votes
0 answers

Problems with saving variables in MYSQL

I am currently building up a website where the user can sign in with his steam account. For that purpose I am using a Steam Authentication Library which you can find here: https://github.com/SmItH197/SteamAuthentication What I want to do is to save…
user2324232322
  • 303
  • 2
  • 6
  • 16
0
votes
1 answer

Steam market API documentation. Get all skin names

I want to get all skin names for CS:GO. But I can't find API for use market. Early was some information here: http://steamcommunity.com/dev but now, I can't find it. Please give me API documentation, for operate with market and skins.
GoldenScrew
  • 181
  • 2
  • 3
  • 14
0
votes
1 answer

Is there a way to speed up Steam API update?

I'm using Steam Web API and need to check if the achievement list for a certain user and game is updated (when user gets an achievement). I am using api.ISteamUserStats.GetUserStatsForGame. The problem is that, even though I am querying repeatedly,…
Miguel Mano
  • 103
  • 1
  • 12
0
votes
1 answer

Looking for json data that contains dota2 hero and item details

I am working on an application that get response from steam API. I am halfway through my task. Now I need some help on getting response of dota2 hero or item details that completely contains ìd name and image_url. I want to know are there any steam…
user8144675
0
votes
1 answer

Steam tradeoffer error in node.js

C:\Users\User\Desktop\govind\node-steam-tradeoffers-master\examples\offerbot.js:71 throw err; ^ Error: There was an error sending your trade offer. Please try again later. (15) at SteamTradeOffers.
0
votes
2 answers

How to hide Steam Web API key?

So I'm using my personal steam web api key in a project and its my first time using an api key in a program. I don't have any idea about the safe-use of this key in terms of hiding it. Could somebody guide me in this aspect? I'm developing in Java.
JD0001
  • 131
  • 3
  • 11
0
votes
1 answer

Using SteamAPI to access the current users GameID

I'm currently looking to build a bot for my Twitch Channel, I have the bot with some standard commands for changing the game based on shorter commands. I read and looked into it and apparently using the SteamAPI it's possible to figure out what…
0
votes
1 answer

Steam auth login api

When I login on one page with the steam auth login I can use all the infomation from the $steamprofile array, but when I change to another php file I dont have accses to the same $steamprofile array, how do I get this to work? I have tried to setup…
HeeysamH
  • 15
  • 9
0
votes
1 answer

Steam market show all price for items dota 2

I want to get a list of all the items with prices from dota 2. Using this code:
Dima
  • 21
  • 3
0
votes
1 answer

Steam API CSGo Get All Item Categories

I'm trying to find API method for Steam CSGO, which I can use to retreive all: weapon categories; wear; exterior; phase; grade. Any advice would be appreciated.
Viktor
  • 819
  • 1
  • 12
  • 26
0
votes
1 answer

Steam API call failed to open stream

Hello I'm just working on a private Webpage for fun. I make a call to get a json from the steam API so that I can get the avatar of a user. Here's my code. function getSteamImage() { $key = "XXXXXXXXXXXXXXXXXXXXXXXXXXX"; $json =…
WasteD
  • 758
  • 4
  • 24
0
votes
1 answer

Steam OpenId4Java in Android

I need to authenticate a Steam user by using OpenId. And i've found this example here but i dont know how to use it in my Android project. Any suggestions?
Gagan Suie
  • 320
  • 4
  • 15
0
votes
2 answers

Json Decode - PHP

I'm trying decode a json from an one API, but when i try the code:
Pedro Pinto
  • 240
  • 2
  • 10
0
votes
1 answer

Steam Top 10 Games by Player Count API Call

I want to create a simple Swift app that lists the current most popular games on Steam. I can't find anywhere with this API call listed. steamdb.info lists this info but I can't find a way to emulate this.
Conor
  • 1,007
  • 1
  • 10
  • 16