Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
/ISteamApps
/GetAppList
/v0002
/?format=json
gives you appid and name. not hardlinked on purpose, the list will molest every browser
tf2 wiki is not really the documentation.
official doc for this function is here:
https://partner.steamgames.com/doc/webapi/ISteamApps#GetAppList
I would like these results as a json. Any help is much appreciated!
you have to write your own parser for Steams product search page or you mirror Steams data with the api and build your own search on your end which results you can output however you want.
I can set off the ignore button fuction in the game's page js no prob, I just wanted to see if I could get a list of app ids when I provide a dev/pub name before I bother parsing the html. Figure I can use that jumbo json that has all the games with name and appid (wish it had pub/dev name and I could just keep using the same json and make sure it's updated once or twice a day).
http://api.steampowered.com/ISteamApps/GetAppList/v0001/?key=STEAMKEY&format=json
http://api.steampowered.com/ISteamApps/GetAppList/v0002/?key=STEAMKEY&format=json