Look up a Roblox game
get_game_infoRetrieve Roblox game details—name, description, players, visits, likes, creator—from a link, place ID, or universe ID. Also checks if your account can edit thumbnails to determine read-only access.
Instructions
What Roblox knows about a game — name, description, players, visits, likes, creator — from a game link, a place id or a universe id. It does not have to be a project on this account. The reply also says whether any configured Roblox account can edit its thumbnails, which is what decides whether adding it as a project would be read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | A roblox.com game link, a place id, or a universe id. | |
| isUniverseId | No | Set when the number given is a universe id rather than a place id. Links are detected on their own. |