Difference between revisions of "WebAPI/GetAppList"

From Team Fortress Wiki
Jump to: navigation, search
m
Line 13: Line 13:
 
== Notes ==
 
== Notes ==
 
<references/>
 
<references/>
 +
 +
 +
 +
[[Category:WebAPI]]

Revision as of 04:13, 26 August 2012

URL

GET http://api.steampowered.com/ISteamApps/GetAppList/v2

Method-specific parameters

Result data

applist
apps
A list of objects containing the title and app ID of each program available in the store. [1]
appid
An integer containing the program's ID.
name
A string containing the program's publicly facing title.

Notes

  1. Note that this is a large list, caching is recommended.