Αποτελέσματα Αναζήτησης
With the loss of https://api.roblox.com/ and its replacement endpoints being locked behind an authorized only request, I've made a tutorial on how you can use the new API in order to fetch a universe Id from a place Id and wrapped it up into a single, deployable application.
21 Σεπ 2020 · Recently, I have been struggling to get a game’s UniverseID from PlaceID via HttpService. At first, I have tried two methods: Using MarketplaceService:GetProductInfo() but the problem is that there is no UniverseID included in the information received.
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 authentication, which I can’t use.
7 Δεκ 2022 · Get Universe Id From Place Id Scripting Support. 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.
7 Σεπ 2022 · This script allows you to get any game's universe id! Click on the button in the experience view page. Example: Get universe ID.
This script is designed to help developers and users fetch game icons from the Roblox platform using Place IDs. By querying the Roblox Universe API, the script obtains Universe IDs and then retrieves the corresponding game icons.
27 Νοε 2022 · roblox-api universe-id. Updated on Nov 27, 2022. JavaScript. universe-id. GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.