Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get Steam API bundle JSON

Does anyone know a way of getting details of DLC and Bundles from steam?

I can easily get App details with the following URL: (Borderlands 2) http://store.steampowered.com/api/appdetails?appids=49520

This is the store page, notice the GET part of the URL is /app/{id}/ http://store.steampowered.com/app/49520/

Now I need to get the same sort of result from the API for a bundle.

This is the store page, notice the GET part of the URL is /sub/{id}/ http://store.steampowered.com/sub/32848/

I tried http://store.steampowered.com/api/subdetails?subids=32848 and get Access Denied.

Any suggestions?

like image 552
Chris Hemmens Avatar asked Oct 31 '25 20:10

Chris Hemmens


2 Answers

You should use package instead of sub to get the information.

You can use below link to access the package info http://store.steampowered.com/api/packagedetails?packageids=32848

like image 59
Shaojun Avatar answered Nov 03 '25 10:11

Shaojun


There is currently no way to get bundle info, without scraping the HTML. Only apps/packages.

like image 38
472084 Avatar answered Nov 03 '25 10:11

472084



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!