What is the game pass data API Endpoint?

I’ve been working so much recently using the Roblox API, however I’ve not managed to find out what is the API for the gamepass creation date, updated date, description, name, etc.

Anyone know?

I had a quick look around but I could not find anything.

If you want to use something in-game you could use this but this is for only in-game (the marketplace service) and could not be used on the web. MarketplaceService:GetProductInfo (roblox.com)

The web API endpoint for gamepass data is this:

https://api.roblox.com/marketplace/game-pass-product-info?gamePassId=[GAME_PASS_ID]

Doesnt work anymore, is there any new one?