[Action Needed] Sunsetting api.roblox.com

How to get a list of all developer products from a game?

Where is all the documentation around marketplace apiā€™s?
Thereā€™s only 1 API in v1?

I was looking for the API to replace this:
https://api.roblox.com/marketplace/productinfo?assetId=1198148839

Nvm found it here:
https://economy.roblox.com/v2/developer-products/1198148839/details

Did you find a work around to this?

If you need to get a username by userid or the other way around, I got an API.

https://api.newstargeted.com/roblox/users/v2/user.php?username=Master3395
https://api.newstargeted.com/roblox/users/v2/user.php?userId=4309939

If you mean to get universeID, I also got one for that also.

https://api.newstargeted.com/roblox/games/v2/games.php?placeIds=801672905

1 Like

Hi Developers,

As previously announced, the api.roblox.com web API is being deprecated and all new traffic must switch to newer endpoints on the apis.roblox.com or individual APIs (e.g. avatar.roblox.com, games.roblox.com, etc).

Starting on May 22, 2023, api.roblox.com will no longer be reachable. If you own tools that depend on the old web API and havenā€™t already switched your traffic to the new endpoints, please consider this a final notice as we will start throttling incoming traffic after this date.

Thank you.

5 Likes

How would you get a gameā€™s developer products?
The Develop API for this does not work anymore and api.roblox.com is being sunsetted.

1 Like

Use https://apis.roblox.com/developer-products/v1/universes/UNIVERSE_ID/developerproducts?pageNumber=PAGE_NUMBER&pageSize=PAGE_SIZE

2 Likes

Why donā€™t apis.roblox.com have a swagger page?
Because now all new apis to apis.roblox.com will be forgotten or never discovered without having to use a lot of effort in order to find them.

1 Like

Where on earth did you find that setup?
I see no documentation anywhere about this endpoint.

1 Like

Hi, I use https://users.roblox.com/v1/users/search?keyword=Trooper2030 would i need to change anything?

No, only api.roblox.com is being sunset.

2 Likes

might be using the network tab in inspect element

Just wondering if anyone knows what the API is to create a dev product now? It used to be https://develop.roblox.com/v1/universes/{UniverseID}/developerproducts however recently I have seen someone have an issue with this when using noblox.js and when I have tried to send a request directly to the API I also get an issue of 404 (not found).

I also checked the docs for https://develop.roblox.com and I canā€™t find it in the docs either.

2 Likes

It should be like this.

Nvm, I see that you asked for ā€œmakingā€ a dev product.
I see no such API.

https://economy.roblox.com/v2/developer-products/{UiverseID}/details

Example:
https://economy.roblox.com/v2/developer-products/339901977/details

1 Like

There must be because there has to be an API so when you interact with a page to create a dev product it sends a request to an API to create that product. I checked the network tab when creating a dev product and it sends a request to 1. https://apis.roblox.com/developer-products/v1/universes/1992040840/developerproducts however it keeps giving me an authentication error even though I auth it like normal.

I just find the asset-creating page
Assets API | Documentation - Roblox Creator Hub

That is no help as first of all it does not support dev products and also I donā€™t think dev products are even classified as an asset as such because normally assets are things you use in-game like videos, audio and decals. The dev products is more of an associated item to the experience itself.

Hey, i was also looking for this one in the past few days, this is the one thatā€™s working rn:

POST https://apis.roblox.com/developer-products/v1/universes/{UNIVERSEID}/developerproducts?name=NAME&description=DESCRIPTION&priceInRobux=PRICE&iconImageAssetId=IMAGEID

Thereā€™s unfortunatelly no docs but thatā€™s what I could deduct so far.
My current issue with it is that both returned ids (id, shopid) donā€™t led me to anywhere close to the actual product id. Maybe you have any insights on that? Iā€™d be greatful.

Hello Sorry to necrobump but is there any Replacement endpoint for this API, As i need it for a project and cannot seem to find a new endpoint related to it.

The API is https://api.roblox.com/alerts/alert-info

Any help would be welcomed, Thanks!

https://apis.roblox.com/maintenance-status/v1/alerts/alert-info

1 Like