有谁知道如何从steam中获取DLC和Bundles的详细信息?
我可以通过以下网址轻松获取应用程序的详细信息:(Borderland 2) http://store.steampowered.com/api/appdetails?appids=49520
这是商店页面,请注意URL的GET部分是/app/{id}/ http://store.steampowered.com/app/49520/
现在,我需要从捆绑包的API中获得相同的结果。
这是商店页面,请注意URL的GET部分是/sub/{id}/ http://store.steampowered.com/sub/32848/
我尝试了http://store.steampowered.com/api/subdetails?subids=32848,但访问被拒绝。
有什么建议吗?
https://stackoverflow.com/questions/38422824
复制相似问题