I'm trying to get UniverseId for my game

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"}]}

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:

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?

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

Try the new API route instead:
https://apis.roblox.com/universes/v1/places/11155750215/universe

1 Like

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