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

How get steam nickname via javascript

Hello i now using this php code for get steam nicknames function EchoPlayerName($steamid){ $xml = simplexml_load_file("http://steamcommunity.com/profiles/$steamid/?xml=1");//link to user xml if(!empty($xml)) { $username =…
The GamerX
  • 13
  • 7
0
votes
1 answer

How to parse a string of html to actual jsx code without knowing the contents of the string?

I have a problem, the steam api returns content as html code even though my headers are set to "application/json" as well as the formatting is correct in the url parameters. I've accepted that the link is correct, and Steam just returns html code in…
0
votes
1 answer

Automatically making steam booster packs

I wanted to automate the process of making booster packs on steam. I don't know where to start from. I know java and basics of javascript,C. I can login to my account with steamkit2. I tried searching steam web api and using IInventoryservice, it…
0
votes
1 answer

Can't figure out how to pass Steam Web API a Int64

The Steam Web API has a function for getting information on a published Workshop file called GetPublishedFileDetails. It says I can make a request for multiple files, but I cannot figure out how to do this with Javascript. At the moment, I have to…
Leeous
  • 27
  • 7
0
votes
2 answers

Steam Web API GetOwnedGames multiple SteamIDs

We are trying to get the owned games of a lot of users but our problem is that after a while the API call limit (100.000 a day) kicks in and we stop getting results. We use 'IPlayerService/GetOwnedGames/v0001/?key=APIKEY&steamid=STEAMID' in our…
creyD
  • 1,972
  • 3
  • 26
  • 55
0
votes
1 answer

Steam Web API via Node.js on my shared hosting

Basically, what I'm trying to do is have the Steam Web API running via Node.js on my shared hosting so I can display Steam user profile information on my site. Unfortunately, I'm having a lot of trouble getting it working. I've been following this…
Rex4748
  • 23
  • 3
0
votes
1 answer

Steam WEB API. Is it possible to get data on localhost in Vue.js?

I have problem with GetUserStatsForGame in Vue.js. Warning in console: A request has been blocked for a resource of other origin. Reason: CORS header 'Access-Control-Allow-Origin' missing. As you can see in my code i have headers. The warning should…
0
votes
1 answer

Verify Steam ID ownership in NET Core + React App

I am using React as a frontend and .NET Core Web Api as a backend. All communication is through the HTTP between the two servers. I would like to have "Sign in through steam" button on my page, when clicked redirected to steam website for login and…
0
votes
0 answers

How to post Image from xamrine to webapi in asp.net mvc

Here is my webapi code that is correct i check that i post the image using postman..how to send image to webapi image save is already work .but i need how to post image from xamrine to webapi request. [HttpPost] public ActionResult…
0
votes
1 answer

Fetch Steam Guard status

I wonder if there is any way to fetch wether Steam Guard is enabled or not through the Steam API. I am using the openid library for my website but I can't find any variable that stores the steam guard status.
PVP Squad
  • 11
  • 5
0
votes
1 answer

How can I find the value from json ds_map?

I am trying to get SteamAPI's SteamID value from this JSON link: steam_request = http_get("http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=A689432685442875EBB8B6E4039D73AE&steamids=76561198074393173"); result_map =…
younyokel
  • 327
  • 2
  • 15
0
votes
1 answer

How do i check if the steam account is a developer account with existing developed games on Steam?

I have been reading through the Steam API but I can't seem to find anything that would allow me to check if the steam user is a developer account and also to check which games have been developed by the developer account. What I am trying to…
abcd1234123123
  • 117
  • 1
  • 3
  • 10
0
votes
1 answer

Steam Web API not retrieving user reviews

I have been trying to get some user reviews from an app on Steam using their API which is documented here. However, some of the requests return only the JSON {"success":2} and nothing else. You can try these two requests on your browser: Miner Ultra…
alexandredias3d
  • 361
  • 3
  • 17
0
votes
1 answer

Array navigation in PHP

I am trying to get an api(steam api) response as a variable. {"response":{"players":[{"steamid":"XXXXXXXXXXXXXXXXXXXX","communityvisibilitystate":3,"profilestate":1,"personaname":"The value I want to…
0
votes
1 answer

Steam API with angularJS?

I'm making a website for rust (video game) where you can gamble items. Anyways, I'm wondering of someone can help me out with my issue: I'm trying to find some sort of API? maybe where the user can login via steam, and I'd have their info to use on…
etnz
  • 13
  • 1
  • 5