vin deagle Jun 10, 2020 @ 2:16pm
API endpoint to reach app details using the app name instead of appid
Is there a steam web api endpoint I can utilise to get an apps data (like https://store.steampowered.com/api/appdetails?appids=218620) but query the app name instead of the appid?
< >
Showing 1-4 of 4 comments
MalikQayum Jun 11, 2020 @ 12:37am 
no, the reason being that you can find multiple of games with the same app name.
vin deagle Jun 11, 2020 @ 5:59am 
Originally posted by MalikQayum:
no, the reason being that you can find multiple of games with the same app name.
Ah thanks i see. I figured a way that wouldn't be as idea, but maybe the (only) reliable way. I just iterate over all of the apps (https://api.steampowered.com/ISteamApps/GetAppList/v2/) and then pull the dictionary of which game matches the requested game.
MalikQayum Jun 11, 2020 @ 6:46am 
Ideally you would make the request to that api, then store the data in your db tbl. you would do this once a while with a cronjob.
then use the appdetails to get whatever you need and then store that data as well in your tbl.

it really depends on what you make i guess.
Last edited by MalikQayum; Jun 11, 2020 @ 6:47am
vin deagle Jun 11, 2020 @ 6:57am 
Originally posted by MalikQayum:
Ideally you would make the request to that api, then store the data in your db tbl. you would do this once a while with a cronjob.
then use the appdetails to get whatever you need and then store that data as well in your tbl.

it really depends on what you make i guess.
Yeah thanks a lot for you're advice, I managed to get it sorted
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Jun 10, 2020 @ 2:16pm
Posts: 4