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
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.
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.
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.
Where on earth did you find that setup?
I see no documentation anywhere about this endpoint.
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.
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.
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
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.
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!