EpicVauIt
(pomar)
September 21, 2020, 6:12pm
#1
Hello,
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
Using and again the problem is that this API requires an Authenticated User to work therefore I get this error: HTTP 401 (Unauthorized)
HttpService:GetAsync("https://games.rprxy.xyz/v1/games/multiget-place-details?placeIds="..placeId
Afterwards, I decided to look in the DevForum for answers and I found two posts which didn’t provide any definitive answers
I have been working on a place where you can see the stats of other games in detail. I have been holding off on this because usually when I have problems I skip them and come back later so now is the time to solve this one.
I have a games PlaceId and I need its UniverseId to figure out the games like ratio, how many favorites it has, etc. I just cant seem to find the UniverseId
I have tried using https://api.rprxy.xyz/Marketplace/ProductInfo?assetId= (ID HERE)
This returns a couple of things t…
and
Hello, I am wanting to make a web application that gets the CreatorID of a PlaceID but how could I get it?
(I know the CreatorID Is in DataModel but I am needing it in a web application for various reasons.)
Expected Result: Posted PlaceID to web application --> PlaceID transfers to UserID of the owner
I have tried https://games.roblox.com/v1/games/multiget-place-details?placeIds=(PlaceID)
but I soon figured out the web client needs to be logged in. (Which I do not want)
Any questions about…
So, now I am making a Post regarding about this and any Help would be useful, Thanks.
40 Likes
Why do you need the UniverseId?
7 Likes
New correct URL is here:
https://api.roblox.com/universes/get-universe-containing-place?placeid=[PLACEID]
This will get you a table with just the universe Id, which you just have to do Data.UniverseId
to get. You do not need to be signed in to use this API I don’t believe, which is what multiget-place-details requires you to do.
70 Likes
EpicVauIt
(pomar)
September 21, 2020, 9:32pm
#5
Thank you so much for the help, I have been struggling to do this for hours.
Forummer
(Forummer)
April 4, 2022, 10:28pm
#7
12 Likes
cihilli
(panman)
April 5, 2022, 9:26am
#8
Trust check failed it says, are you sure it works?
Yes, I am very sure it works. I’m using it on a project of mine and it’s still functional so ¯\(ツ) /¯
AK14774
(AK14774)
April 25, 2022, 3:56pm
#10
LovreDev
(LovreDev)
September 19, 2022, 12:15pm
#11
That script just changes a value to game.GameId
Roblox has recently deprecated this, any other solutions?
1 Like
2jammers
(2jammers)
November 13, 2022, 9:01pm
#13
Try looking at the new apis, I believe they are included in the official docs.
boterflic5
(boterflic5)
November 13, 2022, 9:15pm
#14
35 Likes
The simple solution is game.GameId
1 Like
You need the universe ID for audios. Reason why is that Roblox audios are not public anymore. What
essentially means is that the original owners of audio files can still use those audios in their games, but other developers who used to be able to access each other’s audios freely will be forbidden from doing so anymore. This effectively puts an end to the “Creator Marketplace” dynamic of the platform.
3 Likes
Yeah that is definitely the current solution. Thanks.
1 Like
Unfortunately this no longer works when used in the browser, solution?
TreeBen77
(treeben77)
June 23, 2023, 12:20pm
#20
3 Likes
Ryxku
(Ryxku)
June 28, 2023, 9:29pm
#21
I tried and it doesnt work. Any new link?
TreeBen77
(treeben77)
June 29, 2023, 12:11am
#22
4 Likes