Hi,
I need to give my game access to an audio but I can’t get universe id to do it.
I tried using this link but it didn’t work
https://api.roblox.com/universes/get-universe-containing-place?placeid=11155750215
{"errors":[{"code":404,"message":"NotFound"}]}
Operatik
(Operatik)
December 2, 2022, 7:02pm
#2
Avoid confusing placeId
and universeId
. You’re looking for the placeId
in this API. Also I can find the place inputting this into the URL for the place:
https://www.roblox.com/games/11155750215/
Perhaps there’s something off?
Edit: NEVER MIND, there was a post I remembered some months ago:
Hi developers,
In order to increase the reliability of our platform and improve scalability, we are migrating endpoints away from the monolithic api.roblox.com web API.
Beginning on July 15, 2022, we will start removing individual API endpoints from api.roblox.com. All endpoints are scheduled to be removed by the end of the year.
We recommend switching to newer endpoints on the apis.roblox.com or individual APIs (avatar.roblox.com , games.roblox.com , etc).
Please update any tools, browser pl…
1 Like
I don’t understand, in other posts people used this link to get universe id. How am I supposed to get it then?
Operatik
(Operatik)
December 2, 2022, 7:06pm
#4
I found out they have sunset the api.roblox.com
.
https://api.roblox.com/universes/get-universe-containing-place – returns error 500, which is on Roblox’s side(it’s not being maintained and is probably shutdown)
Look into the previous post for more information.
1 Like
Operatik
(Operatik)
December 2, 2022, 7:08pm
#5
1 Like
system
(system)
Closed
December 16, 2022, 7:09pm
#6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.