4049_1572836826 Posted April 15, 2023 Report Posted April 15, 2023 Hi, how do I get information about a removed game ? via this link it gives me the status false https://store.steampowered.com/api/appdetails?appids=516700 I can only get the badges https://steamcommunity.com/my/gamecards/516700 https://cdn.cloudflare.steamstatic.com/steam/apps/516700/header.jpg But i need information about name, type, and 100% state of game like removed, active etc. How do i get this info, Thanks Quote
4049_1572836826 Posted April 15, 2023 Author Report Posted April 15, 2023 well I found this Hard way developer.valvesoftware.com/wiki/SteamCMD and app_info_print and after few hours I see getProductInfo. but I still don't know if it's removed or not Quote
Dr. McKay Posted April 16, 2023 Report Posted April 16, 2023 I'm not aware of any way to determine from the client if a game is delisted on the store. You'd pretty much just have to check to see if https://store.steampowered.com/app/AppIdHere redirects to / or not. getProductInfo will give you all the same stuff that app_info_print does. Also, you don't need to use SteamCMD to use app_info_print; just hit Win+R and type steam://nav/console (or click that link) to open the console in the regular Steam client. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.