Difference between revisions of "WebAPI/GetAppList"
< WebAPI
(Apparently missed v2) |
('''Main article about WebAPI.''' To avoid a dead end page.) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | '''Main article about [[WebAPI]].''' | ||
== URL == | == URL == | ||
<nowiki>GET http://api.steampowered.com/ISteamApps/GetAppList/v2</nowiki> | <nowiki>GET http://api.steampowered.com/ISteamApps/GetAppList/v2</nowiki> | ||
Line 5: | Line 6: | ||
== Result data == | == Result data == | ||
+ | |||
+ | ;applist: | ||
+ | :;apps: A list of objects containing the title and app ID of each program available in the store. <ref>Note that this is a large list, caching is recommended.</ref> | ||
+ | ::;appid: An integer containing the program's ID. | ||
+ | ::;name: A string containing the program's publicly facing title. | ||
+ | |||
+ | == Notes == | ||
+ | <references/> | ||
+ | |||
+ | |||
+ | |||
+ | [[Category:WebAPI]] |
Latest revision as of 20:11, 18 December 2021
Main article about WebAPI.
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
- ↑ Note that this is a large list, caching is recommended.