steam-web-api Questions

3

Solved

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 t...
Acantho asked 14/2, 2018 at 20:20

4

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 ...
Jovi asked 20/9, 2017 at 20:1

2

I am using steam api with python in order to get the number of players playing a game such as Dota 2. import requests import numpy as np import pandas as pd def main(): header = {"Client-ID": ...
Hispania asked 31/8, 2017 at 14:22

4

I'm developing an App that uses public Steam API for collect some information. Currently I retrieve the achievements by calling GetPlayerAchievements (v0001) and total hours played calling GetOwned...
Thermopile asked 9/1, 2015 at 14:26

1

Solved

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 permi...
Outlaw asked 21/6, 2022 at 7:2

11

Solved

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 ...
Selfsustaining asked 21/4, 2012 at 2:42

6

Solved

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...
Devest asked 2/10, 2014 at 21:49

1

Solved

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 websit...
Anastrophe asked 10/10, 2021 at 4:31

6

Solved

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...
Chow asked 8/10, 2013 at 12:36

4

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 onl...
Forspent asked 17/7, 2018 at 23:17

0

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 Stea...
Branks asked 14/6, 2018 at 6:16

4

I'm trying to do authentication with Steam from the home page in Angular but whenever I click on button (which has (click) event pointing at login() function in AppComponent), instead of being redi...
Hitandrun asked 25/12, 2017 at 19:31

3

Actually I am working on Steam trade offer functionality, in which I am getting a problem. I have downloaded the Steam class library and implement it in Codeigniter. I am following the setup guide ...
Kumkumagai asked 9/11, 2017 at 7:51

1

Solved

I've been looking through the Steam API documentation, and there are a number of services that provide information on a game in the Steam web store, however they all seem to require the Steam ID of...
Baptista asked 3/9, 2017 at 1:23

1

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...
Acidulous asked 26/9, 2015 at 13:45

2

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 st...
Termagant asked 4/2, 2014 at 3:0

2

Solved

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 wan...
Sad asked 23/11, 2014 at 7:35

2

I am wondering is there a way that if a user enters their 'Steam Username' that you can then find their 'SteamID'. I have been looking all through the 'Steam API' and have found no information abou...
Enteric asked 16/6, 2015 at 21:36

2

Solved

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 o...
Walls asked 5/11, 2015 at 11:31

1

Simple question that no one seems to know. What is the minimum and maximum length of SteamID64?
Gentilis asked 26/11, 2015 at 8:26

2

Solved

I'm working on a Steam Roulette program, and I'm trying to create filters. One of the filters I'd like to implement is (if the user data was loaded with SteamWorks), is to return a list of games (p...
Director asked 12/11, 2015 at 0:4

2

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 w...
Sasha asked 18/12, 2015 at 16:43

2

Solved

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 th...
Husein asked 15/1, 2014 at 4:33

3

Solved

I'm developing some software in python that utilizes Steam APIs. I'm using Flask to run and test the python code. Everything was going swell, but now I'm getting this error (I haven't changed any c...
Got asked 2/11, 2014 at 14:9

1

Solved

I'm not looking for details of a specific player inventory, but a list of all items for CSGO. What I want is details of the weapons in particular, but including skin name information and rarity. T...
Buffoon asked 19/12, 2014 at 5:57

© 2022 - 2024 — McMap. All rights reserved.