Roblox API deprecated

I’m creating a large service that allows users to get perks in discord servers, and to display information about gamepasses. I used to use https://api.roblox.com/marketplace/game-pass-product-info?gamePassId=1234.

ROBLOX, since about yesterday, has deprecated the API and it is no longer functional. Is there any alternative to the API?

You can just use MarketplaceService:GetProductInfo().

1 Like

That’s not possible on a discord bot. I need a Web API, because it’s not a roblox game.

Then maybe use a proxy for the API link.

this means you cannot accsess that part

Take a look at the marketplace API.

There is an alternative in an API which works the same https://economy.roblox.com/v1/game-pass/gamepass-Id/game-pass-product-info

Roblox to Discord API was depreciated more than a year now, not just yesterday, so I’ve heard.

I’m not talking about ROBLOX to Discord API, if you read my post it is completely outside of roblox.

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