Questions tagged [steam]

Steam is an entertainment platform, payment system, and community for video games. Steam also provides simple API's and OpenID endpoints for user authentication. Use this tag for question relating to Steam or its OpenID endpoint.

Steam is an entertainment platform, payment system, and community for video games. It runs on Windows, Mac OSX, and Debian-based Linux.

Valve provides APIs so website developers can use data from Steam in new and interesting ways.

They allow developers to query Steam for information that they can present on their own sites.

To use most of the Web-APIs, you will need an API key, provided by Valve.

All of the officially supported end points are available using the GetSupportedAPIList end point.

1171 questions
46
votes
2 answers

Getting someone's Steam inventory

I am making a website that needs to access the Steam inventory of the user. I found an API to get Team Fortress 2 inventory, Dota 2, CS:S, CS:GO and Portal 2. But I didn't find any API for getting Steam inventory. Is it possible to access a user's…
Tiwenty
  • 733
  • 1
  • 10
  • 17
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
26
votes
1 answer

How to implement Steam Auth with Firebase?

All I found was this old answer: https://groups.google.com/forum/#!topic/firebase-talk/rApG8QQd6t4 Does a fellow SOer know any information or could a Firebase engineer provide a more detailed answer? I am currently trying to authenticate the user…
TheProgrammer
  • 1,409
  • 4
  • 24
  • 53
24
votes
2 answers

"Steam" added items that can run in the background

I'm now on MacOS Ventura 13.1. Recently, a pop-up window often appears on my pc. "Background Items Added" "Steam" added items that can run in the background. You can manage this in Login Items Settings. The first time when I saw this notification,…
propoba
  • 371
  • 2
  • 7
24
votes
2 answers

In Unity, How to Stop Popup for "Show Unity Splashscreen"

I'm just now learning how to use Unity to mess around in SteamVR. Every time I press the play button to test out my scene, I get this annoying popup. The tutorial I'm following doesn't have this problem. How can I get the popup to go away for good?…
CodeMonkey
  • 1,795
  • 3
  • 16
  • 46
24
votes
1 answer

Steam API Authentication

Before I get started, let me say I know absolutely nothing about OpenID. I don't even want to do what OpenID is used for, but I imagine people will mention it, but thats not what I'm looking for. I have software. That software requires users to…
Jason Axelrod
  • 7,155
  • 10
  • 50
  • 78
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
19
votes
3 answers

steam login using openID in android

Iam new to android development. my project is to make an application using steam public API but i couldn't figure out how to allow the user to login using steam account. Steam's web API documentation states that i should use openID, So i searched…
LimBo
  • 388
  • 2
  • 12
18
votes
2 answers

Using Chrome's cookies in Python-Requests

I'm trying to log in to the http://www.steampowered.com website using the cookies I've got from my Chrome session. Once I've grabbed all the cookie table's data, using the command SELECT * FROM cookie WHERE host_key LIKE '%steam%' and the column…
TankorSmash
  • 12,186
  • 6
  • 68
  • 106
16
votes
1 answer

Find steam games folder

How can I get to a Steam game folder without hardcoding it? Instead of hardcoding C:\Steam\steamapps\common\\GameData in my code can I use something involving the steamappid of a game to obtain this information automatically?
Thomsen1707
  • 193
  • 1
  • 1
  • 13
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…
14
votes
3 answers

Get the price of an item on Steam Community Market with PHP and Regex

I'm trying to use PHP to get the Steam Community Market price of an item. I take a url (for example : http://steamcommunity.com/market/listings/730/StatTrak%E2%84%A2%20P250%20%7C%20Steel%20Disruption%20%28Factory%20New%29) and then I download the…
Thomas Kowalski
  • 1,995
  • 4
  • 20
  • 42
12
votes
0 answers

To disable steam overlay

I have the following setup for the game: launcher.exe - starts under Steam on Windows and provides some settings UI for the user. Then launcher.exe starts actual game.exe. Problem is that the launcher.exe is using H/W accelerated UI - uses…
c-smile
  • 26,734
  • 7
  • 59
  • 86
11
votes
2 answers

Steam for Linux platform libraries causing Qt application misbehavior

I'm currently having difficulties with a very simple launcher application that's intended to display a webpage and have some buttons to launch a game. When you click a link inside of the launcher it is intended to simply launch your default…
OmnipotentEntity
  • 16,531
  • 6
  • 62
  • 96
1
2 3
77 78