Sniper Pyro Scout Soldier Engineer Medic Heavy Demoman Spy

TF Team

For general feedback about the game.

Steam Support

Visit the support site for any issues you may be having with the game or Steam.

Steam Web APIs

July 1, 2010 - TF2 Team



The item system in Team Fortress 2 generates a ton of data. Up to this point we've provided access to this data through some hacked-together scripts that, frankly, were old and creaky before they went live. Ah, but now...

Pow! Shiny new web APIs that are officially supported. (Find out how to use them here.) This new system comes with a few new features:

  • Output can now be provided as JSON, XML, or VDF (Key Values)
  • The current item schema is available as an API call, so you don't have to dig items_game.txt out of a patched client
  • It is much easier for us to add new APIs with the new system, so it should happen more often
For now, the old system will continue to run, and all applications built on it will continue to work. A word of warning, though: At some point down the road we will turn it off. So if you're using it, please give the new Steam Web APIs a try.