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
49
votes
11 answers

Incorrect Integer (2147483647) is inserted into MySQL?

Alright, so I've been toying around with the Steam Web API, I have one of the values stored in a variable called $steam64. When I use this code snipper to INSERT it into a mysql database it insert a completley different integer than what is stored…
Archey
  • 1,312
  • 5
  • 15
  • 21
35
votes
2 answers

Steam API all games

I've been reading forums and trying Steam APIs, I'm searching for an API which provides all Steam Games. I found the API providing all SteamApps, and the Steam Store API which provides information for Apps (I'm looking for the type: 'game'), but for…
Ankomm
  • 553
  • 2
  • 7
  • 15
29
votes
7 answers

Steam Market API?

I know that there's a Steam API allowing me to use data from Steam Community. My question is, does anyone know if there's a Steam Market API? For example, I want to get the current price of an item in the Steam Market. I've googled and haven't found…
Ariel Weinberger
  • 2,195
  • 4
  • 23
  • 49
24
votes
1 answer

How to get the price of an app in Steam WebAPI?

Is there a possibility to get the price of a game from Steam over the WebAPI?
BeryJu
  • 355
  • 1
  • 2
  • 11
16
votes
1 answer

SteamID64 minimum and maximum length

Simple question that no one seems to know. What is the minimum and maximum length of SteamID64?
user4483652
14
votes
2 answers

Steam API login isn't working - Is there another way?

As the project seems deprecated somehow, is there any other solution? Paul van Assen wrote a library (https://github.com/pvanassen/steam-api) which helps to login and other interacting things with steam. The only thing that isn't working for me is…
13
votes
2 answers

Redeem Steam key to account with Steam OpenID like Humble Bundle?

Humble Bundle has started requiring the user to sign in through Steam's OpenID authentication where it then redeems the Steam key on the user's account. I was unable to find any documentation on this subject. Is the system open for redeeming games…
Keavon
  • 6,837
  • 9
  • 51
  • 79
11
votes
2 answers

Use Steamworks API to pull competitive game scores?

I have a dilemma that I need to figure out. So I am building a website, where people can go watch a competitive game (Such as Counter Strike: Global Offensive), perhaps using either a Twitch TV stream, or actually through the matchmaking streaming…
user2887482
  • 121
  • 1
  • 4
11
votes
6 answers

Get steamID by user nickname

Is it possible to get user's steamID by his nickname? I didn't find solution in steam API documentation. The only one thing that I found is an old post on http://dev.dota2.com : You can use this to search the Dota2 API directly using the…
Dmitriy Zhura
  • 152
  • 1
  • 2
  • 9
10
votes
0 answers

How to get broadcast state Steam API

I have a list of "followed" steam users and I'm trying to find an endpoint to poll which ones are currently broadcasting. I was initially trying to determine this based on some properties of a Steam User namely: persona state profile…
alexgophermix
  • 4,189
  • 5
  • 32
  • 59
9
votes
2 answers

How to get the float value of CS:GO market items?

Recently I discovered that you can check the float value of an item from the steam market by entering the inspect link on sites like csgo.exchange and csgozone.net. After some research I figured out the syntax of an inspect…
user4588859
9
votes
1 answer

Steam web API getting CS:GO inventory

Alright, so I have been looking for this all over the internet, and what I have found out is that when you want to get someones steam inventory you use…
Mathias_
  • 323
  • 1
  • 4
  • 14
8
votes
4 answers

How to get wishlist data from other profile in Steam?

Steam has launched new wishlist: https://store.steampowered.com/wishlist/id/customName or id I found the next link to get some info about user which works only if you are logged in and returns only data for current profile:…
Paul K.
  • 79
  • 1
  • 11
8
votes
1 answer

Sign in through Steam with Java

I want to use STEAM-LOGIN in my JSF2 web application. I found this in Steam Web API documentation: "Steam can act as an OpenID provider. This allows your application to authenticate a user's SteamID without requiring them to enter their Steam…
RueKow
  • 193
  • 3
  • 10
7
votes
2 answers

Login with Steam OpenId(oidc-client-js)

I've done auth with google when client auth, receive token_id, send it to server and server retrieve client account info base of that token_id. It was pretty easy because it was documented. Now I try to do with Steam but literally I have 4 rows…
Sergiu
  • 231
  • 1
  • 3
  • 14
1
2 3
35 36