-
Notifications
You must be signed in to change notification settings - Fork 18
Resolve Bundles
Revadike edited this page Feb 24, 2022
·
2 revisions
No known rate limit
Authenticated: No
Method:
GET
Host:
store.steampowered.com
Path:
/actions/ajaxresolvebundles
Query Parameters:
Name Type Required Description bundleids
string Yes TODO
cc
string Yes Country code l
string Yes Language origin
string No The origin URL, changes the Access-Control-Allow-Origin
header in the response
Name Type Description []
array TODO
[]packageids[]
array TODO
[]appids[]
array TODO
[]bundleid
number TODO
[]name
string TODO
[]header_image_url
string TODO
[]main_capsule
string TODO
[]initial_price
number TODO
[]final_price
number TODO
[]formatted_orig_price
string TODO
[]formatted_final_price
string TODO
[]discount_percent
number TODO
[]bundle_base_discount
number TODO
[]available_windows
boolean TODO
[]available_mac
boolean TODO
[]available_linux
boolean TODO
[]support_vrhmd
boolean TODO
[]support_vrhmd_only
boolean TODO
[]creator_clan_ids[]
array TODO
[]localized_langs[]
array TODO
[]coming_soon
boolean TODO
[]library_asset
string TODO
[]no_main_cap
boolean TODO
GET https://store.steampowered.com/actions/ajaxresolvebundles?bundleids=8077&cc=NL&l=english&origin=https:%2F%2Fstore.steampowered.com
[
{
"packageids": [
157309,
295588,
295591,
397414,
502632,
642196
],
"appids": [
599140,
919050,
919051,
1163770,
1430990,
1788370
],
"bundleid": 8077,
"name": "Graveyard Keeper Collector's Edition",
"header_image_url": "https://cdn.cloudflare.steamstatic.com/steam/bundles/8077/3rauymzcqbszl3wt/header_ratio.jpg?t=1572279406",
"main_capsule": "https://cdn.cloudflare.steamstatic.com/steam/bundles/8077/3rauymzcqbszl3wt/capsule_616x353.jpg?t=1572279406",
"initial_price": 5074,
"final_price": 1515,
"formatted_orig_price": "50,74€",
"formatted_final_price": "15,15€",
"discount_percent": 70,
"bundle_base_discount": 15,
"available_windows": true,
"available_mac": true,
"available_linux": true,
"support_vrhmd": false,
"support_vrhmd_only": false,
"creator_clan_ids": [
32946824,
6858705
],
"localized_langs": [],
"coming_soon": false,
"library_asset": "https://cdn.cloudflare.steamstatic.com/steam/apps/599140/library_600x900.jpg?t=1635327391",
"no_main_cap": false
}
]