Pachi Jan 21, 2018 @ 1:45pm
how to get a all games array json web api ?
hi, i couldnt find anything on the official doc of web api steam, where can i get a game list of all games on steam ?
< >
Showing 1-9 of 9 comments
wuddih Jan 21, 2018 @ 2:27pm 
api.steampowered.com
/ISteamApps
/GetAppList
/v0002
/?format=json

gives you appid and name. not hardlinked on purpose, the list will molest every browser
Last edited by wuddih; Jan 21, 2018 @ 2:28pm
Pachi Jan 21, 2018 @ 2:31pm 
Originally posted by wuddih:
api.steampowered.com
/ISteamApps
/GetAppList
/v0002
/?format=json

gives you appid and name. not hardlinked on purpose, the list will molest every browser
what you mean molest every browser xd? ty anyway i found it here https://wiki.teamfortress.com/wiki/WebAPI/GetAppList idk why is in the tf2 doc ;( ty anyway
wuddih Jan 21, 2018 @ 3:07pm 
callin my url in a webbrowser will give back the list even without an api key and make the browser or tab unresponsive for a while or crash

tf2 wiki is not really the documentation.

official doc for this function is here:
https://partner.steamgames.com/doc/webapi/ISteamApps#GetAppList
Pachi Jan 21, 2018 @ 3:13pm 
Originally posted by wuddih:
callin my url in a webbrowser will give back the list even without an api key and make the browser or tab unresponsive for a while or crash

tf2 wiki is not really the documentation.

official doc for this function is here:
https://partner.steamgames.com/doc/webapi/ISteamApps#GetAppList
srry but i am not doing nothing illigal so i dont care the api
LinK Dec 15, 2018 @ 6:10am 
I know this thread is old, but would you know how to get a search result as json? Example this url lists all of the games from the publisher WB Games: https://store.steampowered.com/search/?publisher=WB%20Games

I would like these results as a json. Any help is much appreciated!
wuddih Dec 15, 2018 @ 6:58am 
the api does not provide any search functions in that regard.

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.
Pachi Dec 15, 2018 @ 8:24am 
Originally posted by LinK:
I know this thread is old, but would you know how to get a search result as json? Example this url lists all of the games from the publisher WB Games: https://store.steampowered.com/search/?publisher=WB%20Games

I would like these results as a json. Any help is much appreciated!
maybbe json_decode on php
LinK Dec 15, 2018 @ 5:45pm 
Originally posted by wuddih:
the api does not provide any search functions in that regard.

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.
Yeah, I was gonna but thought I'd check if there was any less silly way. Writing an app for myself to keep developers/publishers that are fake or that I do not like ignored. The beta feature to do so on steam only works 55% of the time (if the dev even bothered to make themselves a page) and only allows you to block 100. Ignoring individual games works 100% of the time so I figured I'd write an app to check my ♥♥♥♥♥♥♥♥♥♥ devs/pubs once a day for new games they might have pooped out and ignore them so that I never see them.
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).
< >
Showing 1-9 of 9 comments
Per page: 1530 50

Date Posted: Jan 21, 2018 @ 1:45pm
Posts: 9