Reliable way to get GamePass information

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?

1 Like

You need to use this endpoint: https://apis.roblox.com/game-passes/v1/game-passes/GAME-PASS-ID/product-info
Example: https://apis.roblox.com/game-passes/v1/game-passes/32610830/product-info

What about assets ? Such as shirts

https://catalog.roblox.com/v1/catalog/items/ID/details?itemType=Asset

Got it.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.