Hello All,
I was wondering if there is an available API endpoint to get a games System requirement other than just the supported OS class (win/mac/linux).
My goal is to make a quick query that will allow me to input specs (OS, CPU speed, RAM, Graphics card model, VRAM) and that will get me a list of games that I can play with various computers, preferably from my account.
This is what I've done so far, using UT2004 as a baseline:
* I used gogapidocs to dig around the available endpoints but I can't seem to find any properties that contain those values. (api.gog.com/products/1207658691?expand=description)
* While the computed browser view does feature the data I want to parse in the "requirement in requirements.selectedOsRequirements track by $index" divs, the data I get from a webrequest doesn't (
https://www.gog.com/game/unreal_tournament_2004_ec).
* Made sure using another userAgent wouldn't spit out a different output
Could I get an insight on how the system requirements are generated on the webstore?
Thanks to the beautiful people that worked on the unofficial API documentation, though!
Vereen