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

Is there a way to get game listing info from Steam into a desktop app?

I am writing a desktop app which would greatly benefit from some way to get Steam store listing data. I would like to find a game's developer, name autocomplete info, some description, pricing or images… whatever's possible. Is there any way to do…
Antrikshy
  • 2,918
  • 4
  • 31
  • 65
0
votes
1 answer

How can I grab a piece of text and put it on my site?

I'm trying to get the URL off a page from Steam. I'm using it to get the URL of the picture of any user who visits it. Here's the code that steam gives to me when I ask for the user's information: { "response": { "players": [ { …
0
votes
1 answer

How to format the description strings for attributes in steam web api?

When I use this link to grab the item schema for TF2, (http://api.steampowered.com/IEconItems_440/GetSchema/v0001/?key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&language=en), under the attributes property, there's a list of every attribute in the game for…
Vishwa Iyer
  • 841
  • 5
  • 14
  • 33
0
votes
1 answer

Steam api get multiplie game achievments&Schema list with 1 call

Hello i will get with 1 call a multiplie game-Achievmentlist from steam because i takes to many time for mulitplie calls. usually i get the game list from the user and then i call for every game via foreach the xml file. $url5 =…
ProJaCore
  • 42
  • 8
0
votes
1 answer

xml foreach filter elements

hello i will filter xml elements and will display one element with an specified identification like this:
ProJaCore
  • 42
  • 8
0
votes
1 answer

xml get specified elements

i am trying to filter an element out from an child like this per xml & php xml= - ValveTestApp202990 7 - - -
ProJaCore
  • 42
  • 8
0
votes
1 answer

Retrieve DotA 2 inventory with ingame order

I'm working at service using Steam Web API. Now I use http://steamcommunity.com/profiles/STEAMID/inventory/json/570/2 to get user items. But this method doesn't support item order. How can I get items like http://dota2lounge.com does?
DejaVu
  • 155
  • 10
0
votes
2 answers

Skipping JSON output in a loop

I'm using Python to extract data using Steam's API. I have a randomly generated list of Steam ID's. The problem is, not all of these ID's point to valid accounts. When I try to access the account for which there is no object value, the program…
0
votes
1 answer

Json. PHP. Get value by other value

I have this { "items":[ { "id":463282624, "original_id":463282624, "defindex":10175, "level":1, "quality":4, "inventory":2147483980, "quantity":1, "attributes":[ …
user3518291
  • 161
  • 1
  • 1
  • 9
0
votes
2 answers

Why isn't an image displaying in tkinter? (Python 2.x)

Alright, I am thoroughly confused. So I recently started to use the Steam API and I decided to start out something simple, displaying the avatar image of a profile. Thing is, the program runs with no errors except that it does not display the…
Brian Fuller
  • 386
  • 1
  • 3
  • 12
0
votes
0 answers

How could I fix this Auto Increment?

So, here is my problem on login through steam id it creates an account on my website but it also decides on next login to skip an Auto Increment causing the next registered member to gain a ton of Auto Incremented member id's
0
votes
1 answer

Passing JSON from PHP to JavaScript ( to hide Steam WEB API Key )

I want to use the Steam WEB API to generate some stats about games. In order to use the Steam WEB API I have to use a key that I am supposed to hide. I want to do all of the data processing with JavaScript, which doesn't allow me to hide the key. So…
imbaer
  • 554
  • 3
  • 21
0
votes
2 answers

Sort an Array in PHP by a specific value

How can i sort this array by $data['response']['games'][x]['name'] alphabetical from A-Z? I have tried already array_multisort() but didn't understand this function at all. Hope you can help me - googled and searched this but didn't found any…
CodeBrauer
  • 2,690
  • 1
  • 26
  • 51
0
votes
1 answer

Steam Web API Condensing

I searched around for the answer to this but couldn't find anything and was looking for help from you wonderful people. I have been toying around with steam web API for my site. I have found this code and am using it. Also, I have barely any…
Tyler
  • 5
  • 3
0
votes
1 answer

Display children that exist in both XML responses

Still very new to php and XML and have been trying to find a solution to this for a while. I am trying to compare two XML returns and only display the children that exist in both of them. To be specific i am using the steam api go get game libraries…
Johan Snitt
  • 101
  • 7