Posted July 15, 2017
Yepoleb: Use the products endpoint with downloads expanded and follow the downlink to get the chunklist and file URL.
Example:
https://api.gog.com/products/1433856545?expand=downloads
Iterate the files to get the downlink
https://api.gog.com/products/1433856545/downlink/installer/en1installer0
Request it to get the file url, make sure you're authenticated
https://cdn.gog.com/secure/unreal_tournament_2004_ece/pc/setup_ut2004_2.0.0.6.exe?a3c669cc2530fcf... (Wrong file for the product ID, but you get the point)
Kalanyr: This only seems to yield the installers without Galaxy included ? Example:
https://api.gog.com/products/1433856545?expand=downloads
Iterate the files to get the downlink
https://api.gog.com/products/1433856545/downlink/installer/en1installer0
Request it to get the file url, make sure you're authenticated
https://cdn.gog.com/secure/unreal_tournament_2004_ece/pc/setup_ut2004_2.0.0.6.exe?a3c669cc2530fcf... (Wrong file for the product ID, but you get the point)