I need to get the following information from the gamepass: Price & Creation date.
MarketPlaceService:GetProductInfo() does the job, however it caches the information, meaning if I wanted to check the Price and Creation date again (while I changed them in the mean time), It would still return the old information.
There used to be an api, https://api.roproxy.com/marketplace/game-pass-product-info?gamePassId=, but Roblox took it down somewhere on May.
Anyone knows an API endpoint that can get real-time information with out this caching?