GameId from UniverseId

I recentlly was trying to get a GameId from UniverseId and I have no idea how to do it.

The way I got the UniverseId in the first place is from a HTTP request that I used to check all player’s favourited games. Here is the resoult:

Maybe try https://games.roblox.com/v1/games?universeIds=3291339558

oh wait, right. I’m dumb. Thx lol

no wait, I can’t use it like this because first of all I can’t use roblox AIP in HTTPS requests and second of all, to get universeID info, I need gameId first

You can using a proxy

Didn’t you want the GameID from the UniverseID? What’s the order here?

GameID from UniverseID but idk wdym by proxy

A proxy basically asks Roblox for data to send back to you, cause you aren’t allowed to do HTTP requests on roblox.com.

(proxy: you ask for data from proxy → proxy requests data from roblox.comroblox.com sends data → proxy receives data → proxy sends data back to you)

So use the link: https://games.roproxy.com/v1/games?universeIds=3291339558

roproxy.com is a proxy that everyone uses, so I promise you it’s reliable.

I think I already use roproxy in my game but to get UniverseId from GameId, I will check if it will work and mark u as solved if it will, thx. (unless you want the other guy to get marked :eyes:)