Are there going to be any updates to make this compatible with 6.x? I really, really would love to get this module working on my site.

Comments

Chris Charlton’s picture

I'm interested in helping with a D6 & D7 port of this module. I applied for a CVS account.

MAT87’s picture

Any updates available on this?

I would really like to use this! :)

Chris Charlton’s picture

This is a brain dump... I'm posting links about the API and anything I found relevant. There is a SteamCommunity API group available at: http://steamcommunity.com/groups/scapi

Sample group URL - http://steamcommunity.com/groups/counterstrike - RSS feed: http://steamcommunity.com/groups/counterstrike/rss

Unofficial Steam Community API (PHP Class) - http://forums.steampowered.com/forums/showthread.php?t=617408 and http://forums.steampowered.com/forums/archive/index.php/t-617408.html


Steam Web API Documentation - http://steamcommunity.com/dev

Steam Web APIs available

  • ISteamNews: Steam provides methods to fetch news feeds for each Steam game.
  • ISteamUserStats: Steam provides methods to fetch global stat information by game.
  • ISteamUser: Steam provides API calls to provide information about Steam users.
  • ITFItems_440: Team Fortress 2 provides API calls to use when accessing player item data.

API Output Formats
All API calls take the form http://api.steampowered.com///v/?key=&format=
.

Format can be any of:
- json - The output will be returned in the JSON format (default)
- xml - Output is returned as an XML document
- vdf - Output is returned as a VDF file.

Steam OpenID Provider - Steam can act as an OpenID provider. The Claimed ID format is: http://steamcommunity.com/openid/id/

Steam Web API Terms of Use - http://steamcommunity.com/dev/apiterms

PHP Steam community API class - http://www.livebythegun.com/article-PHP_Steam_community_API_class-3016.html

Sample events RSS feed URL - http://steamcommunity.com/id/USERNAME/rss?type=events