
How do I get UniverseId from PlaceId? (ROBLOX API)
Sep 21, 2020 · [games.roblox.com] Use place id to get universe id How would I be able to retrieve another game's universe ID from its place ID
How can I get the UniverseID of someone else's game? - Roblox
Jan 14, 2023 · So, I made a game that is basically a custom search engine consisting of only OG roblox games and I also included an option for other players to submit a game, using the …
How would I get the universe ID by a place ID? - Roblox
Dec 7, 2022 · Although it requires authentication using a cookie/token unlike the solution given above. For the record, if anyone wants the universe id of their own game you don’t need any …
Getting Universe ID of any game from Roblox script
Apr 19, 2024 · Getting Universe ID of any game from Roblox script Help and Feedback Scripting Support orlyoplyo (rolypoly) April 19, 2024, 3:49am
[games.roblox.com] Use place id to get universe id
Jun 22, 2022 · Looking at the documentation for games.roblox.com endpoints, I notice there’s one called multiget-place-details that returns the universe id from a place id but it requires …
Is there an API to get Universe ID using Game ID? - Roblox
Aug 7, 2021 · No the universe ID is not the same thing as the game ID, and I don’t think there’s a way to use the game ID… I’ll check through all of the APIs and get back to you once I have. …
Get Universe Id From Place Id - Scripting Support - Roblox
Jun 23, 2022 · 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 …
Is it possible to get a place id by universe id? - Roblox
Dec 8, 2023 · There’s an in-engine solution: GetGamePlacesAsync. Give it a game id and it will return a StandardPages object of place ids associated with the game. If you need the inverse, …
How would I be able to retrieve another game's universe ID
Oct 29, 2022 · The title basically explains the whole thing. However I couldn’t find a post that actually explains how to print out the universe ID from a place id. This one: How do I get …
How to get a game/experience's data (Visits, Playing ... - Roblox
Jul 17, 2024 · This is when you want to get the data of a game such as Visits, Playing, Favorites, Description, Creator Information, and more. Step 1: Get the UniverseId of your experience. …