Steam WebAPI Proposal


Steam WebAPI Proposal

A few weeks ago I stumbled upon the Steam Condenser project. It’s library to make sense of the Steam Community, Source, GoldSrc and Steam master servers information for PHP, Java, and Ruby. They’re still using the deprecated XML data which Valve replaced with the Steam WebAPI. I’m starting to work on converting the PHP library to WebAPI, when I discovered the community data was stuck in XML and no replacement.

So I made a public proposal to the Steam WebAPI.

I wanted a public demonstration of my API development work. I’ve done a lot of this stuff before, but it’s all private and can’t be shared. While this is just a proposal and lacks the consulting with Valve employees, it does demonstrate my skill under the limited circumstances. Course, I wouldn’t mind working with Valve on this. Or working at Valve on this. 😀

I also found there’s no good way to get game information — including pricing and other data. There’s gameplay stats and the news feed, but there’s no way of getting the kind of data you’d get at a store page. That’s my next step!