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

Connecting with Steam's OpenId with Steam OmniAuth gem gives "invalid_credentials" error

I am trying to use the omniauth-steam gem to connect a user through Steam and retrieve the user's ID64. I am running Ruby on Rails 5.0.1 using a server on my local network sporting Apache with Passenger. Whenever I try to connect to /auth/steam I…
Technoh
  • 1,606
  • 15
  • 34
5
votes
2 answers

PHP json_decode doesn`t work

Hi i want to get the personaname of steam user I have storaged data in files in .json format. { "response": { "players": [ { "steamid": "76561198137714668", "communityvisibilitystate": 3, …
UareBugged
  • 176
  • 1
  • 2
  • 11
5
votes
2 answers

Retrieve item's price history on Steam market

Regarding items from Steam market I was wondering if there is a way to retrieve the price history of an item over a period of time. I know that Steam provides a special api for developers who want to integrate market specific data into their own…
Daniel
  • 544
  • 1
  • 10
  • 21
5
votes
1 answer

Steam Achievements API - How to get achievement unlocking date?

Is this possible to get achievement unlocking date in Steam Acheivements API? I have read a bunch of documentation, but found no mention of this.
Akki
  • 1,487
  • 14
  • 25
4
votes
1 answer

how to get oauth client-id for steam?

I find this on official doc for client ID : During your initial setup you will need to contact Valve with the following information: What permissions you need the user to obtain. The required permissions are listed below with each API call. The…
unknown_user
  • 130
  • 1
  • 10
4
votes
1 answer

Steam API to get game info

how will I use steam API to get the info on a game if they search a game name in my website , I'm new to using API's please help!! example : I need to get the games minimum requirement in my website from steam
Tharun S M
  • 47
  • 1
  • 2
  • 9
4
votes
1 answer

Steam API Retrieve Personal Game Data

I'm working on an application that lets you view your csgo match history and watch specified matches directly from the app. Right now I have it working for competitive matches. The way I currently have it working is I request matches as if I were in…
4
votes
1 answer

Avoiding Error 429 Too Many Requests (Steam Web API)

I'm trying to make a site that displays information obtained from the Steam Web API but while testing, I received a 429 error. There is no indication for how long until I can make another request and its been over 3 hours. I've read that there is a…
Jim
  • 143
  • 3
  • 11
4
votes
1 answer

Some questions about Valve's Steam Web API - Fetching Dota 2 Match History

I wanted to write a little program to analyse the Dota 2 matches in order to program a Hero Picking Tool. If there will be some machine learning, is still up to decide for me I just checked out the Steam Web API documentation and wrote a little…
beinando
  • 477
  • 4
  • 18
4
votes
2 answers

Parsing JSON output efficiently in Python?

The below block of code works however I'm not satisfied that it is very optimal due to my limited understanding of using JSON but I can't seem to figure out a more efficient method. The steam_game_db is like this: { "applist": { "apps":…
Purdy
  • 83
  • 2
  • 7
4
votes
1 answer

Get user game stats in steam

I am trying to get user game stats. First, I am trying to do like this: http://api.steampowered.com/ISteamUserStats/GetUserStatsForGame/v0002/?appid=570&key=949DDA17D1A94CB9D387F2BE0727EB5F&steamid=76561198140055626&include_appinfo=1 For dota I…
Mr. Nobody
  • 49
  • 1
  • 4
4
votes
1 answer

item_type in steam community market

This question is similar to the question here. But I do not want to use the link wikia page in it because it is not updated. I would like to create such a page that I can update on a regular basis automatically getting data from steam servers. There…
4
votes
1 answer

Steam API: How to get players in current game?

I'm wondering if there is anyway to get the current players in someone's Steam game. For example when your in-game, you can go into the Steam Menu and click "View Players" to see players in your current game and recent games. I can't find any…
Stephen White
  • 375
  • 1
  • 4
  • 9
4
votes
1 answer

How to get steam items names?

I am trying to find the name of the item on steam. This is what i get currently from json array [appid] => 730 [contextid] => 2 [assetid] => 4981322842 [classid] => 311848115 [instanceid] => 188530139 How can I "convert" this to the item name or…
MHB2011
  • 453
  • 1
  • 7
  • 22
4
votes
0 answers

Grab icon_url with Item Name [Steam-Web-API]

Is there a way to generate the icon_url from the skins name? So for example. StatTrak™ AUG | Ricochet (Factory New) From that to get the icon_url that would be…
John Craft
  • 53
  • 3
1 2
3
35 36