DripleD Jan 7, 2022 @ 9:55am
AppID and SubID are there conflicts?
I'm wondering are the AppIDs unique compared to the SubIDs or is there a case where a number could represent a sub or an app?
< >
Showing 1-2 of 2 comments
DripleD Jan 7, 2022 @ 9:59am 
I know that all listed apps can be retrieved via ISteamApps but is there something for packages as well?
MalikQayum Jan 7, 2022 @ 12:53pm 
valve allocates 10 ids for each appid, they usually end with a 0 but in some cases it can end on 1. this might be confusing as subids usually follows from the appid.

appid 10 would have subid 11,12,13.

but there could also be appid 21 that would then have subid 22,23,24

i am fairly confident that you won't ever see a subid and appid match, i could be wrong but i am fairly certain of that. it would at least be very rare.

isteamapps only returns appids, so does istoreservice. from there you would have to request the package ids for each appid using the web api.

you could use something like nodejs steam pics. look it up on github.
Last edited by MalikQayum; Jan 7, 2022 @ 12:55pm
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Jan 7, 2022 @ 9:55am
Posts: 2