Steam installieren
Anmelden
|
Sprache
简体中文 (Vereinfachtes Chinesisch)
繁體中文 (Traditionelles Chinesisch)
日本語 (Japanisch)
한국어 (Koreanisch)
ไทย (Thai)
Български (Bulgarisch)
Čeština (Tschechisch)
Dansk (Dänisch)
English (Englisch)
Español – España (Spanisch – Spanien)
Español – Latinoamérica (Lateinamerikanisches Spanisch)
Ελληνικά (Griechisch)
Français (Französisch)
Italiano (Italienisch)
Bahasa Indonesia (Indonesisch)
Magyar (Ungarisch)
Nederlands (Niederländisch)
Norsk (Norwegisch)
Polski (Polnisch)
Português – Portugal (Portugiesisch – Portugal)
Português – Brasil (Portugiesisch – Brasilien)
Română (Rumänisch)
Русский (Russisch)
Suomi (Finnisch)
Svenska (Schwedisch)
Türkçe (Türkisch)
Tiếng Việt (Vietnamesisch)
Українська (Ukrainisch)
Ein Übersetzungsproblem melden
you are using the storefront api, and when the steam storefront does not have an app page for "499450", it won't return anything.
https://store.steampowered.com/api/appdetails?appids=499450
this means the "The Witcher 3: Wild Hunt - Game of the Year Edition" gives you another entry in the library. the appid, you should be looking for is not 499450 but 292030
https://store.steampowered.com/api/appdetails?appids=292030
this appid returns the packageids 124923
EDIT:
when using the storefront api, it is best to be getting your list appids from this interface IStoreService and then the method GetAppList instead.
https://steamapi.xpaw.me/#IStoreService/GetAppList