Hey there! So I’m trying to get a Universe Id from a given Place Id. I’ve done alot of research but have still got nothing thats working, also I would preferably like to not have to create a proxy. If you know how I can achieve this then please let me know!
you NEED to use a proxy for this. There is no other way.
Also I would not recommend using the https://api.roblox.com/universes/get-universe-containing-place?placeid=[PLACEID]
endpoint as any api.roblox.com
endpoints are going to be sunseted soon. Meaning that those endpoints will be removed soon.
Another API endpoint to retrieve a universeId(together with some other place information as well) is https://games.roblox.com/v1/games/multiget-place-details?placeIds=[PLACEID]. Although it requires authentication using a cookie/token unlike the solution given above.
Ok, I actually am using a proxy so that shouldn’t be an issue, however, when I try to HttpService:JSONDecode()
it gives me an error.