Has https://api.roblox.com/marketplace/game-pass-product-info?gamePassId=id been removed?

I’ve been trying to get info about a gamepass using the marketplace api. This is the request format I’ve been using: https://api.roblox.com/marketplace/game-pass-product-info?gamePassId=id. I’ve been sending the request using nodejs and checked it out in the browser. It doesn’t seem to work though. Has it been removed? I can’t find any documentation about it.

1 Like

That wouldn’t work; the OP is using NodeJS

2 Likes

Can’t you use MarketplaceService:GetProductInfo for getting game-pass info?

Thanks. I don’t know why I couldn’t find that.

1 Like

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