Web API to get owner of game by placeID or universeID

Hi there, I’ve went around the devforum a bit and have struggled to find out if roblox has a web api that allows me to see the owner of a games user id or name. I’m unsure if it just doesn’t exist or I am looking in the wrong places or I have misread something.

Thanks in advance.

https://games.roblox.com/docs/json/v2/groups/{groupId}/games

not the exact thing I wanted but it works for me

You can use this API endpoint to find the owner of a place using the universeId:
https://games.roblox.com/v1/games?universeIds=123456789

You can also use multiple universeIds:
https://games.roblox.com/v1/games?universeIds=123456789,987654321

1 Like

Thanks a lot mate works brilliant

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.