STEAM GROUP
Web API Devs WebAPIDevs
STEAM GROUP
Web API Devs WebAPIDevs
36
IN-GAME
178
ONLINE
Founded
12 January, 2013
22 Comments
Flamey 4 Apr @ 10:29am 
🩷🩷🩷
Drew 10 Dec, 2015 @ 4:46am 
Hi everyone, I've put together a R package to interface with the api if anyone finds it useful.

https://github.com/drewlake/steamR
Nik 7 Aug, 2015 @ 4:14pm 
Hi :)
♥♥♥♥♥♥♥♥♥.co #1 5 Aug, 2015 @ 4:45pm 
Hi guys ! New to this group, welcome to me and thank you ! I'm developping a website using the web API. Beginning is hard but i'm sure i'll be more comfortable one day ! See you soon !
-=GHS=- Windu 19 Apr, 2015 @ 3:13pm 
Any devs please add me I need one I'm paying good
StAlK3r 7 Oct, 2014 @ 4:55am 
Automate Steam Group Announcements

Hi guys, hope its ok to post this question here: Just wondering if anyone knows if there is a way to Automate a Steam Group Announcement at all, I am wanting to automate the title and URL if a newly uploaded video on youtube to my Steam Group as an Announcement, any Ideas would be greatly appreciated, thanks in advance guys and yes I am willing to pay for such a think if required :)
chetan.motamarri 2 Oct, 2014 @ 7:48pm 
I have downloaded steam api for python from "https://github.com/smiley/steamapi" .

I need small help in using steam API, previously I was able extract user games and friends details by writing a python script like this

user=76561198138418453

games = steamapi.user.SteamUser(user).games

But now I was not able to pull that data from past 20 days. I don't know where it went wrong. Is there any alternative in Steam API for extracting games and friends data.

I'm getting this error:

"File "C:/Python27/lib/site-packages/steamapi-0.1-py2.7.egg/steamapi/core.py" , line 282, in __repr__

name=_shims.sanitize_for_console(self.name) ,

TypeError: unbound method sanitize_for_console() must be called with _shims instance as first argument (got unicode instance instead)
Damo CGG 27 Aug, 2014 @ 8:33am 
Does anybody know if we are allowed to just hotlink to app images on our websites? For example if I havea list of recent steam games am I allowed to use an image URL like https://steamcdn-a.akamaihd.net/steam/apps/292030/header.jpg ?
roadrunner 24 May, 2013 @ 9:55pm 
They reply depending on how busy they are at work. My advice is not to contact well known valve employees. (Gabe, Robin).

A lot of them are very friendly and will reply to you though.
Koraktor 18 May, 2013 @ 1:12pm 
Does anyone know a reliable contact at Valve for Web API related questions / discussions?
NO PLACE IN HEAVEN 19 Apr, 2013 @ 5:03pm 
Thanks!
roadrunner 15 Apr, 2013 @ 7:34pm 
Not that I know of. Best place to start is to read through the documentation.

http://steamproxy.net/dev
https://developer.valvesoftware.com/wiki/Steam_Web_API
NO PLACE IN HEAVEN 15 Apr, 2013 @ 10:21am 
Are there any tutorials for newbies who want to integrate their website with Steam?
roadrunner 18 Feb, 2013 @ 10:26am 
Hey Sikora, last time I asked them they said they were too busy with other things to work on the Web API. Not sure if that's true now though.
DarkteK 9 Feb, 2013 @ 6:04pm 
Didn't see the answer :(
Thx btw guys :D
sikora 3 Feb, 2013 @ 4:18pm 
Hey, any clue if they're working on this API?
I thought I could use ISteamGameServerAccount/GetAccountPublicInfoBySteamID to get user's games information but this method seems broken.
roadrunner 29 Jan, 2013 @ 10:38pm 
Always welcome to add me pfau
PfaU 29 Jan, 2013 @ 2:54am 
Hey everyone! Curious as to how you guys have implicated the API in your own web based projects. Im looking to learn more n get n share ideas, hit me up if ya wanna talk API. Excellent idea for a steam group roadrunner ++
roadrunner 18 Jan, 2013 @ 2:23pm 
:o hey there, should have probably made a discussion thread
As far as I know there isn't a database available that you can connect to, but you can get a list of all games, trailers, and demos using the API like this:

http://steamproxy.net/steamapi/ISteamApps/GetAppList/v2/

From there, you can do a bunch of other things like filter out all the demos, trailers, and do what ever with them. Save them to your own DB, display them etc.

Hope that helped
DarkteK 17 Jan, 2013 @ 6:11pm 
Since no one writes here, hi !, question... I'm makin a website, and I wanna do somethin like the main search for all the games in steam, is there anyway to get access to that database?